01G1RXN6DX2PS4ZRVPFBY7YAHZ: helios / build-and-test

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "nightly-2021-11-24",
        ),
    ),
    target: Some(
        "helios",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01G1RXNCQYVC0SRTADQ8MZNBRF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12022-04-28T20:27:47.072Zjob assigned to worker 01G1RXNJWGEGPE6H898204XK59 (queued for 1 m 7 s)
 
22022-04-28T20:27:47.856Zstarting task 0: "setup"
32022-04-28T20:27:47.916Z+ groupadd -g 12345 build
42022-04-28T20:27:47.923Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
52022-04-28T20:27:49.935Z+ zfs create -o mountpoint=/work rpool/work
62022-04-28T20:27:50.087Z+ mkdir -p /home/build
72022-04-28T20:27:50.094Z+ chown build:build /home/build /work
82022-04-28T20:27:52.094Z+ chmod 0700 /home/build /work
92022-04-28T20:27:52.099Zprocess exited: duration 4235 ms, exit code 0
 
102022-04-28T20:27:52.128Zstarting task 1: "rust-toolchain"
112022-04-28T20:27:52.143Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
122022-04-28T20:27:52.149Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2021-11-24 --profile default
132022-04-28T20:27:52.459Zinfo: downloading installer
142022-04-28T20:27:53.562Zwarning: it looks like you have an existing installation of Rust at:
152022-04-28T20:27:53.568Zwarning: /opt/ooce/bin
162022-04-28T20:27:53.574Zwarning: rustup should not be installed alongside Rust. Please uninstall your existing Rust first.
172022-04-28T20:27:53.580Zwarning: Otherwise you may have confusion unless you are careful with your PATH
182022-04-28T20:27:53.586Zwarning: If you are sure that you want both rustup and your already installed Rust
192022-04-28T20:27:53.593Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
202022-04-28T20:27:53.599Zwarning: or pass `-y' to ignore all ignorable checks.
212022-04-28T20:27:53.605Zerror: cannot install while Rust is installed
222022-04-28T20:27:53.610Zwarning: continuing (because the -y flag is set and the error is ignorable)
232022-04-28T20:27:53.757Zinfo: profile set to 'default'
242022-04-28T20:27:53.763Zinfo: default host triple is x86_64-unknown-illumos
252022-04-28T20:27:53.770Zinfo: syncing channel updates for 'nightly-2021-11-24-x86_64-unknown-illumos'
262022-04-28T20:27:53.974Zinfo: latest update on 2021-11-24, rust version 1.58.0-nightly (65c55bf93 2021-11-23)
272022-04-28T20:27:53.980Zinfo: downloading component 'cargo'
282022-04-28T20:27:54.414Zinfo: downloading component 'clippy'
292022-04-28T20:27:54.598Zinfo: downloading component 'rust-std'
302022-04-28T20:27:55.879Zinfo: downloading component 'rustc'
312022-04-28T20:27:59.621Zinfo: downloading component 'rustfmt'
322022-04-28T20:27:59.966Zinfo: installing component 'cargo'
332022-04-28T20:27:59.972Zerror: error: 'sysinfo not supported on this platform'
342022-04-28T20:28:01.120Zinfo: installing component 'clippy'
352022-04-28T20:28:01.126Zerror: error: 'sysinfo not supported on this platform'
362022-04-28T20:28:01.650Zinfo: installing component 'rust-std'
372022-04-28T20:28:01.656Zerror: error: 'sysinfo not supported on this platform'
382022-04-28T20:28:04.300Zinfo: installing component 'rustc'
392022-04-28T20:28:04.307Zerror: error: 'sysinfo not supported on this platform'
402022-04-28T20:28:11.388Zinfo: installing component 'rustfmt'
412022-04-28T20:28:11.394Zerror: error: 'sysinfo not supported on this platform'
422022-04-28T20:28:12.142Zinfo: default toolchain set to 'nightly-2021-11-24-x86_64-unknown-illumos'
432022-04-28T20:28:12.148Z
442022-04-28T20:28:12.272Z nightly-2021-11-24-x86_64-unknown-illumos installed - rustc 1.58.0-nightly (65c55bf93 2021-11-23)
452022-04-28T20:28:12.279Z
462022-04-28T20:28:12.286Z
472022-04-28T20:28:12.292ZRust is installed now. Great!
482022-04-28T20:28:12.298Z
492022-04-28T20:28:12.305ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502022-04-28T20:28:12.312Zenvironment variable. This has not been done automatically.
512022-04-28T20:28:12.318Z
522022-04-28T20:28:12.325ZTo configure your current shell, run:
532022-04-28T20:28:12.331Zsource $HOME/.cargo/env
542022-04-28T20:28:12.376Z+ rustc --version
552022-04-28T20:28:12.534Zrustc 1.58.0-nightly (65c55bf93 2021-11-23)
562022-04-28T20:28:12.541Zprocess exited: duration 20407 ms, exit code 0
 
572022-04-28T20:28:12.568Zstarting task 2: "authentication"
582022-04-28T20:28:12.586Zprocess exited: duration 11 ms, exit code 0
 
592022-04-28T20:28:12.614Zstarting task 3: "clone repository"
602022-04-28T20:28:12.627Z+ mkdir -p /work/oxidecomputer/omicron
612022-04-28T20:28:12.633Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
622022-04-28T20:28:12.808ZCloning into '/work/oxidecomputer/omicron'...
632022-04-28T20:28:15.299Z+ cd /work/oxidecomputer/omicron
642022-04-28T20:28:15.306Z+ [[ -n fail-ci-on-test-detritus ]]
652022-04-28T20:28:15.312Z+ git fetch origin fail-ci-on-test-detritus
662022-04-28T20:28:15.626ZFrom https://github.com/oxidecomputer/omicron
672022-04-28T20:28:15.633Z * branch fail-ci-on-test-detritus -> FETCH_HEAD
682022-04-28T20:28:15.639Z+ git checkout -B fail-ci-on-test-detritus remotes/origin/fail-ci-on-test-detritus
692022-04-28T20:28:15.668ZSwitched to a new branch 'fail-ci-on-test-detritus'
702022-04-28T20:28:15.674ZBranch 'fail-ci-on-test-detritus' set up to track remote branch 'fail-ci-on-test-detritus' from 'origin'.
712022-04-28T20:28:15.680Z+ git reset --hard d00eab3da6e2ab371a457f375848f1800647e9e3
722022-04-28T20:28:15.687ZHEAD is now at d00eab3d buildomat: need to create the dir
732022-04-28T20:28:15.693Zprocess exited: duration 3061 ms, exit code 0
 
742022-04-28T20:28:15.721Zstarting task 4: "build"
752022-04-28T20:28:15.735Z+ cargo --version
762022-04-28T20:28:15.867Zcargo 1.58.0-nightly (e1fb17631 2021-11-22)
772022-04-28T20:28:15.875Z+ rustc --version
782022-04-28T20:28:16.024Zrustc 1.58.0-nightly (65c55bf93 2021-11-23)
792022-04-28T20:28:16.030Z+ banner clickhouse
802022-04-28T20:28:16.037Z
812022-04-28T20:28:16.043Z #### # # #### # # # # #### # # #### ######
822022-04-28T20:28:16.049Z # # # # # # # # # # # # # # # #
832022-04-28T20:28:16.070Z # # # # #### ###### # # # # #### #####
842022-04-28T20:28:16.076Z # # # # # # # # # # # # # #
852022-04-28T20:28:16.082Z # # # # # # # # # # # # # # # # #
862022-04-28T20:28:16.088Z #### ###### # #### # # # # #### #### #### ######
872022-04-28T20:28:16.095Z
882022-04-28T20:28:16.109Z+ ptime -m ./tools/ci_download_clickhouse
892022-04-28T20:28:16.115Z+ set -o errexit
902022-04-28T20:28:16.121Z+++ dirname ./tools/ci_download_clickhouse
912022-04-28T20:28:16.128Z++ cd ./tools
922022-04-28T20:28:16.134Z++ pwd
932022-04-28T20:28:16.139Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
942022-04-28T20:28:16.146Z++ basename ./tools/ci_download_clickhouse
952022-04-28T20:28:16.151Z+ ARG0=ci_download_clickhouse
962022-04-28T20:28:16.157Z+ TARGET_DIR=out
972022-04-28T20:28:16.164Z+ DOWNLOAD_DIR=out/downloads
982022-04-28T20:28:16.170Z+ DEST_DIR=./out/clickhouse
992022-04-28T20:28:16.176Z+ CIDL_VERSION=v21.7
1002022-04-28T20:28:16.182Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
1012022-04-28T20:28:16.188Z++ CIDL_MD5_DARWIN=7e22bd0b0108dee55605dd563a5698df
1022022-04-28T20:28:16.194Z++ CIDL_MD5_LINUX=f821613422cda8bb3c7f281eeb87f145
1032022-04-28T20:28:16.200Z++ CIDL_MD5_ILLUMOS=2870157143dc78b1ebe1e3dfabe5fd61
1042022-04-28T20:28:16.206Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
1052022-04-28T20:28:16.213Z+ main
1062022-04-28T20:28:16.219Z+ [[ 0 != 0 ]]
1072022-04-28T20:28:16.226Z+ CIDL_OS=solaris2.11
1082022-04-28T20:28:16.232Z+ [[ 0 != 0 ]]
1092022-04-28T20:28:16.238Z+ configure_os solaris2.11
1102022-04-28T20:28:16.244Z+ echo 'current directory: /work/oxidecomputer/omicron'
1112022-04-28T20:28:16.250Zcurrent directory: /work/oxidecomputer/omicron
1122022-04-28T20:28:16.256Z+ echo 'configuring based on OS: "solaris2.11"'
1132022-04-28T20:28:16.262Zconfiguring based on OS: "solaris2.11"
1142022-04-28T20:28:16.268Z+ case "$1" in
1152022-04-28T20:28:16.273Z+ CIDL_PLATFORM=illumos
1162022-04-28T20:28:16.280Z+ CIDL_MD5=2870157143dc78b1ebe1e3dfabe5fd61
1172022-04-28T20:28:16.286Z+ CIDL_MD5FUNC=do_md5sum
1182022-04-28T20:28:16.292Z+ TARBALL_DIRNAME=clickhouse-v21.7
1192022-04-28T20:28:16.297Z+ TARBALL_FILENAME=clickhouse-v21.7.illumos.tar.gz
1202022-04-28T20:28:16.303Z+ TARBALL_FILE=out/downloads/clickhouse-v21.7.illumos.tar.gz
1212022-04-28T20:28:16.309Z+ TARBALL_DIR=out/downloads/clickhouse-v21.7
1222022-04-28T20:28:16.315Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz
1232022-04-28T20:28:16.321Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz'
1242022-04-28T20:28:16.327ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz
1252022-04-28T20:28:16.333Z+ echo 'Local file: out/downloads/clickhouse-v21.7.illumos.tar.gz'
1262022-04-28T20:28:16.338ZLocal file: out/downloads/clickhouse-v21.7.illumos.tar.gz
1272022-04-28T20:28:16.344Z+ mkdir -p out/downloads
1282022-04-28T20:28:16.350Z+ mkdir -p ./out/clickhouse
1292022-04-28T20:28:16.356Z+ local DO_DOWNLOAD=true
1302022-04-28T20:28:16.362Z+ [[ -f out/downloads/clickhouse-v21.7.illumos.tar.gz ]]
1312022-04-28T20:28:16.368Z+ '[' true == true ']'
1322022-04-28T20:28:16.373Z+ echo Downloading...
1332022-04-28T20:28:16.380ZDownloading...
1342022-04-28T20:28:16.385Z+ 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
1352022-04-28T20:28:16.391Z+ 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
1362022-04-28T20:28:17.106Z++ do_md5sum out/downloads/clickhouse-v21.7.illumos.tar.gz
1372022-04-28T20:28:17.112Z++ md5sum
1382022-04-28T20:28:17.118Z++ awk '{print $1}'
1392022-04-28T20:28:17.279Z+ calculated_md5=2870157143dc78b1ebe1e3dfabe5fd61
1402022-04-28T20:28:17.286Z+ [[ 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 ]]
1412022-04-28T20:28:17.292Z+ do_untar out/downloads/clickhouse-v21.7.illumos.tar.gz ./out/clickhouse
1422022-04-28T20:28:17.299Z+ mkdir -p ./out/clickhouse
1432022-04-28T20:28:17.305Z+ tar xzf out/downloads/clickhouse-v21.7.illumos.tar.gz -C ./out/clickhouse
1442022-04-28T20:28:20.704Z+ ./out/clickhouse/clickhouse server --version
1452022-04-28T20:28:21.150ZClickHouse server version 21.7.1.1.
1462022-04-28T20:28:21.164Z
1472022-04-28T20:28:21.170Zreal 5.111401043
1482022-04-28T20:28:21.176Zuser 2.680813743
1492022-04-28T20:28:21.182Zsys 1.300197471
1502022-04-28T20:28:21.187Ztrap 0.001705996
1512022-04-28T20:28:21.193Ztflt 0.041172112
1522022-04-28T20:28:21.198Zdflt 0.200150797
1532022-04-28T20:28:21.204Zkflt 0.001181441
1542022-04-28T20:28:21.214Zlock 0.000000000
1552022-04-28T20:28:21.221Zslp 8.879143949
1562022-04-28T20:28:21.226Zlat 0.876759614
1572022-04-28T20:28:21.233Zstop 0.000274775
1582022-04-28T20:28:21.239Z+ banner cockroach
1592022-04-28T20:28:21.245Z
1602022-04-28T20:28:21.251Z #### #### #### # # ##### #### ## #### # #
1612022-04-28T20:28:21.257Z # # # # # # # # # # # # # # # # # #
1622022-04-28T20:28:21.263Z # # # # #### # # # # # # # ######
1632022-04-28T20:28:21.268Z # # # # # # ##### # # ###### # # #
1642022-04-28T20:28:21.274Z # # # # # # # # # # # # # # # # # #
1652022-04-28T20:28:21.281Z #### #### #### # # # # #### # # #### # #
1662022-04-28T20:28:21.287Z
1672022-04-28T20:28:21.293Z+ ptime -m bash ./tools/ci_download_cockroachdb
1682022-04-28T20:28:21.299Z+ set -o errexit
1692022-04-28T20:28:21.305Z+++ dirname ./tools/ci_download_cockroachdb
1702022-04-28T20:28:21.311Z++ cd ./tools
1712022-04-28T20:28:21.317Z++ pwd
1722022-04-28T20:28:21.323Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
1732022-04-28T20:28:21.328Z++ basename ./tools/ci_download_cockroachdb
1742022-04-28T20:28:21.335Z+ ARG0=ci_download_cockroachdb
1752022-04-28T20:28:21.340Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
1762022-04-28T20:28:21.346Z+ CIDL_VERSION=v21.1.10
1772022-04-28T20:28:21.352Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
1782022-04-28T20:28:21.357Z++ CIDL_MD5_DARWIN=cab1998101cc7138c52c312aff0776dc
1792022-04-28T20:28:21.363Z++ CIDL_MD5_LINUX=d0aab99810ddf37b2f6d183077df262d
1802022-04-28T20:28:21.369Z++ CIDL_MD5_ILLUMOS=499b7f9a80028c993b87808556c29425
1812022-04-28T20:28:21.375Z+ TARGET_DIR=out
1822022-04-28T20:28:21.397Z+ DOWNLOAD_DIR=out/downloads
1832022-04-28T20:28:21.403Z+ DEST_DIR=./out/cockroachdb
1842022-04-28T20:28:21.409Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
1852022-04-28T20:28:21.415Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
1862022-04-28T20:28:21.421Z+ main
1872022-04-28T20:28:21.427Z+ [[ 0 != 0 ]]
1882022-04-28T20:28:21.433Z+ CIDL_OS=solaris2.11
1892022-04-28T20:28:21.439Z+ [[ 0 != 0 ]]
1902022-04-28T20:28:21.445Z+ configure_os solaris2.11
1912022-04-28T20:28:21.451Z+ echo 'current directory: /work/oxidecomputer/omicron'
1922022-04-28T20:28:21.457Zcurrent directory: /work/oxidecomputer/omicron
1932022-04-28T20:28:21.463Z+ echo 'configuring based on OS: "solaris2.11"'
1942022-04-28T20:28:21.469Zconfiguring based on OS: "solaris2.11"
1952022-04-28T20:28:21.475Z+ case "$1" in
1962022-04-28T20:28:21.482Z+ CIDL_BUILD=illumos
1972022-04-28T20:28:21.488Z+ CIDL_SUFFIX=tar.gz
1982022-04-28T20:28:21.495Z+ CIDL_MD5=499b7f9a80028c993b87808556c29425
1992022-04-28T20:28:21.502Z+ CIDL_MD5FUNC=do_md5sum
2002022-04-28T20:28:21.508Z+ CIDL_URL_BASE=https://illumos.org/downloads
2012022-04-28T20:28:21.514Z+ CIDL_ASSEMBLE=do_assemble_illumos
2022022-04-28T20:28:21.520Z+ TARBALL_DIRNAME=cockroach-v21.1.10.illumos
2032022-04-28T20:28:21.527Z+ TARBALL_FILENAME=cockroach-v21.1.10.illumos.tar.gz
2042022-04-28T20:28:21.534Z+ TARBALL_FILE=out/downloads/cockroach-v21.1.10.illumos.tar.gz
2052022-04-28T20:28:21.541Z+ TARBALL_DIR=out/downloads/cockroach-v21.1.10.illumos
2062022-04-28T20:28:21.547Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v21.1.10.illumos.tar.gz
2072022-04-28T20:28:21.553Z+ echo 'URL: https://illumos.org/downloads/cockroach-v21.1.10.illumos.tar.gz'
2082022-04-28T20:28:21.560ZURL: https://illumos.org/downloads/cockroach-v21.1.10.illumos.tar.gz
2092022-04-28T20:28:21.567ZLocal file: out/downloads/cockroach-v21.1.10.illumos.tar.gz
2102022-04-28T20:28:21.575Z+ echo 'Local file: out/downloads/cockroach-v21.1.10.illumos.tar.gz'
2112022-04-28T20:28:21.582Z+ mkdir -p out/downloads
2122022-04-28T20:28:21.588Z+ mkdir -p ./out/cockroachdb
2132022-04-28T20:28:21.594Z+ local DO_DOWNLOAD=true
2142022-04-28T20:28:21.600Z+ [[ -f out/downloads/cockroach-v21.1.10.illumos.tar.gz ]]
2152022-04-28T20:28:21.606Z+ '[' true == true ']'
2162022-04-28T20:28:21.611Z+ echo Downloading...
2172022-04-28T20:28:21.617ZDownloading...
2182022-04-28T20:28:21.623Z+ do_download_curl https://illumos.org/downloads/cockroach-v21.1.10.illumos.tar.gz out/downloads/cockroach-v21.1.10.illumos.tar.gz
2192022-04-28T20:28:21.630Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v21.1.10.illumos.tar.gz https://illumos.org/downloads/cockroach-v21.1.10.illumos.tar.gz
2202022-04-28T20:28:22.739Z++ do_md5sum out/downloads/cockroach-v21.1.10.illumos.tar.gz
2212022-04-28T20:28:22.746Z++ md5sum
2222022-04-28T20:28:22.752Z++ awk '{print $1}'
2232022-04-28T20:28:22.896Z+ calculated_md5=499b7f9a80028c993b87808556c29425
2242022-04-28T20:28:22.902Z+ [[ 499b7f9a80028c993b87808556c29425 != \4\9\9\b\7\f\9\a\8\0\0\2\8\c\9\9\3\b\8\7\8\0\8\5\5\6\c\2\9\4\2\5 ]]
2252022-04-28T20:28:22.908Z+ do_untar out/downloads/cockroach-v21.1.10.illumos.tar.gz
2262022-04-28T20:28:22.915Z+ tar xzf out/downloads/cockroach-v21.1.10.illumos.tar.gz -C out/downloads
2272022-04-28T20:28:25.639Z+ do_assemble_illumos
2282022-04-28T20:28:25.645Z+ rm -r ./out/cockroachdb
2292022-04-28T20:28:25.652Z+ cp -r out/downloads/cockroach-v21.1.10 ./out/cockroachdb
2302022-04-28T20:28:26.106Z+ ./out/cockroachdb/bin/cockroach version
2312022-04-28T20:28:26.458ZBuild Tag: v21.1.10
2322022-04-28T20:28:26.464ZBuild Time: 2021/10/12 22:52:33
2332022-04-28T20:28:26.471ZDistribution: OSS
2342022-04-28T20:28:26.477ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2352022-04-28T20:28:26.484ZGo Version: go1.16.5
2362022-04-28T20:28:26.490ZC Compiler: gcc 10.3.0
2372022-04-28T20:28:26.496ZBuild Commit ID: a6daab16ee8a1c15abc4c4a8a425e46d12033b5c
2382022-04-28T20:28:26.502ZBuild Type: release
2392022-04-28T20:28:26.509Z
2402022-04-28T20:28:26.515Zreal 5.302088198
2412022-04-28T20:28:26.520Zuser 2.555587416
2422022-04-28T20:28:26.527Zsys 1.726040607
2432022-04-28T20:28:26.533Ztrap 0.002874022
2442022-04-28T20:28:26.539Ztflt 0.000038436
2452022-04-28T20:28:26.546Zdflt 0.000398436
2462022-04-28T20:28:26.552Zkflt 0.000000000
2472022-04-28T20:28:26.559Zlock 2.158671111
2482022-04-28T20:28:26.565Zslp 8.923024426
2492022-04-28T20:28:26.570Zlat 1.001522293
2502022-04-28T20:28:26.577Zstop 0.091266562
2512022-04-28T20:28:26.583Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
2522022-04-28T20:28:26.589Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
2532022-04-28T20:28:26.595Ztests will store output in /var/tmp/omicron_tmp
2542022-04-28T20:28:26.602Z+ mkdir /var/tmp/omicron_tmp
2552022-04-28T20:28:26.608Z+ export PATH=/home/build/.cargo/bin:/usr/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cockroachdb/bin:/work/oxidecomputer/omicron/out/clickhouse
2562022-04-28T20:28:26.614Z+ PATH=/home/build/.cargo/bin:/usr/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cockroachdb/bin:/work/oxidecomputer/omicron/out/clickhouse
2572022-04-28T20:28:26.620Z+ banner build
2582022-04-28T20:28:26.626Z
2592022-04-28T20:28:26.632Z ##### # # # # #####
2602022-04-28T20:28:26.637Z # # # # # # # #
2612022-04-28T20:28:26.643Z ##### # # # # # #
2622022-04-28T20:28:26.648Z # # # # # # # #
2632022-04-28T20:28:26.654Z # # # # # # # #
2642022-04-28T20:28:26.660Z ##### #### # ###### #####
2652022-04-28T20:28:26.665Z
2662022-04-28T20:28:26.671Z+ export 'RUSTFLAGS=-D warnings'
2672022-04-28T20:28:26.677Z+ RUSTFLAGS='-D warnings'
2682022-04-28T20:28:26.683Z+ export 'RUSTDOCFLAGS=-D warnings'
2692022-04-28T20:28:26.689Z+ RUSTDOCFLAGS='-D warnings'
2702022-04-28T20:28:26.695Z+ export TMPDIR=/var/tmp/omicron_tmp
2712022-04-28T20:28:26.701Z+ TMPDIR=/var/tmp/omicron_tmp
2722022-04-28T20:28:26.706Z+ ptime -m cargo +nightly-2021-11-24 build --locked --all-targets --verbose
2732022-04-28T20:28:27.427Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2742022-04-28T20:28:27.806Z Updating crates.io index
2752022-04-28T20:29:10.201Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2762022-04-28T20:29:10.869Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2772022-04-28T20:29:11.383Z Updating git repository `https://github.com/oxidecomputer/steno`
2782022-04-28T20:29:11.762Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792022-04-28T20:29:12.583Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802022-04-28T20:29:13.075Z Updating git repository `https://github.com/oxidecomputer/spdm`
2812022-04-28T20:29:13.460Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822022-04-28T20:29:13.762Z Updating git repository `https://github.com/cbiffle/hubpack`
2832022-04-28T20:29:14.052Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2842022-04-28T20:29:14.348Z Updating git repository `https://github.com/diesel-rs/diesel`
2852022-04-28T20:29:22.332Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2862022-04-28T20:29:22.917Z Updating git repository `https://github.com/oxidecomputer/typify`
2872022-04-28T20:29:23.620Z Downloading crates ...
2882022-04-28T20:29:23.821Z Downloaded block-buffer v0.10.2
2892022-04-28T20:29:23.827Z Downloaded async-stream v0.3.3
2902022-04-28T20:29:23.833Z Downloaded async-stream-impl v0.3.3
2912022-04-28T20:29:23.840Z Downloaded aho-corasick v0.7.18
2922022-04-28T20:29:23.846Z Downloaded cipher v0.3.0
2932022-04-28T20:29:23.852Z Downloaded crossbeam-utils v0.8.8
2942022-04-28T20:29:23.859Z Downloaded fastrand v1.7.0
2952022-04-28T20:29:23.865Z Downloaded smallvec v1.8.0
2962022-04-28T20:29:23.871Z Downloaded signal-hook-registry v1.4.0
2972022-04-28T20:29:23.877Z Downloaded ecdsa v0.12.4
2982022-04-28T20:29:23.884Z Downloaded syn v1.0.91
2992022-04-28T20:29:23.894Z Downloaded tinyvec v1.5.1
3002022-04-28T20:29:23.901Z Downloaded tinyvec_macros v0.1.0
3012022-04-28T20:29:23.908Z Downloaded ansi_term v0.12.1
3022022-04-28T20:29:23.915Z Downloaded unicode-bidi v0.3.7
3032022-04-28T20:29:23.921Z Downloaded slog-stdlog v4.1.1
3042022-04-28T20:29:23.927Z Downloaded fallible-iterator v0.2.0
3052022-04-28T20:29:23.933Z Downloaded fallible-streaming-iterator v0.1.9
3062022-04-28T20:29:23.940Z Downloaded crossbeam-deque v0.8.1
3072022-04-28T20:29:23.946Z Downloaded console v0.15.0
3082022-04-28T20:29:23.953Z Downloaded trust-dns-resolver v0.21.2
3092022-04-28T20:29:23.959Z Downloaded unicode-width v0.1.9
3102022-04-28T20:29:23.966Z Downloaded universal-hash v0.4.1
3112022-04-28T20:29:23.972Z Downloaded url v2.2.2
3122022-04-28T20:29:23.978Z Downloaded vec_map v0.8.2
3132022-04-28T20:29:23.985Z Downloaded utf-8 v0.7.6
3142022-04-28T20:29:23.991Z Downloaded glob v0.3.0
3152022-04-28T20:29:23.997Z Downloaded strsim v0.10.0
3162022-04-28T20:29:24.005Z Downloaded termtree v0.2.4
3172022-04-28T20:29:24.011Z Downloaded tap v1.0.1
3182022-04-28T20:29:24.018Z Downloaded siphasher v0.3.10
3192022-04-28T20:29:24.024Z Downloaded terminal_size v0.1.17
3202022-04-28T20:29:24.031Z Downloaded termcolor v1.1.3
3212022-04-28T20:29:24.037Z Downloaded tokio-stream v0.1.8
3222022-04-28T20:29:24.046Z Downloaded thread_local v1.1.4
3232022-04-28T20:29:24.052Z Downloaded thiserror v1.0.30
3242022-04-28T20:29:24.058Z Downloaded tokio-macros v1.7.0
3252022-04-28T20:29:24.064Z Downloaded tiny-keccak v2.0.2
3262022-04-28T20:29:24.070Z Downloaded tower-service v0.3.1
3272022-04-28T20:29:24.077Z Downloaded tokio-tungstenite v0.17.1
3282022-04-28T20:29:24.083Z Downloaded try-lock v0.2.3
3292022-04-28T20:29:24.089Z Downloaded tokio-rustls v0.23.3
3302022-04-28T20:29:24.096Z Downloaded textwrap v0.15.0
3312022-04-28T20:29:24.103Z Downloaded similar v2.1.0
3322022-04-28T20:29:24.110Z Downloaded twox-hash v1.6.2
3332022-04-28T20:29:24.116Z Downloaded unicase v2.6.0
3342022-04-28T20:29:24.122Z Downloaded trybuild v1.0.59
3352022-04-28T20:29:24.129Z Downloaded tracing-core v0.1.23
3362022-04-28T20:29:24.135Z Downloaded tungstenite v0.17.2
3372022-04-28T20:29:24.141Z Downloaded structopt v0.3.26
3382022-04-28T20:29:24.147Z Downloaded tracing-subscriber v0.3.9
3392022-04-28T20:29:24.157Z Downloaded string_cache v0.8.3
3402022-04-28T20:29:24.163Z Downloaded structmeta-derive v0.1.4
3412022-04-28T20:29:24.169Z Downloaded crypto-mac v0.11.1
3422022-04-28T20:29:24.176Z Downloaded flate2 v1.0.22
3432022-04-28T20:29:24.183Z Downloaded darling_core v0.13.1
3442022-04-28T20:29:24.189Z Downloaded crossbeam-queue v0.3.5
3452022-04-28T20:29:24.196Z Downloaded der v0.4.5
3462022-04-28T20:29:24.202Z Downloaded tar v0.4.38
3472022-04-28T20:29:24.208Z Downloaded slog v2.7.0
3482022-04-28T20:29:24.214Z Downloaded arc-swap v1.5.0
3492022-04-28T20:29:24.221Z Downloaded signal-hook v0.3.13
3502022-04-28T20:29:24.227Z Downloaded clap v2.34.0
3512022-04-28T20:29:24.234Z Downloaded heck v0.3.3
3522022-04-28T20:29:24.240Z Downloaded toolchain_find v0.2.0
3532022-04-28T20:29:24.246Z Downloaded want v0.3.0
3542022-04-28T20:29:24.252Z Downloaded sha2 v0.9.9
3552022-04-28T20:29:24.258Z Downloaded serde_derive_internals v0.25.0
3562022-04-28T20:29:24.264Z Downloaded zeroize_derive v1.3.2
3572022-04-28T20:29:24.270Z Downloaded hex v0.4.3
3582022-04-28T20:29:24.276Z Downloaded time-macros v0.2.4
3592022-04-28T20:29:24.283Z Downloaded getopts v0.2.21
3602022-04-28T20:29:24.289Z Downloaded tinytemplate v1.2.1
3612022-04-28T20:29:24.295Z Downloaded walkdir v2.3.2
3622022-04-28T20:29:24.300Z Downloaded unicode-segmentation v1.9.0
3632022-04-28T20:29:24.307Z Downloaded webpki v0.22.0
3642022-04-28T20:29:24.313Z Downloaded uuid v0.8.2
3652022-04-28T20:29:24.319Z Downloaded smf v0.2.1
3662022-04-28T20:29:24.324Z Downloaded strum_macros v0.23.1
3672022-04-28T20:29:24.331Z Downloaded difflib v0.4.0
3682022-04-28T20:29:24.337Z Downloaded fake-simd v0.1.2
3692022-04-28T20:29:24.343Z Downloaded doc-comment v0.3.3
3702022-04-28T20:29:24.367Z Downloaded filetime v0.2.15
3712022-04-28T20:29:24.374Z Downloaded semver-parser v0.10.2
3722022-04-28T20:29:24.380Z Downloaded zerocopy v0.3.0
3732022-04-28T20:29:24.386Z Downloaded usdt v0.3.2
3742022-04-28T20:29:24.392Z Downloaded usdt-macro v0.3.2
3752022-04-28T20:29:24.398Z Downloaded usdt-impl v0.3.2
3762022-04-28T20:29:24.404Z Downloaded group v0.10.0
3772022-04-28T20:29:24.409Z Downloaded futures-sink v0.3.21
3782022-04-28T20:29:24.415Z Downloaded hmac v0.11.0
3792022-04-28T20:29:24.421Z Downloaded tokio v1.17.0
3802022-04-28T20:29:24.428Z Downloaded headers v0.3.7
3812022-04-28T20:29:24.434Z Downloaded hashbrown v0.11.2
3822022-04-28T20:29:24.440Z Downloaded hyper v0.14.18
3832022-04-28T20:29:24.445Z Downloaded vsss-rs v2.0.0-pre0
3842022-04-28T20:29:24.451Z Downloaded tokio-util v0.7.1
3852022-04-28T20:29:24.457Z Downloaded lock_api v0.4.6
3862022-04-28T20:29:24.465Z Downloaded xattr v0.2.2
3872022-04-28T20:29:24.471Z Downloaded hyper-tls v0.5.0
3882022-04-28T20:29:24.477Z Downloaded home v0.5.3
3892022-04-28T20:29:24.484Z Downloaded ipnet v2.4.0
3902022-04-28T20:29:24.490Z Downloaded mio v0.8.2
3912022-04-28T20:29:24.496Z Downloaded expectorate v1.0.5
3922022-04-28T20:29:24.504Z Downloaded proc-macro-error v1.0.4
3932022-04-28T20:29:24.511Z Downloaded pest_meta v2.1.3
3942022-04-28T20:29:24.518Z Downloaded linked-hash-map v0.5.4
3952022-04-28T20:29:24.524Z Downloaded indicatif v0.16.2
3962022-04-28T20:29:24.530Z Downloaded form_urlencoded v1.0.1
3972022-04-28T20:29:24.536Z Downloaded new_debug_unreachable v1.0.4
3982022-04-28T20:29:24.542Z Downloaded remove_dir_all v0.5.3
3992022-04-28T20:29:24.548Z Downloaded zeroize v1.3.0
4002022-04-28T20:29:24.555Z Downloaded vcpkg v0.2.15
4012022-04-28T20:29:24.562Z Downloaded rayon v1.5.2
4022022-04-28T20:29:24.568Z Downloaded zone v0.1.8
4032022-04-28T20:29:24.575Z Downloaded version_check v0.9.4
4042022-04-28T20:29:24.581Z Downloaded zone_cfg_derive v0.1.2
4052022-04-28T20:29:24.588Z Downloaded semver v0.1.20
4062022-04-28T20:29:24.620Z Downloaded generic-array v0.14.5
4072022-04-28T20:29:24.628Z Downloaded wyz v0.4.0
4082022-04-28T20:29:24.634Z Downloaded petgraph v0.5.1
4092022-04-28T20:29:24.640Z Downloaded newtype_derive v0.1.6
4102022-04-28T20:29:24.646Z Downloaded oorandom v11.1.3
4112022-04-28T20:29:24.652Z Downloaded rand_core v0.6.3
4122022-04-28T20:29:24.669Z Downloaded serde_derive v1.0.136
4132022-04-28T20:29:24.675Z Downloaded webpki-roots v0.22.2
4142022-04-28T20:29:24.681Z Downloaded plotters-backend v0.3.2
4152022-04-28T20:29:24.689Z Downloaded precomputed-hash v0.1.1
4162022-04-28T20:29:24.696Z Downloaded md-5 v0.10.1
4172022-04-28T20:29:24.702Z Downloaded h2 v0.3.12
4182022-04-28T20:29:24.708Z Downloaded globset v0.4.8
4192022-04-28T20:29:24.715Z Downloaded parking_lot_core v0.9.1
4202022-04-28T20:29:24.728Z Downloaded pkg-config v0.3.24
4212022-04-28T20:29:24.735Z Downloaded num_cpus v1.13.1
4222022-04-28T20:29:24.742Z Downloaded num-traits v0.2.14
4232022-04-28T20:29:24.749Z Downloaded pkcs8 v0.7.6
4242022-04-28T20:29:24.755Z Downloaded itoa v1.0.1
4252022-04-28T20:29:24.762Z Downloaded proc-macro2 v1.0.37
4262022-04-28T20:29:24.776Z Downloaded parking_lot_core v0.8.5
4272022-04-28T20:29:24.782Z Downloaded postgres-types v0.2.2
4282022-04-28T20:29:24.790Z Downloaded pem v1.0.2
4292022-04-28T20:29:24.796Z Downloaded pest_derive v2.1.0
4302022-04-28T20:29:24.802Z Downloaded p256 v0.9.0
4312022-04-28T20:29:24.810Z Downloaded memchr v2.4.1
4322022-04-28T20:29:24.816Z Downloaded rustls-pemfile v1.0.0
4332022-04-28T20:29:24.822Z Downloaded getrandom v0.2.5
4342022-04-28T20:29:24.828Z Downloaded quick-error v1.2.3
4352022-04-28T20:29:24.835Z Downloaded serial_test_derive v0.6.0
4362022-04-28T20:29:24.841Z Downloaded parse-display-derive v0.5.5
4372022-04-28T20:29:24.847Z Downloaded pest_generator v2.1.3
4382022-04-28T20:29:24.855Z Downloaded pest v2.1.3
4392022-04-28T20:29:24.861Z Downloaded serde_repr v0.1.7
4402022-04-28T20:29:24.867Z Downloaded quote v1.0.18
4412022-04-28T20:29:24.873Z Downloaded rusqlite v0.27.0
4422022-04-28T20:29:24.879Z Downloaded sled v0.34.7
4432022-04-28T20:29:24.885Z Downloaded serde v1.0.136
4442022-04-28T20:29:24.893Z Downloaded percent-encoding v2.1.0
4452022-04-28T20:29:24.899Z Downloaded olpc-cjson v0.1.1
4462022-04-28T20:29:24.905Z Downloaded number_prefix v0.4.0
4472022-04-28T20:29:24.912Z Downloaded rustls v0.20.4
4482022-04-28T20:29:24.918Z Downloaded semver v0.11.0
4492022-04-28T20:29:24.925Z Downloaded schemars_derive v0.8.8
4502022-04-28T20:29:24.932Z Downloaded resolv-conf v0.7.0
4512022-04-28T20:29:24.937Z Downloaded parking_lot v0.11.2
4522022-04-28T20:29:24.943Z Downloaded radix_trie v0.2.1
4532022-04-28T20:29:24.951Z Downloaded scopeguard v1.1.0
4542022-04-28T20:29:24.957Z Downloaded openssl-sys v0.9.72
4552022-04-28T20:29:24.963Z Downloaded hostname v0.3.1
4562022-04-28T20:29:24.970Z Downloaded rustls-pemfile v0.3.0
4572022-04-28T20:29:24.976Z Downloaded rand v0.4.6
4582022-04-28T20:29:24.982Z Downloaded serde_urlencoded v0.7.1
4592022-04-28T20:29:24.989Z Downloaded sha-1 v0.10.0
4602022-04-28T20:29:24.995Z Downloaded same-file v1.0.6
4612022-04-28T20:29:25.001Z Downloaded sha2 v0.10.2
4622022-04-28T20:29:25.007Z Downloaded sharded-slab v0.1.4
4632022-04-28T20:29:25.013Z Downloaded mockall_derive v0.11.0
4642022-04-28T20:29:25.019Z Downloaded mime_guess v2.0.4
4652022-04-28T20:29:25.025Z Downloaded trust-dns-proto v0.21.2
4662022-04-28T20:29:25.031Z Downloaded zerocopy-derive v0.2.0
4672022-04-28T20:29:25.037Z Downloaded itertools v0.10.3
4682022-04-28T20:29:25.043Z Downloaded schemars v0.8.8
4692022-04-28T20:29:25.049Z Downloaded httpdate v1.0.2
4702022-04-28T20:29:25.069Z Downloaded parking_lot v0.12.0
4712022-04-28T20:29:25.076Z Downloaded http v0.2.6
4722022-04-28T20:29:25.082Z Downloaded nibble_vec v0.1.0
4732022-04-28T20:29:25.088Z Downloaded pin-project-lite v0.2.8
4742022-04-28T20:29:25.094Z Downloaded proc-macro-error-attr v1.0.4
4752022-04-28T20:29:25.100Z Downloaded http-body v0.4.4
4762022-04-28T20:29:25.107Z Downloaded num-integer v0.1.44
4772022-04-28T20:29:25.113Z Downloaded humantime v2.1.0
4782022-04-28T20:29:25.119Z Downloaded oso-derive v0.26.0
4792022-04-28T20:29:25.124Z Downloaded lazy_static v1.4.0
4802022-04-28T20:29:25.131Z Downloaded httptest v0.15.4
4812022-04-28T20:29:25.137Z Downloaded parse-display v0.5.5
4822022-04-28T20:29:25.143Z Downloaded num_threads v0.1.5
4832022-04-28T20:29:25.149Z Downloaded predicates-tree v1.0.5
4842022-04-28T20:29:25.156Z Downloaded paste v1.0.7
4852022-04-28T20:29:25.162Z Downloaded oso v0.26.0
4862022-04-28T20:29:25.168Z Downloaded lalrpop-util v0.19.7
4872022-04-28T20:29:25.174Z Downloaded normalize-line-endings v0.3.0
4882022-04-28T20:29:25.180Z Downloaded omicron-zone-package v0.2.1
4892022-04-28T20:29:25.186Z Downloaded mockall v0.11.0
4902022-04-28T20:29:25.194Z Downloaded serde_with v1.12.1
4912022-04-28T20:29:25.200Z Downloaded serde_with_macros v1.5.1
4922022-04-28T20:29:25.207Z Downloaded ref-cast v1.0.6
4932022-04-28T20:29:25.213Z Downloaded lalrpop v0.19.7
4942022-04-28T20:29:25.219Z Downloaded ref-cast-impl v1.0.6
4952022-04-28T20:29:25.226Z Downloaded path-dedot v3.0.16
4962022-04-28T20:29:25.233Z Downloaded plotters-svg v0.3.1
4972022-04-28T20:29:25.239Z Downloaded opaque-debug v0.2.3
4982022-04-28T20:29:25.245Z Downloaded semver v1.0.6
4992022-04-28T20:29:25.250Z Downloaded rustversion v1.0.6
5002022-04-28T20:29:25.256Z Downloaded maplit v1.0.2
5012022-04-28T20:29:25.262Z Downloaded polyval v0.5.3
5022022-04-28T20:29:25.268Z Downloaded openapiv3 v1.0.1
5032022-04-28T20:29:25.274Z Downloaded polar-core v0.26.0
5042022-04-28T20:29:25.281Z Downloaded sha-1 v0.8.2
5052022-04-28T20:29:25.287Z Downloaded scheduled-thread-pool v0.2.5
5062022-04-28T20:29:25.293Z Downloaded ryu v1.0.9
5072022-04-28T20:29:25.299Z Downloaded petgraph v0.6.0
5082022-04-28T20:29:25.305Z Downloaded predicates v2.1.1
5092022-04-28T20:29:25.312Z Downloaded idna v0.2.3
5102022-04-28T20:29:25.318Z Downloaded ppv-lite86 v0.2.16
5112022-04-28T20:29:25.325Z Downloaded rand v0.8.5
5122022-04-28T20:29:25.331Z Downloaded portpicker v0.1.1
5132022-04-28T20:29:25.337Z Downloaded csv v1.1.6
5142022-04-28T20:29:25.346Z Downloaded rand_chacha v0.3.1
5152022-04-28T20:29:25.353Z Downloaded regex-automata v0.1.10
5162022-04-28T20:29:25.359Z Downloaded rayon-core v1.9.2
5172022-04-28T20:29:25.370Z Downloaded postgres-protocol v0.6.3
5182022-04-28T20:29:25.378Z Downloaded regex v1.5.5
5192022-04-28T20:29:25.383Z Downloaded rustfmt-wrapper v0.1.0
5202022-04-28T20:29:25.390Z Downloaded serde_json v1.0.79
5212022-04-28T20:29:25.396Z Downloaded serde_cbor v0.11.2
5222022-04-28T20:29:25.403Z Downloaded rustc_version v0.1.7
5232022-04-28T20:29:25.410Z Downloaded ringbuffer v0.8.4
5242022-04-28T20:29:25.417Z Downloaded libsqlite3-sys v0.24.1
5252022-04-28T20:29:25.423Z Downloaded serde_plain v1.0.0
5262022-04-28T20:29:25.429Z Downloaded serde-big-array v0.3.3
5272022-04-28T20:29:25.435Z Downloaded openssl v0.10.38
5282022-04-28T20:29:25.441Z Downloaded regex-syntax v0.6.25
5292022-04-28T20:29:25.447Z Downloaded libc v0.2.123
5302022-04-28T20:29:25.453Z Downloaded rustc_version v0.4.0
5312022-04-28T20:29:25.459Z Downloaded pin-utils v0.1.0
5322022-04-28T20:29:25.466Z Downloaded os_str_bytes v6.0.0
5332022-04-28T20:29:25.471Z Downloaded path-absolutize v3.0.12
5342022-04-28T20:29:25.477Z Downloaded r2d2 v0.8.9
5352022-04-28T20:29:25.483Z Downloaded phf_shared v0.10.0
5362022-04-28T20:29:25.489Z Downloaded phf v0.10.1
5372022-04-28T20:29:25.495Z Downloaded pretty-hex v0.3.0
5382022-04-28T20:29:25.501Z Downloaded openssl-probe v0.1.5
5392022-04-28T20:29:25.507Z Downloaded native-tls v0.2.8
5402022-04-28T20:29:25.514Z Downloaded log v0.4.16
5412022-04-28T20:29:25.520Z Downloaded futures v0.3.21
5422022-04-28T20:29:25.527Z Downloaded predicates-core v1.0.3
5432022-04-28T20:29:25.533Z Downloaded hyper-rustls v0.23.0
5442022-04-28T20:29:25.538Z Downloaded ipnetwork v0.18.0
5452022-04-28T20:29:25.545Z Downloaded ident_case v1.0.1
5462022-04-28T20:29:25.551Z Downloaded once_cell v1.10.0
5472022-04-28T20:29:25.557Z Downloaded newline-converter v0.2.0
5482022-04-28T20:29:25.563Z Downloaded fragile v1.1.0
5492022-04-28T20:29:25.569Z Downloaded instant v0.1.12
5502022-04-28T20:29:25.576Z Downloaded futures-core v0.3.21
5512022-04-28T20:29:25.582Z Downloaded futures-channel v0.3.21
5522022-04-28T20:29:25.588Z Downloaded trust-dns-client v0.21.1
5532022-04-28T20:29:25.594Z Downloaded sct v0.7.0
5542022-04-28T20:29:25.600Z Downloaded match_cfg v0.1.0
5552022-04-28T20:29:25.606Z Downloaded futures-util v0.3.21
5562022-04-28T20:29:25.611Z Downloaded encoding_rs v0.8.30
5572022-04-28T20:29:25.617Z Downloaded reqwest v0.11.10
5582022-04-28T20:29:25.648Z Downloaded indexmap v1.8.1
5592022-04-28T20:29:25.654Z Downloaded radium v0.6.2
5602022-04-28T20:29:25.660Z Downloaded lru-cache v0.1.2
5612022-04-28T20:29:25.666Z Downloaded funty v1.2.0
5622022-04-28T20:29:25.673Z Downloaded mime v0.3.16
5632022-04-28T20:29:25.680Z Downloaded memoffset v0.6.5
5642022-04-28T20:29:25.686Z Downloaded matches v0.1.9
5652022-04-28T20:29:25.692Z Downloaded macaddr v1.0.1
5662022-04-28T20:29:25.698Z Downloaded itoa v0.4.8
5672022-04-28T20:29:25.704Z Downloaded indoc v1.0.4
5682022-04-28T20:29:25.712Z Downloaded impl-trait-for-tuples v0.2.2
5692022-04-28T20:29:25.719Z Downloaded opaque-debug v0.3.0
5702022-04-28T20:29:25.739Z Downloaded ff v0.10.1
5712022-04-28T20:29:25.745Z Downloaded futures-task v0.3.21
5722022-04-28T20:29:25.751Z Downloaded hmac v0.12.1
5732022-04-28T20:29:25.757Z Downloaded bstr v0.2.17
5742022-04-28T20:29:25.763Z Downloaded half v1.8.2
5752022-04-28T20:29:25.769Z Downloaded fxhash v0.2.1
5762022-04-28T20:29:25.776Z Downloaded futures-executor v0.3.21
5772022-04-28T20:29:25.782Z Downloaded usdt-attr-macro v0.3.2
5782022-04-28T20:29:25.788Z Downloaded tough v0.12.1
5792022-04-28T20:29:25.793Z Downloaded serde_tokenstream v0.1.3
5802022-04-28T20:29:25.799Z Downloaded miniz_oxide v0.4.4
5812022-04-28T20:29:25.805Z Downloaded headers-core v0.2.0
5822022-04-28T20:29:25.811Z Downloaded cast v0.2.7
5832022-04-28T20:29:25.817Z Downloaded dirs-sys-next v0.1.2
5842022-04-28T20:29:25.823Z Downloaded diff v0.1.12
5852022-04-28T20:29:25.829Z Downloaded slog-dtrace v0.2.1
5862022-04-28T20:29:25.835Z Downloaded slog-bunyan v2.4.0
5872022-04-28T20:29:25.840Z Downloaded dtrace-parser v0.1.12
5882022-04-28T20:29:25.854Z Downloaded signature v1.3.2
5892022-04-28T20:29:25.860Z Downloaded signal-hook-tokio v0.3.1
5902022-04-28T20:29:25.867Z Downloaded hashlink v0.7.0
5912022-04-28T20:29:25.873Z Downloaded foreign-types v0.3.2
5922022-04-28T20:29:25.879Z Downloaded httparse v1.6.0
5932022-04-28T20:29:25.885Z Downloaded generic-array v0.12.4
5942022-04-28T20:29:25.891Z Downloaded heck v0.4.0
5952022-04-28T20:29:25.897Z Downloaded futures-macro v0.3.21
5962022-04-28T20:29:25.902Z Downloaded futures-io v0.3.21
5972022-04-28T20:29:25.908Z Downloaded foreign-types-shared v0.1.1
5982022-04-28T20:29:25.914Z Downloaded unindent v0.1.8
5992022-04-28T20:29:25.920Z Downloaded serial_test v0.6.0
6002022-04-28T20:29:25.925Z Downloaded thread-id v4.0.0
6012022-04-28T20:29:25.931Z Downloaded fatfs v0.3.5
6022022-04-28T20:29:25.937Z Downloaded bitvec v0.22.3
6032022-04-28T20:29:25.943Z Downloaded ahash v0.7.6
6042022-04-28T20:29:25.949Z Downloaded crossbeam-epoch v0.9.8
6052022-04-28T20:29:25.954Z Downloaded crossbeam v0.8.1
6062022-04-28T20:29:25.960Z Downloaded clap_lex v0.1.1
6072022-04-28T20:29:25.966Z Downloaded slog-scope v4.4.0
6082022-04-28T20:29:25.972Z Downloaded slab v0.4.5
6092022-04-28T20:29:25.978Z Downloaded time v0.3.9
6102022-04-28T20:29:25.984Z Downloaded csv-core v0.1.10
6112022-04-28T20:29:25.989Z Downloaded data-encoding v2.3.2
6122022-04-28T20:29:25.996Z Downloaded tracing v0.1.32
6132022-04-28T20:29:26.002Z Downloaded tokio-util v0.6.9
6142022-04-28T20:29:26.008Z Downloaded take_mut v0.2.2
6152022-04-28T20:29:26.014Z Downloaded strsim v0.8.0
6162022-04-28T20:29:26.019Z Downloaded crc32fast v1.3.2
6172022-04-28T20:29:26.025Z Downloaded ctr v0.8.0
6182022-04-28T20:29:26.031Z Downloaded toml v0.5.9
6192022-04-28T20:29:26.036Z Downloaded digest v0.8.1
6202022-04-28T20:29:26.042Z Downloaded criterion-plot v0.4.4
6212022-04-28T20:29:26.048Z Downloaded tokio-postgres v0.7.5
6222022-04-28T20:29:26.054Z Downloaded snafu v0.7.0
6232022-04-28T20:29:26.059Z Downloaded anyhow v1.0.56
6242022-04-28T20:29:26.065Z Downloaded tracing-attributes v0.1.20
6252022-04-28T20:29:26.071Z Downloaded backoff v0.4.0
6262022-04-28T20:29:26.076Z Downloaded const-oid v0.6.2
6272022-04-28T20:29:26.082Z Downloaded subprocess v0.2.8
6282022-04-28T20:29:26.088Z Downloaded convert_case v0.4.0
6292022-04-28T20:29:26.093Z Downloaded bit-vec v0.6.3
6302022-04-28T20:29:26.099Z Downloaded tokio-native-tls v0.3.0
6312022-04-28T20:29:26.105Z Downloaded block-padding v0.1.5
6322022-04-28T20:29:26.111Z Downloaded block-buffer v0.9.0
6332022-04-28T20:29:26.117Z Downloaded time v0.1.44
6342022-04-28T20:29:26.122Z Downloaded snafu-derive v0.7.0
6352022-04-28T20:29:26.128Z Downloaded aes-gcm-siv v0.10.3
6362022-04-28T20:29:26.134Z Downloaded bit-set v0.5.2
6372022-04-28T20:29:26.140Z Downloaded ascii-canvas v3.0.0
6382022-04-28T20:29:26.146Z Downloaded structopt-derive v0.4.18
6392022-04-28T20:29:26.152Z Downloaded socket2 v0.4.4
6402022-04-28T20:29:26.157Z Downloaded atty v0.2.14
6412022-04-28T20:29:26.163Z Downloaded array-init v2.0.0
6422022-04-28T20:29:26.170Z Downloaded adler v1.0.2
6432022-04-28T20:29:26.175Z Downloaded structmeta v0.1.4
6442022-04-28T20:29:26.181Z Downloaded slog-json v2.6.1
6452022-04-28T20:29:26.187Z Downloaded crypto-bigint v0.2.11
6462022-04-28T20:29:26.193Z Downloaded dyn-clone v1.0.5
6472022-04-28T20:29:26.199Z Downloaded fixedbitset v0.4.1
6482022-04-28T20:29:26.205Z Downloaded fixedbitset v0.2.0
6492022-04-28T20:29:26.210Z Downloaded term v0.7.0
6502022-04-28T20:29:26.216Z Downloaded slog-envlogger v2.2.0
6512022-04-28T20:29:26.222Z Downloaded synstructure v0.12.6
6522022-04-28T20:29:26.228Z Downloaded float-cmp v0.9.0
6532022-04-28T20:29:26.234Z Downloaded slog-term v2.9.0
6542022-04-28T20:29:26.239Z Downloaded tempdir v0.3.7
6552022-04-28T20:29:26.245Z Downloaded stringprep v0.1.2
6562022-04-28T20:29:26.251Z Downloaded static_assertions v1.1.0
6572022-04-28T20:29:26.256Z Downloaded dof v0.1.5
6582022-04-28T20:29:26.262Z Downloaded darling_macro v0.13.1
6592022-04-28T20:29:26.268Z Downloaded clap v3.1.9
6602022-04-28T20:29:26.274Z Downloaded untrusted v0.7.1
6612022-04-28T20:29:26.280Z Downloaded unicode-xid v0.2.2
6622022-04-28T20:29:26.286Z Downloaded chrono v0.4.19
6632022-04-28T20:29:26.291Z Downloaded unicode-normalization v0.1.19
6642022-04-28T20:29:26.297Z Downloaded trust-dns-server v0.21.2
6652022-04-28T20:29:26.303Z Downloaded criterion v0.3.5
6662022-04-28T20:29:26.309Z Downloaded elliptic-curve v0.10.6
6672022-04-28T20:29:26.315Z Downloaded clap_derive v3.1.7
6682022-04-28T20:29:26.321Z Downloaded env_logger v0.9.0
6692022-04-28T20:29:26.341Z Downloaded ena v0.14.0
6702022-04-28T20:29:26.347Z Downloaded dirs-next v2.0.0
6712022-04-28T20:29:26.353Z Downloaded convert_case v0.5.0
6722022-04-28T20:29:26.358Z Downloaded byteorder v1.4.3
6732022-04-28T20:29:26.364Z Downloaded bincode v1.3.3
6742022-04-28T20:29:26.372Z Downloaded enum-as-inner v0.4.0
6752022-04-28T20:29:26.378Z Downloaded darling v0.13.1
6762022-04-28T20:29:26.384Z Downloaded crunchy v0.2.2
6772022-04-28T20:29:26.389Z Downloaded cookie v0.16.0
6782022-04-28T20:29:26.395Z Downloaded byte-tools v0.3.1
6792022-04-28T20:29:26.401Z Downloaded slog-async v2.7.0
6802022-04-28T20:29:26.407Z Downloaded either v1.6.1
6812022-04-28T20:29:26.413Z Downloaded downcast v0.11.0
6822022-04-28T20:29:26.420Z Downloaded block-buffer v0.7.3
6832022-04-28T20:29:26.436Z Downloaded ucd-trie v0.1.3
6842022-04-28T20:29:26.456Z Downloaded typenum v1.15.0
6852022-04-28T20:29:26.468Z Downloaded spki v0.4.1
6862022-04-28T20:29:26.476Z Downloaded digest v0.9.0
6872022-04-28T20:29:26.487Z Downloaded subtle v2.4.1
6882022-04-28T20:29:26.494Z Downloaded fnv v1.0.7
6892022-04-28T20:29:26.500Z Downloaded digest v0.10.3
6902022-04-28T20:29:26.506Z Downloaded thiserror-impl v1.0.30
6912022-04-28T20:29:26.512Z Downloaded textwrap v0.11.0
6922022-04-28T20:29:26.517Z Downloaded tempfile v3.3.0
6932022-04-28T20:29:26.523Z Downloaded spin v0.5.2
6942022-04-28T20:29:26.529Z Downloaded crypto-common v0.1.3
6952022-04-28T20:29:26.535Z Downloaded crossbeam-channel v0.5.4
6962022-04-28T20:29:26.541Z Downloaded autocfg v1.1.0
6972022-04-28T20:29:26.547Z Downloaded async-trait v0.1.53
6982022-04-28T20:29:26.553Z Downloaded aes v0.7.5
6992022-04-28T20:29:26.559Z Downloaded endian-type v0.1.2
7002022-04-28T20:29:26.565Z Downloaded bb8 v0.8.0
7012022-04-28T20:29:26.571Z Downloaded aead v0.4.3
7022022-04-28T20:29:26.576Z Downloaded cpufeatures v0.2.2
7032022-04-28T20:29:26.583Z Downloaded cfg-if v1.0.0
7042022-04-28T20:29:26.589Z Downloaded cc v1.0.73
7052022-04-28T20:29:26.595Z Downloaded bytes v1.1.0
7062022-04-28T20:29:26.602Z Downloaded bitflags v1.3.2
7072022-04-28T20:29:26.607Z Downloaded base64 v0.13.0
7082022-04-28T20:29:26.613Z Downloaded ring v0.16.20
7092022-04-28T20:29:26.619Z Downloaded plotters v0.3.1
7102022-04-28T20:29:27.102Z Compiling proc-macro2 v1.0.37
7112022-04-28T20:29:27.109Z Compiling unicode-xid v0.2.2
7122022-04-28T20:29:27.115Z Compiling syn v1.0.91
7132022-04-28T20:29:27.121Z Compiling libc v0.2.123
7142022-04-28T20:29:27.127Z Compiling serde_derive v1.0.136
7152022-04-28T20:29:27.132Z Compiling serde v1.0.136
7162022-04-28T20:29:27.138Z Compiling version_check v0.9.4
7172022-04-28T20:29:27.144Z Compiling cfg-if v1.0.0
7182022-04-28T20:29:27.150Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.37/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=a661acf3c3aade15 -C extra-filename=-a661acf3c3aade15 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-a661acf3c3aade15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7192022-04-28T20:29:27.156Z Running `rustc --crate-name unicode_xid /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=1a57b4aa0428ec93 -C extra-filename=-1a57b4aa0428ec93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7202022-04-28T20:29:27.162Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.123/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0f1589cbf0f0f214 -C extra-filename=-0f1589cbf0f0f214 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-0f1589cbf0f0f214 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7212022-04-28T20:29:27.168Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.91/build.rs --error-format=json --json=diagnostic-rendered-ansi --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=d150516ce45d6878 -C extra-filename=-d150516ce45d6878 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-d150516ce45d6878 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7222022-04-28T20:29:27.174Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.136/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=518a559fe7029482 -C extra-filename=-518a559fe7029482 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_derive-518a559fe7029482 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7232022-04-28T20:29:27.179Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/build.rs --error-format=json --json=diagnostic-rendered-ansi --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=81f26fd6baf41ef2 -C extra-filename=-81f26fd6baf41ef2 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-81f26fd6baf41ef2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7242022-04-28T20:29:27.185Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ca633faef8704835 -C extra-filename=-ca633faef8704835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7252022-04-28T20:29:27.191Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=385d26aca7d14e58 -C extra-filename=-385d26aca7d14e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7262022-04-28T20:29:27.704Z Compiling autocfg v1.1.0
7272022-04-28T20:29:27.711Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=17750fab8cbfa9de -C extra-filename=-17750fab8cbfa9de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7282022-04-28T20:29:27.885Z Compiling memchr v2.4.1
7292022-04-28T20:29:27.891Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dcac4175bf4c4fd1 -C extra-filename=-dcac4175bf4c4fd1 --out-dir /work/oxidecomputer/omicron/target/debug/build/memchr-dcac4175bf4c4fd1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7302022-04-28T20:29:29.124Z Compiling log v0.4.16
7312022-04-28T20:29:29.130Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.16/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=19817c0892836249 -C extra-filename=-19817c0892836249 --out-dir /work/oxidecomputer/omicron/target/debug/build/log-19817c0892836249 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7322022-04-28T20:29:29.483Z Compiling itoa v1.0.1
7332022-04-28T20:29:29.490Z Running `rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bfe6bd45996b3d54 -C extra-filename=-bfe6bd45996b3d54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7342022-04-28T20:29:29.881Z Compiling parking_lot_core v0.9.1
7352022-04-28T20:29:29.887Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=663a76ac80ee5344 -C extra-filename=-663a76ac80ee5344 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-663a76ac80ee5344 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7362022-04-28T20:29:30.831Z Compiling serde_json v1.0.79
7372022-04-28T20:29:30.839Z Compiling once_cell v1.10.0
7382022-04-28T20:29:30.844Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.79/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a94663ffdf37014a -C extra-filename=-a94663ffdf37014a --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-a94663ffdf37014a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7392022-04-28T20:29:30.850Z Running `rustc --crate-name once_cell --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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"' -C metadata=208706d6d7bdaa03 -C extra-filename=-208706d6d7bdaa03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7402022-04-28T20:29:30.866Z Compiling futures-core v0.3.21
7412022-04-28T20:29:30.879Z Compiling lazy_static v1.4.0
7422022-04-28T20:29:30.886Z Compiling cc v1.0.73
7432022-04-28T20:29:30.892Z Compiling ryu v1.0.9
7442022-04-28T20:29:30.898Z Compiling futures-task v0.3.21
7452022-04-28T20:29:30.904Z Compiling futures-channel v0.3.21
7462022-04-28T20:29:30.910Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.21/build.rs --error-format=json --json=diagnostic-rendered-ansi --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=1e2a7207dba78458 -C extra-filename=-1e2a7207dba78458 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-1e2a7207dba78458 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7472022-04-28T20:29:30.916Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=caa99a9868af65b8 -C extra-filename=-caa99a9868af65b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7482022-04-28T20:29:30.923Z Running `rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e69f37b5702bc023 -C extra-filename=-e69f37b5702bc023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7492022-04-28T20:29:30.928Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.21/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=b5878f231ed18f46 -C extra-filename=-b5878f231ed18f46 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-b5878f231ed18f46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7502022-04-28T20:29:30.934Z Running `rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=72b3a30a79105a1b -C extra-filename=-72b3a30a79105a1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7512022-04-28T20:29:30.941Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.21/build.rs --error-format=json --json=diagnostic-rendered-ansi --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=7e6c338f5e7d0cb7 -C extra-filename=-7e6c338f5e7d0cb7 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-7e6c338f5e7d0cb7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7522022-04-28T20:29:31.324Z Compiling futures-util v0.3.21
7532022-04-28T20:29:31.330Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.21/build.rs --error-format=json --json=diagnostic-rendered-ansi --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="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=a1f74719cbc4c917 -C extra-filename=-a1f74719cbc4c917 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-a1f74719cbc4c917 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7542022-04-28T20:29:31.752Z Compiling typenum v1.15.0
7552022-04-28T20:29:31.759Z Running `rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.15.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=63beba1258ed3cff -C extra-filename=-63beba1258ed3cff --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-63beba1258ed3cff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7562022-04-28T20:29:31.814Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=9652141db787797b -C extra-filename=-9652141db787797b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7572022-04-28T20:29:31.821Z Compiling ucd-trie v0.1.3
7582022-04-28T20:29:31.828Z Running `rustc --crate-name ucd_trie --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-trie-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b96a857468d28d27 -C extra-filename=-b96a857468d28d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7592022-04-28T20:29:31.834Z Compiling pkg-config v0.3.24
7602022-04-28T20:29:31.875Z Running `rustc --crate-name pkg_config /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=880de10e3b5e3d3d -C extra-filename=-880de10e3b5e3d3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7612022-04-28T20:29:31.882Z Compiling scopeguard v1.1.0
7622022-04-28T20:29:31.888Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=565e32347529b480 -C extra-filename=-565e32347529b480 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7632022-04-28T20:29:32.209Z Compiling smallvec v1.8.0
7642022-04-28T20:29:32.224Z Running `rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f55a822288cc5359 -C extra-filename=-f55a822288cc5359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7652022-04-28T20:29:32.230Z Compiling httparse v1.6.0
7662022-04-28T20:29:32.236Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c41d0569a9d89288 -C extra-filename=-c41d0569a9d89288 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-c41d0569a9d89288 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7672022-04-28T20:29:32.330Z Compiling rustls v0.20.4
7682022-04-28T20:29:32.351Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.20.4/build.rs --error-format=json --json=diagnostic-rendered-ansi --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=7abfa08895e34763 -C extra-filename=-7abfa08895e34763 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7abfa08895e34763 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7692022-04-28T20:29:32.444Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.16/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=89e4ba4e071b94b7 -C extra-filename=-89e4ba4e071b94b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/log-89e4ba4e071b94b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7702022-04-28T20:29:33.028Z Compiling regex-syntax v0.6.25
7712022-04-28T20:29:33.035Z Running `rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=ee7d5302efe590a0 -C extra-filename=-ee7d5302efe590a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7722022-04-28T20:29:33.152Z Compiling byteorder v1.4.3
7732022-04-28T20:29:33.158Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=900a08d07f38ab7f -C extra-filename=-900a08d07f38ab7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7742022-04-28T20:29:33.331Z Compiling slog v2.7.0
7752022-04-28T20:29:33.337Z Compiling openssl v0.10.38
7762022-04-28T20:29:33.349Z 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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=32de258c049c0405 -C extra-filename=-32de258c049c0405 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-32de258c049c0405 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7772022-04-28T20:29:33.355Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.38/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=57f806869d323598 -C extra-filename=-57f806869d323598 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-57f806869d323598 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7782022-04-28T20:29:33.651Z Compiling fnv v1.0.7
7792022-04-28T20:29:33.658Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e1c9119f1e15614a -C extra-filename=-e1c9119f1e15614a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7802022-04-28T20:29:34.110Z Compiling crossbeam-utils v0.8.8
7812022-04-28T20:29:34.116Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=764ab289613fd2e1 -C extra-filename=-764ab289613fd2e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-764ab289613fd2e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7822022-04-28T20:29:34.382Z Compiling native-tls v0.2.8
7832022-04-28T20:29:34.389Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/native-tls-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8a1d47d66d8134ab -C extra-filename=-8a1d47d66d8134ab --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-8a1d47d66d8134ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7842022-04-28T20:29:34.408Z Compiling pin-project-lite v0.2.8
7852022-04-28T20:29:34.415Z Running `rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e8973c22a90577a2 -C extra-filename=-e8973c22a90577a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7862022-04-28T20:29:34.426Z Compiling time-macros v0.2.4
7872022-04-28T20:29:34.432Z Running `rustc --crate-name time_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-macros-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=d7dc016bad74f76a -C extra-filename=-d7dc016bad74f76a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
7882022-04-28T20:29:34.684Z Compiling dyn-clone v1.0.5
7892022-04-28T20:29:34.690Z Running `rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dyn-clone-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8dff65f16c0d8842 -C extra-filename=-8dff65f16c0d8842 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7902022-04-28T20:29:34.806Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.91/build.rs --error-format=json --json=diagnostic-rendered-ansi --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=3bcf82cc92408473 -C extra-filename=-3bcf82cc92408473 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-3bcf82cc92408473 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7912022-04-28T20:29:34.987Z Compiling async-trait v0.1.53
7922022-04-28T20:29:34.994Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.53/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e8ea3c5620d96688 -C extra-filename=-e8ea3c5620d96688 --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-e8ea3c5620d96688 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7932022-04-28T20:29:35.047Z Compiling maplit v1.0.2
7942022-04-28T20:29:35.053Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4ad755e473e7325e -C extra-filename=-4ad755e473e7325e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7952022-04-28T20:29:35.080Z Compiling schemars v0.8.8
7962022-04-28T20:29:35.086Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-0.8.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --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="uuid"' -C metadata=ae74854b75b9871e -C extra-filename=-ae74854b75b9871e --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-ae74854b75b9871e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7972022-04-28T20:29:35.421Z Compiling parking_lot_core v0.8.5
7982022-04-28T20:29:35.427Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7e884e28feeddbe5 -C extra-filename=-7e884e28feeddbe5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-7e884e28feeddbe5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
7992022-04-28T20:29:35.521Z Compiling hashbrown v0.11.2
8002022-04-28T20:29:35.527Z Running `rustc --crate-name hashbrown --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="raw"' -C metadata=5218ef477d53c44c -C extra-filename=-5218ef477d53c44c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8012022-04-28T20:29:36.174Z Compiling anyhow v1.0.56
8022022-04-28T20:29:36.180Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.56/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=057f65def4a427e7 -C extra-filename=-057f65def4a427e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-057f65def4a427e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8032022-04-28T20:29:36.416Z Compiling remove_dir_all v0.5.3
8042022-04-28T20:29:36.421Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fb51d2421689d81c -C extra-filename=-fb51d2421689d81c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8052022-04-28T20:29:36.435Z Compiling encoding_rs v0.8.30
8062022-04-28T20:29:36.462Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/encoding_rs-0.8.30/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=531e4ef9993f9c06 -C extra-filename=-531e4ef9993f9c06 --out-dir /work/oxidecomputer/omicron/target/debug/build/encoding_rs-531e4ef9993f9c06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8072022-04-28T20:29:36.468Z Compiling fastrand v1.7.0
8082022-04-28T20:29:36.474Z Running `rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=98f743dc2e7ce0c9 -C extra-filename=-98f743dc2e7ce0c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8092022-04-28T20:29:36.758Z Compiling unicode-segmentation v1.9.0
8102022-04-28T20:29:36.764Z Running `rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-segmentation-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=221de104318acc2f -C extra-filename=-221de104318acc2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8112022-04-28T20:29:37.122Z Compiling same-file v1.0.6
8122022-04-28T20:29:37.154Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5081c9a857ba0be6 -C extra-filename=-5081c9a857ba0be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8132022-04-28T20:29:37.390Z Compiling unicode-width v0.1.9
8142022-04-28T20:29:37.417Z Running `rustc --crate-name unicode_width /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=d838c3cf4f704a69 -C extra-filename=-d838c3cf4f704a69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8152022-04-28T20:29:37.469Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-0.8.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --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="uuid"' -C metadata=88caaefdf3431096 -C extra-filename=-88caaefdf3431096 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-88caaefdf3431096 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8162022-04-28T20:29:37.588Z Compiling home v0.5.3
8172022-04-28T20:29:37.598Z Running `rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/home-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ec0656636cf3afbe -C extra-filename=-ec0656636cf3afbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8182022-04-28T20:29:37.730Z Compiling slog-async v2.7.0
8192022-04-28T20:29:37.736Z 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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=788001f874c2f202 -C extra-filename=-788001f874c2f202 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-788001f874c2f202 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8202022-04-28T20:29:37.842Z Compiling futures-sink v0.3.21
8212022-04-28T20:29:37.848Z Running `rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=9b64ab5476f773d8 -C extra-filename=-9b64ab5476f773d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8222022-04-28T20:29:37.860Z Compiling convert_case v0.4.0
8232022-04-28T20:29:37.866Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f74d1cbfdc1ea5a0 -C extra-filename=-f74d1cbfdc1ea5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8242022-04-28T20:29:38.295Z Running `rustc --crate-name once_cell --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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"' -C metadata=ca9a5061b6f1088b -C extra-filename=-ca9a5061b6f1088b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8252022-04-28T20:29:38.377Z Compiling futures-io v0.3.21
8262022-04-28T20:29:38.391Z Running `rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=4772c68c88d45004 -C extra-filename=-4772c68c88d45004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8272022-04-28T20:29:38.398Z Compiling paste v1.0.7
8282022-04-28T20:29:38.410Z Running `rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/paste-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=43e4f8e137a886f8 -C extra-filename=-43e4f8e137a886f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
8292022-04-28T20:29:38.729Z Compiling slab v0.4.5
8302022-04-28T20:29:38.736Z Running `rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8e8b536e1ac8a08e -C extra-filename=-8e8b536e1ac8a08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8312022-04-28T20:29:39.030Z Compiling pin-utils v0.1.0
8322022-04-28T20:29:39.036Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a2981de8a604cc72 -C extra-filename=-a2981de8a604cc72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8332022-04-28T20:29:39.250Z Compiling rustversion v1.0.6
8342022-04-28T20:29:39.257Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.6/build/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f0e799545e06c7ae -C extra-filename=-f0e799545e06c7ae --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-f0e799545e06c7ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8352022-04-28T20:29:39.337Z Compiling bitflags v1.3.2
8362022-04-28T20:29:39.373Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=4d03e45c250cd080 -C extra-filename=-4d03e45c250cd080 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8372022-04-28T20:29:39.380Z Compiling untrusted v0.7.1
8382022-04-28T20:29:39.431Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=165c82a2a34b9d5a -C extra-filename=-165c82a2a34b9d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8392022-04-28T20:29:39.439Z Compiling spin v0.5.2
8402022-04-28T20:29:39.445Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=011a9c7422df18d4 -C extra-filename=-011a9c7422df18d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8412022-04-28T20:29:39.699Z Compiling strsim v0.10.0
8422022-04-28T20:29:39.705Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9eab0595d47d9860 -C extra-filename=-9eab0595d47d9860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8432022-04-28T20:29:39.966Z Compiling semver v0.1.20
8442022-04-28T20:29:39.973Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=44f8db561cbb72d6 -C extra-filename=-44f8db561cbb72d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8452022-04-28T20:29:40.052Z Compiling base64 v0.13.0
8462022-04-28T20:29:40.058Z Running `rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9337458902b82fe8 -C extra-filename=-9337458902b82fe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8472022-04-28T20:29:40.441Z Compiling tinyvec_macros v0.1.0
8482022-04-28T20:29:40.448Z Running `rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=351902c11f1379c6 -C extra-filename=-351902c11f1379c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8492022-04-28T20:29:40.806Z Running `rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=1dc92d25e147a539 -C extra-filename=-1dc92d25e147a539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8502022-04-28T20:29:40.996Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=0deeae5703f69067 -C extra-filename=-0deeae5703f69067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8512022-04-28T20:29:41.408Z Compiling ident_case v1.0.1
8522022-04-28T20:29:41.414Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2ad90bcb027aa0f0 -C extra-filename=-2ad90bcb027aa0f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8532022-04-28T20:29:41.439Z Compiling percent-encoding v2.1.0
8542022-04-28T20:29:41.446Z Running `rustc --crate-name percent_encoding /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=52c22fb68f18529a -C extra-filename=-52c22fb68f18529a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8552022-04-28T20:29:41.625Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b500782542317f0c -C extra-filename=-b500782542317f0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8562022-04-28T20:29:41.908Z Compiling unicode-bidi v0.3.7
8572022-04-28T20:29:41.915Z Running `rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2814c9199367f7c8 -C extra-filename=-2814c9199367f7c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8582022-04-28T20:29:41.939Z Compiling matches v0.1.9
8592022-04-28T20:29:41.945Z Running `rustc --crate-name matches /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/matches-0.1.9/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=640c5fe37b17a037 -C extra-filename=-640c5fe37b17a037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8602022-04-28T20:29:41.959Z Running `rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=7f030bed99e38518 -C extra-filename=-7f030bed99e38518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8612022-04-28T20:29:42.031Z Compiling try-lock v0.2.3
8622022-04-28T20:29:42.037Z Running `rustc --crate-name try_lock /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9c0b6fac59336b30 -C extra-filename=-9c0b6fac59336b30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8632022-04-28T20:29:42.158Z Compiling ppv-lite86 v0.2.16
8642022-04-28T20:29:42.164Z Running `rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=31830010944ce731 -C extra-filename=-31830010944ce731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8652022-04-28T20:29:42.199Z Compiling httpdate v1.0.2
8662022-04-28T20:29:42.221Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cd5a4b143c0fc060 -C extra-filename=-cd5a4b143c0fc060 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8672022-04-28T20:29:42.276Z Compiling tower-service v0.3.1
8682022-04-28T20:29:42.282Z Running `rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tower-service-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=06ae55f30baa86a7 -C extra-filename=-06ae55f30baa86a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8692022-04-28T20:29:42.454Z Running `rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5edd781fa119be13 -C extra-filename=-5edd781fa119be13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8702022-04-28T20:29:42.515Z Compiling foreign-types-shared v0.1.1
8712022-04-28T20:29:42.531Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1c6200c4dad51186 -C extra-filename=-1c6200c4dad51186 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8722022-04-28T20:29:42.684Z Compiling openssl-probe v0.1.5
8732022-04-28T20:29:42.690Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4fc2862a94beee93 -C extra-filename=-4fc2862a94beee93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8742022-04-28T20:29:42.857Z Compiling subtle v2.4.1
8752022-04-28T20:29:42.864Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' -C metadata=3e177f350e31da1a -C extra-filename=-3e177f350e31da1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8762022-04-28T20:29:42.877Z Compiling cpufeatures v0.2.2
8772022-04-28T20:29:42.883Z Running `rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=32166884c920ca75 -C extra-filename=-32166884c920ca75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8782022-04-28T20:29:42.907Z Compiling num_threads v0.1.5
8792022-04-28T20:29:42.913Z Running `rustc --crate-name num_threads /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num_threads-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=aa9c77a49da522a5 -C extra-filename=-aa9c77a49da522a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8802022-04-28T20:29:43.225Z Compiling ipnet v2.4.0
8812022-04-28T20:29:43.232Z Running `rustc --crate-name ipnet /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ipnet-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=1490a1c36fddae59 -C extra-filename=-1490a1c36fddae59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8822022-04-28T20:29:43.323Z Running `rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=bcab5fbee32a88bf -C extra-filename=-bcab5fbee32a88bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8832022-04-28T20:29:43.460Z Compiling mime v0.3.16
8842022-04-28T20:29:43.466Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=be73d2772859c80d -C extra-filename=-be73d2772859c80d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8852022-04-28T20:29:43.554Z Compiling siphasher v0.3.10
8862022-04-28T20:29:43.560Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cfe9967834b14d2d -C extra-filename=-cfe9967834b14d2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8872022-04-28T20:29:43.722Z Running `rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=8bbaa5e116926d17 -C extra-filename=-8bbaa5e116926d17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8882022-04-28T20:29:43.824Z Compiling match_cfg v0.1.0
8892022-04-28T20:29:43.830Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=d5cdc21cfcb83943 -C extra-filename=-d5cdc21cfcb83943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8902022-04-28T20:29:44.155Z Compiling take_mut v0.2.2
8912022-04-28T20:29:44.175Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ced87ec4724c353f -C extra-filename=-ced87ec4724c353f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8922022-04-28T20:29:44.182Z Compiling fallible-iterator v0.2.0
8932022-04-28T20:29:44.196Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bde8440a3623b12a -C extra-filename=-bde8440a3623b12a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8942022-04-28T20:29:44.225Z Running `rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=bcd5dd46284df4df -C extra-filename=-bcd5dd46284df4df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8952022-04-28T20:29:44.601Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=ce2a7a6cea854b03 -C extra-filename=-ce2a7a6cea854b03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8962022-04-28T20:29:44.647Z Running `rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=e1ea6fd4982f7082 -C extra-filename=-e1ea6fd4982f7082 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8972022-04-28T20:29:44.902Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=055e5e7f1ff1779a -C extra-filename=-055e5e7f1ff1779a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
8982022-04-28T20:29:44.958Z Compiling vec_map v0.8.2
8992022-04-28T20:29:44.964Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=541c0c9bebf6f716 -C extra-filename=-541c0c9bebf6f716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9002022-04-28T20:29:45.055Z Compiling ansi_term v0.12.1
9012022-04-28T20:29:45.090Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=21051011c0e586f8 -C extra-filename=-21051011c0e586f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9022022-04-28T20:29:45.249Z Compiling strsim v0.8.0
9032022-04-28T20:29:45.256Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=70146ee774af4234 -C extra-filename=-70146ee774af4234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9042022-04-28T20:29:45.327Z 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 --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=554027d0cfe4392d -C extra-filename=-554027d0cfe4392d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9052022-04-28T20:29:45.397Z Running `rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=6e47ed6c8b78991f -C extra-filename=-6e47ed6c8b78991f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9062022-04-28T20:29:45.730Z Running `rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=00487d4f5c5cab06 -C extra-filename=-00487d4f5c5cab06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9072022-04-28T20:29:45.750Z 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 --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=8216f959a2f45a14 -C extra-filename=-8216f959a2f45a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9082022-04-28T20:29:45.778Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=97a26bf499da7e8f -C extra-filename=-97a26bf499da7e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9092022-04-28T20:29:46.207Z Compiling fixedbitset v0.4.1
9102022-04-28T20:29:46.213Z Running `rustc --crate-name fixedbitset /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=afeffa0c482822db -C extra-filename=-afeffa0c482822db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9112022-04-28T20:29:46.377Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=1c181341020cc163 -C extra-filename=-1c181341020cc163 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9122022-04-28T20:29:46.435Z Running `rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=dbc84fb98c958786 -C extra-filename=-dbc84fb98c958786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9132022-04-28T20:29:46.519Z Running `rustc --crate-name percent_encoding /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=05deaef3c04b1d9f -C extra-filename=-05deaef3c04b1d9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9142022-04-28T20:29:46.636Z Running `rustc --crate-name ucd_trie --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-trie-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=44459f848974b37c -C extra-filename=-44459f848974b37c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9152022-04-28T20:29:46.972Z Running `rustc --crate-name matches /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/matches-0.1.9/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=93be129807466b71 -C extra-filename=-93be129807466b71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9162022-04-28T20:29:47.142Z Running `rustc --crate-name unicode_xid /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=00b7cf5f18ea426d -C extra-filename=-00b7cf5f18ea426d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9172022-04-28T20:29:47.288Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' -C metadata=d986153c90fc73ee -C extra-filename=-d986153c90fc73ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9182022-04-28T20:29:47.316Z Running `rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=7992059992c14b51 -C extra-filename=-7992059992c14b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9192022-04-28T20:29:47.466Z Running `rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=153b692cf7102e74 -C extra-filename=-153b692cf7102e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9202022-04-28T20:29:47.612Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=79fe080afa3da303 -C extra-filename=-79fe080afa3da303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9212022-04-28T20:29:47.641Z Running `rustc --crate-name try_lock /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=ec97a60ccac37261 -C extra-filename=-ec97a60ccac37261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9222022-04-28T20:29:47.839Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=7fcb6081dbe9b427 -C extra-filename=-7fcb6081dbe9b427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9232022-04-28T20:29:47.974Z Running `rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tower-service-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=199c8d30fee0c641 -C extra-filename=-199c8d30fee0c641 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9242022-04-28T20:29:48.063Z Running `rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dyn-clone-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=47b31db3292547c0 -C extra-filename=-47b31db3292547c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9252022-04-28T20:29:48.248Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=699669e0358e24c3 -C extra-filename=-699669e0358e24c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9262022-04-28T20:29:48.328Z Running `rustc --crate-name unicode_width /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=347ca3c1946aec1d -C extra-filename=-347ca3c1946aec1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9272022-04-28T20:29:48.365Z Running `rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=3a1e60b00a825c5e -C extra-filename=-3a1e60b00a825c5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9282022-04-28T20:29:48.470Z Running `rustc --crate-name ipnet /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ipnet-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=033e1f9d27df8573 -C extra-filename=-033e1f9d27df8573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9292022-04-28T20:29:48.579Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c0e7317f1e1d43bc -C extra-filename=-c0e7317f1e1d43bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9302022-04-28T20:29:48.766Z Running `rustc --crate-name num_threads /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num_threads-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4d1b5de4cb9247f1 -C extra-filename=-4d1b5de4cb9247f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9312022-04-28T20:29:48.911Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=bc78263176b3dcfd -C extra-filename=-bc78263176b3dcfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9322022-04-28T20:29:49.173Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=0a01f151f1383d06 -C extra-filename=-0a01f151f1383d06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9332022-04-28T20:29:49.180Z Running `rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cpufeatures-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f2dbb37b256724c4 -C extra-filename=-f2dbb37b256724c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9342022-04-28T20:29:49.204Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f6d3b43feaf09110 -C extra-filename=-f6d3b43feaf09110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9352022-04-28T20:29:49.517Z 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 --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=abc1d8044b4dabb6 -C extra-filename=-abc1d8044b4dabb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9362022-04-28T20:29:49.554Z Running `rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/home-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f94d27bed21eeb53 -C extra-filename=-f94d27bed21eeb53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9372022-04-28T20:29:49.602Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=d21479e3792af317 -C extra-filename=-d21479e3792af317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9382022-04-28T20:29:49.694Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=3ff3d8a737d35c9d -C extra-filename=-3ff3d8a737d35c9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9392022-04-28T20:29:49.849Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=55e22361a8933936 -C extra-filename=-55e22361a8933936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9402022-04-28T20:29:49.868Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b584075a648480cf -C extra-filename=-b584075a648480cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9412022-04-28T20:29:50.357Z Compiling radium v0.6.2
9422022-04-28T20:29:50.364Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/radium-0.6.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1fb755f41ec16621 -C extra-filename=-1fb755f41ec16621 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-1fb755f41ec16621 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9432022-04-28T20:29:50.387Z Compiling heck v0.4.0
9442022-04-28T20:29:50.394Z Running `rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/heck-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=32eceade793ea7f8 -C extra-filename=-32eceade793ea7f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9452022-04-28T20:29:50.552Z 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 --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=6aa6d68187cbe2f5 -C extra-filename=-6aa6d68187cbe2f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9462022-04-28T20:29:51.249Z Compiling vcpkg v0.2.15
9472022-04-28T20:29:51.256Z Running `rustc --crate-name vcpkg /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ad3ccf8d65a48f95 -C extra-filename=-ad3ccf8d65a48f95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9482022-04-28T20:29:51.518Z Compiling signal-hook v0.3.13
9492022-04-28T20:29:51.525Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.13/build.rs --error-format=json --json=diagnostic-rendered-ansi --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=98254a2d0cca64a9 -C extra-filename=-98254a2d0cca64a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-98254a2d0cca64a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9502022-04-28T20:29:51.537Z Compiling either v1.6.1
9512022-04-28T20:29:51.561Z Running `rustc --crate-name either /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2def0c6ed6d6bb30 -C extra-filename=-2def0c6ed6d6bb30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9522022-04-28T20:29:51.683Z 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 --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=fd92822c462e8e62 -C extra-filename=-fd92822c462e8e62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9532022-04-28T20:29:51.708Z Running `rustc --crate-name fixedbitset /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=3d8d31203e98555a -C extra-filename=-3d8d31203e98555a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9542022-04-28T20:29:52.097Z Compiling crc32fast v1.3.2
9552022-04-28T20:29:52.104Z 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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e3b5157a30084b4b -C extra-filename=-e3b5157a30084b4b --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-e3b5157a30084b4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9562022-04-28T20:29:52.141Z Compiling similar v2.1.0
9572022-04-28T20:29:52.147Z Compiling newline-converter v0.2.0
9582022-04-28T20:29:52.158Z Running `rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/similar-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' -C metadata=6930b6f48aa64ffd -C extra-filename=-6930b6f48aa64ffd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9592022-04-28T20:29:52.165Z Running `rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/newline-converter-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=45bd6bc8c2d70717 -C extra-filename=-45bd6bc8c2d70717 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9602022-04-28T20:29:52.224Z Compiling array-init v2.0.0
9612022-04-28T20:29:52.230Z Running `rustc --crate-name array_init --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/array-init-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=40dffc13446fc033 -C extra-filename=-40dffc13446fc033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9622022-04-28T20:29:52.572Z Compiling opaque-debug v0.3.0
9632022-04-28T20:29:52.583Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=80c6650ab46c8ee5 -C extra-filename=-80c6650ab46c8ee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9642022-04-28T20:29:52.693Z Compiling tap v1.0.1
9652022-04-28T20:29:52.699Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=edf18a246a486229 -C extra-filename=-edf18a246a486229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9662022-04-28T20:29:52.735Z Compiling funty v1.2.0
9672022-04-28T20:29:52.742Z Running `rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/funty-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c9ec945f84676ab7 -C extra-filename=-c9ec945f84676ab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9682022-04-28T20:29:52.888Z Compiling rayon-core v1.9.2
9692022-04-28T20:29:52.894Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=67d46cfc3e3f3c9d -C extra-filename=-67d46cfc3e3f3c9d --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-67d46cfc3e3f3c9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9702022-04-28T20:29:52.920Z Compiling const-oid v0.6.2
9712022-04-28T20:29:52.939Z Running `rustc --crate-name const_oid --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/const-oid-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e791fdc0180c5cad -C extra-filename=-e791fdc0180c5cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9722022-04-28T20:29:53.104Z Compiling static_assertions v1.1.0
9732022-04-28T20:29:53.110Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1536a72e6fbb57ac -C extra-filename=-1536a72e6fbb57ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9742022-04-28T20:29:53.397Z Compiling convert_case v0.5.0
9752022-04-28T20:29:53.404Z Running `rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/convert_case-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7a74a98bde9eedf1 -C extra-filename=-7a74a98bde9eedf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9762022-04-28T20:29:53.468Z Compiling fallible-streaming-iterator v0.1.9
9772022-04-28T20:29:53.474Z Running `rustc --crate-name fallible_streaming_iterator /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4ec4e331402b6fef -C extra-filename=-4ec4e331402b6fef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9782022-04-28T20:29:53.619Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=458cbc88defa9ca9 -C extra-filename=-458cbc88defa9ca9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9792022-04-28T20:29:54.005Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=af14a2f834f5ab8a -C extra-filename=-af14a2f834f5ab8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9802022-04-28T20:29:54.077Z Compiling half v1.8.2
9812022-04-28T20:29:54.084Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7231ec053556b6b9 -C extra-filename=-7231ec053556b6b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9822022-04-28T20:29:54.102Z Compiling hex v0.4.3
9832022-04-28T20:29:54.108Z 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 --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=04e2be859671b716 -C extra-filename=-04e2be859671b716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9842022-04-28T20:29:54.353Z Running `rustc --crate-name array_init --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/array-init-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=59707eedb143af59 -C extra-filename=-59707eedb143af59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9852022-04-28T20:29:54.777Z Running `rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/funty-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5f2288b4606baf12 -C extra-filename=-5f2288b4606baf12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9862022-04-28T20:29:55.642Z Compiling crunchy v0.2.2
9872022-04-28T20:29:55.648Z 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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=544ed0f83d91a245 -C extra-filename=-544ed0f83d91a245 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-544ed0f83d91a245 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9882022-04-28T20:29:55.671Z Running `rustc --crate-name const_oid --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/const-oid-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=54a6adbe6fbf4ae8 -C extra-filename=-54a6adbe6fbf4ae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9892022-04-28T20:29:55.789Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
9902022-04-28T20:29:55.794Z 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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2ec97ccb709eaba9 -C extra-filename=-2ec97ccb709eaba9 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-2ec97ccb709eaba9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9912022-04-28T20:29:56.654Z Compiling termcolor v1.1.3
9922022-04-28T20:29:56.663Z Running `rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1e52a9fd84837ff0 -C extra-filename=-1e52a9fd84837ff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9932022-04-28T20:29:56.756Z Compiling tiny-keccak v2.0.2
9942022-04-28T20:29:56.787Z 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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=60627f4006d5893e -C extra-filename=-60627f4006d5893e --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-60627f4006d5893e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9952022-04-28T20:29:56.900Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4b147f5b5a2b7416 -C extra-filename=-4b147f5b5a2b7416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9962022-04-28T20:29:57.261Z Running `rustc --crate-name fallible_streaming_iterator /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=d8bd2b75a8ef48ba -C extra-filename=-d8bd2b75a8ef48ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9972022-04-28T20:29:57.454Z Running `rustc --crate-name either /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5399afcc2e0ea0fc -C extra-filename=-5399afcc2e0ea0fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
9982022-04-28T20:29:57.582Z Compiling bit-vec v0.6.3
9992022-04-28T20:29:57.597Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=526d6d3e50a05a46 -C extra-filename=-526d6d3e50a05a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10002022-04-28T20:29:57.858Z Compiling precomputed-hash v0.1.1
10012022-04-28T20:29:57.863Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9eb0d62d6cfb3909 -C extra-filename=-9eb0d62d6cfb3909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10022022-04-28T20:29:57.941Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=64563d1e93a5c19c -C extra-filename=-64563d1e93a5c19c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10032022-04-28T20:29:58.091Z Compiling new_debug_unreachable v1.0.4
10042022-04-28T20:29:58.097Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=57a531da77517ea9 -C extra-filename=-57a531da77517ea9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10052022-04-28T20:29:58.240Z Compiling fixedbitset v0.2.0
10062022-04-28T20:29:58.246Z Running `rustc --crate-name fixedbitset /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=dbe07999dbb589a3 -C extra-filename=-dbe07999dbb589a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10072022-04-28T20:29:58.391Z Compiling diff v0.1.12
10082022-04-28T20:29:58.398Z Running `rustc --crate-name diff /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/diff-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1deac581a9ee02ac -C extra-filename=-1deac581a9ee02ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10092022-04-28T20:29:58.443Z Compiling lalrpop-util v0.19.7
10102022-04-28T20:29:58.449Z Running `rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-util-0.19.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d299487c76657756 -C extra-filename=-d299487c76657756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10112022-04-28T20:29:58.616Z Compiling doc-comment v0.3.3
10122022-04-28T20:29:58.623Z 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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d56e35fc5723b5fb -C extra-filename=-d56e35fc5723b5fb --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-d56e35fc5723b5fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10132022-04-28T20:29:58.677Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4588b2c81f658c4a -C extra-filename=-4588b2c81f658c4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10142022-04-28T20:29:58.696Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=b31c833278b2c6e3 -C extra-filename=-b31c833278b2c6e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-b31c833278b2c6e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10152022-04-28T20:29:58.705Z 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 --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=a5efc500a6059d34 -C extra-filename=-a5efc500a6059d34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10162022-04-28T20:29:59.383Z Compiling os_str_bytes v6.0.0
10172022-04-28T20:29:59.389Z Running `rustc --crate-name os_str_bytes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="raw_os_str"' -C metadata=353f44d834bb3290 -C extra-filename=-353f44d834bb3290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10182022-04-28T20:29:59.410Z Running `rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=08a44bd01ff53626 -C extra-filename=-08a44bd01ff53626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10192022-04-28T20:29:59.620Z Compiling unindent v0.1.8
10202022-04-28T20:29:59.626Z Running `rustc --crate-name unindent --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unindent-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0cd55dbd446ad924 -C extra-filename=-0cd55dbd446ad924 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10212022-04-28T20:30:00.187Z Compiling textwrap v0.15.0
10222022-04-28T20:30:00.194Z Running `rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9d9e357eea9a1345 -C extra-filename=-9d9e357eea9a1345 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10232022-04-28T20:30:00.235Z Compiling regex-automata v0.1.10
10242022-04-28T20:30:00.241Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=59d171b8ecfa45e8 -C extra-filename=-59d171b8ecfa45e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10252022-04-28T20:30:00.379Z Compiling semver v1.0.6
10262022-04-28T20:30:00.385Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7fdedae3dec0a4df -C extra-filename=-7fdedae3dec0a4df --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-7fdedae3dec0a4df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10272022-04-28T20:30:00.502Z Running `rustc --crate-name os_str_bytes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=0f0a6284c4be9276 -C extra-filename=-0f0a6284c4be9276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10282022-04-28T20:30:00.646Z Compiling ref-cast v1.0.6
10292022-04-28T20:30:00.658Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bac9ce156abbd624 -C extra-filename=-bac9ce156abbd624 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-bac9ce156abbd624 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10302022-04-28T20:30:00.699Z Running `rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=55c29e703b1bec4e -C extra-filename=-55c29e703b1bec4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10312022-04-28T20:30:01.163Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=013841f4edc5e094 -C extra-filename=-013841f4edc5e094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10322022-04-28T20:30:01.325Z Compiling itoa v0.4.8
10332022-04-28T20:30:01.332Z Running `rustc --crate-name itoa /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=283556057098d3c8 -C extra-filename=-283556057098d3c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10342022-04-28T20:30:01.478Z Compiling data-encoding v2.3.2
10352022-04-28T20:30:01.485Z Running `rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/data-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=99de84f8466fbab5 -C extra-filename=-99de84f8466fbab5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10362022-04-28T20:30:01.658Z Compiling arc-swap v1.5.0
10372022-04-28T20:30:01.664Z Running `rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/arc-swap-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6904fa4ce44a494a -C extra-filename=-6904fa4ce44a494a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10382022-04-28T20:30:01.727Z Compiling endian-type v0.1.2
10392022-04-28T20:30:01.733Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=677714ec5183dd96 -C extra-filename=-677714ec5183dd96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10402022-04-28T20:30:01.931Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
10412022-04-28T20:30:01.938Z Running `rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=12971278047ff0b9 -C extra-filename=-12971278047ff0b9 --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`
10422022-04-28T20:30:01.974Z Compiling crossbeam-queue v0.3.5
10432022-04-28T20:30:01.981Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c88cc34fc1c64405 -C extra-filename=-c88cc34fc1c64405 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-c88cc34fc1c64405 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10442022-04-28T20:30:02.235Z Running `rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/data-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=7e38a52c20b56232 -C extra-filename=-7e38a52c20b56232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10452022-04-28T20:30:02.329Z Compiling humantime v2.1.0
10462022-04-28T20:30:02.335Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5ec30858e67cdf12 -C extra-filename=-5ec30858e67cdf12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10472022-04-28T20:30:02.635Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=532a30b2c2590ad3 -C extra-filename=-532a30b2c2590ad3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10482022-04-28T20:30:02.904Z Running `rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/arc-swap-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=cd2853cdaca813b3 -C extra-filename=-cd2853cdaca813b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10492022-04-28T20:30:03.060Z Compiling utf-8 v0.7.6
10502022-04-28T20:30:03.066Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d718e646edb61e4c -C extra-filename=-d718e646edb61e4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10512022-04-28T20:30:03.143Z Compiling quick-error v1.2.3
10522022-04-28T20:30:03.150Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6a348ef0af227b62 -C extra-filename=-6a348ef0af227b62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10532022-04-28T20:30:03.262Z Running `rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-util-0.19.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e218e1791de3817d -C extra-filename=-e218e1791de3817d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10542022-04-28T20:30:03.269Z Compiling linked-hash-map v0.5.4
10552022-04-28T20:30:03.279Z Running `rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0b1da1130922c648 -C extra-filename=-0b1da1130922c648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10562022-04-28T20:30:03.600Z Compiling adler v1.0.2
10572022-04-28T20:30:03.608Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fe6fb318c5393b29 -C extra-filename=-fe6fb318c5393b29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10582022-04-28T20:30:03.787Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=1ecffbc8090e316a -C extra-filename=-1ecffbc8090e316a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10592022-04-28T20:30:03.916Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5ac51760509b2b27 -C extra-filename=-5ac51760509b2b27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10602022-04-28T20:30:04.072Z Compiling plotters-backend v0.3.2
10612022-04-28T20:30:04.080Z Running `rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/plotters-backend-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=892aea94d1bd008e -C extra-filename=-892aea94d1bd008e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10622022-04-28T20:30:04.120Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=66320ed39fbec53d -C extra-filename=-66320ed39fbec53d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10632022-04-28T20:30:04.292Z Compiling predicates-core v1.0.3
10642022-04-28T20:30:04.298Z Running `rustc --crate-name predicates_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-core-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b37d60a02ac0b4bb -C extra-filename=-b37d60a02ac0b4bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10652022-04-28T20:30:04.325Z Running `rustc --crate-name itoa /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=3bdbb12b30bf4495 -C extra-filename=-3bdbb12b30bf4495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10662022-04-28T20:30:04.797Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=20818bba8acdee26 -C extra-filename=-20818bba8acdee26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10672022-04-28T20:30:04.996Z Compiling pretty-hex v0.3.0
10682022-04-28T20:30:05.003Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=bcca9aa353db87cb -C extra-filename=-bcca9aa353db87cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10692022-04-28T20:30:05.107Z Compiling termtree v0.2.4
10702022-04-28T20:30:05.114Z Running `rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/termtree-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=327aa2d34afdbf80 -C extra-filename=-327aa2d34afdbf80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10712022-04-28T20:30:05.251Z Compiling normalize-line-endings v0.3.0
10722022-04-28T20:30:05.258Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b39e356069cdd736 -C extra-filename=-b39e356069cdd736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10732022-04-28T20:30:05.447Z 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 --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=6e4f882f3bc75ae3 -C extra-filename=-6e4f882f3bc75ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10742022-04-28T20:30:05.543Z Compiling difflib v0.4.0
10752022-04-28T20:30:05.561Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f5fbd9ee226915ab -C extra-filename=-f5fbd9ee226915ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10762022-04-28T20:30:05.609Z Running `rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-util-0.19.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=8b78f1739a952492 -C extra-filename=-8b78f1739a952492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10772022-04-28T20:30:05.677Z Compiling number_prefix v0.4.0
10782022-04-28T20:30:05.690Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1c4c8ac73958ccf5 -C extra-filename=-1c4c8ac73958ccf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10792022-04-28T20:30:05.778Z 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 --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=b5edbdf32ec01bfd -C extra-filename=-b5edbdf32ec01bfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10802022-04-28T20:30:05.796Z Compiling downcast v0.11.0
10812022-04-28T20:30:05.803Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=219b0fe5dfaf2641 -C extra-filename=-219b0fe5dfaf2641 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10822022-04-28T20:30:05.978Z Compiling fragile v1.1.0
10832022-04-28T20:30:05.985Z Running `rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fragile-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0db8093caae70dfe -C extra-filename=-0db8093caae70dfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10842022-04-28T20:30:06.306Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=d7bb5dc7747e8dc6 -C extra-filename=-d7bb5dc7747e8dc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10852022-04-28T20:30:06.423Z Compiling oorandom v11.1.3
10862022-04-28T20:30:06.430Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e841a31fca3084ce -C extra-filename=-e841a31fca3084ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10872022-04-28T20:30:06.454Z Compiling trybuild v1.0.59
10882022-04-28T20:30:06.460Z Compiling glob v0.3.0
10892022-04-28T20:30:06.470Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trybuild-1.0.59/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d1838fa16cab005a -C extra-filename=-d1838fa16cab005a --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-d1838fa16cab005a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10902022-04-28T20:30:06.477Z Running `rustc --crate-name glob /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=01b2ceea8f07fb24 -C extra-filename=-01b2ceea8f07fb24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
10912022-04-28T20:30:06.671Z Running `rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b23dff0457fbdbc8 -C extra-filename=-b23dff0457fbdbc8 --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`
10922022-04-28T20:30:06.992Z Running `rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=2ca4e60864e6bc23 -C extra-filename=-2ca4e60864e6bc23 --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`
10932022-04-28T20:30:07.082Z Compiling instant v0.1.12
10942022-04-28T20:30:07.088Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=557a2f76c3927bb4 -C extra-filename=-557a2f76c3927bb4 --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-385d26aca7d14e58.rmeta --cap-lints allow -D warnings`
10952022-04-28T20:30:07.191Z Compiling generic-array v0.14.5
10962022-04-28T20:30:07.198Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' -C metadata=3614ee09275ea0b9 -C extra-filename=-3614ee09275ea0b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-3614ee09275ea0b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-ca633faef8704835.rlib --cap-lints allow -D warnings`
10972022-04-28T20:30:07.529Z Compiling ahash v0.7.6
10982022-04-28T20:30:07.537Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/./build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=47a75be4bc990106 -C extra-filename=-47a75be4bc990106 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-47a75be4bc990106 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-ca633faef8704835.rlib --cap-lints allow -D warnings`
10992022-04-28T20:30:07.557Z Compiling usdt-impl v0.3.2
11002022-04-28T20:30:07.564Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-impl-0.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=a167e44d3a929ea5 -C extra-filename=-a167e44d3a929ea5 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-a167e44d3a929ea5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-ca633faef8704835.rlib --cap-lints allow -D warnings`
11012022-04-28T20:30:07.820Z Compiling proc-macro-error-attr v1.0.4
11022022-04-28T20:30:07.827Z 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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bfb8627112f492db -C extra-filename=-bfb8627112f492db --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-bfb8627112f492db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-ca633faef8704835.rlib --cap-lints allow -D warnings`
11032022-04-28T20:30:07.838Z Compiling proc-macro-error v1.0.4
11042022-04-28T20:30:07.844Z 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 --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=e134ab7735aa2873 -C extra-filename=-e134ab7735aa2873 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e134ab7735aa2873 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-ca633faef8704835.rlib --cap-lints allow -D warnings`
11052022-04-28T20:30:07.969Z Compiling dropshot v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394)
11062022-04-28T20:30:07.976Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/da09c39/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt-probes"' -C metadata=d7a454272af4ebca -C extra-filename=-d7a454272af4ebca --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-d7a454272af4ebca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-ca633faef8704835.rlib --cap-lints allow -D warnings`
11072022-04-28T20:30:08.346Z Compiling slog-dtrace v0.2.1
11082022-04-28T20:30:08.364Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-dtrace-0.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=26888ba86101e46e -C extra-filename=-26888ba86101e46e --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-26888ba86101e46e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-ca633faef8704835.rlib --cap-lints allow -D warnings`
11092022-04-28T20:30:08.499Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
11102022-04-28T20:30:08.506Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/upstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=88f1f249c106b64b -C extra-filename=-88f1f249c106b64b --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-88f1f249c106b64b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-ca633faef8704835.rlib --cap-lints allow -D warnings`
11112022-04-28T20:30:08.603Z Compiling unicase v2.6.0
11122022-04-28T20:30:08.619Z 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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1132113db77ebab5 -C extra-filename=-1132113db77ebab5 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-1132113db77ebab5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-ca633faef8704835.rlib --cap-lints allow -D warnings`
11132022-04-28T20:30:08.629Z Compiling cookie v0.16.0
11142022-04-28T20:30:08.636Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.16.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2005408a8eb8b81f -C extra-filename=-2005408a8eb8b81f --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-2005408a8eb8b81f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-ca633faef8704835.rlib --cap-lints allow -D warnings`
11152022-04-28T20:30:08.746Z Compiling indexmap v1.8.1
11162022-04-28T20:30:08.753Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --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=1aa8777ae2ffd7a9 -C extra-filename=-1aa8777ae2ffd7a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-1aa8777ae2ffd7a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-17750fab8cbfa9de.rlib --cap-lints allow -D warnings`
11172022-04-28T20:30:08.971Z Compiling num-traits v0.2.14
11182022-04-28T20:30:08.980Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fe5f4c5bb2b6127d -C extra-filename=-fe5f4c5bb2b6127d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-fe5f4c5bb2b6127d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-17750fab8cbfa9de.rlib --cap-lints allow -D warnings`
11192022-04-28T20:30:09.133Z Compiling num-integer v0.1.44
11202022-04-28T20:30:09.140Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.44/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=85aabd82a5cccb93 -C extra-filename=-85aabd82a5cccb93 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-85aabd82a5cccb93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-17750fab8cbfa9de.rlib --cap-lints allow -D warnings`
11212022-04-28T20:30:09.213Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9ee8d63af38379d2 -C extra-filename=-9ee8d63af38379d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-9ee8d63af38379d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-17750fab8cbfa9de.rlib --cap-lints allow -D warnings`
11222022-04-28T20:30:09.274Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.44/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c663a34d1945a9b5 -C extra-filename=-c663a34d1945a9b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-c663a34d1945a9b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-17750fab8cbfa9de.rlib --cap-lints allow -D warnings`
11232022-04-28T20:30:09.379Z Compiling memoffset v0.6.5
11242022-04-28T20:30:09.385Z Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=0839614da287a1a5 -C extra-filename=-0839614da287a1a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-0839614da287a1a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-17750fab8cbfa9de.rlib --cap-lints allow -D warnings`
11252022-04-28T20:30:09.411Z Compiling crossbeam-epoch v0.9.8
11262022-04-28T20:30:09.417Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=ed548583f298c80e -C extra-filename=-ed548583f298c80e --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-ed548583f298c80e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-17750fab8cbfa9de.rlib --cap-lints allow -D warnings`
11272022-04-28T20:30:09.527Z Compiling rayon v1.5.2
11282022-04-28T20:30:09.543Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=084222d146101a5e -C extra-filename=-084222d146101a5e --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-084222d146101a5e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-17750fab8cbfa9de.rlib --cap-lints allow -D warnings`
11292022-04-28T20:30:09.763Z Compiling miniz_oxide v0.4.4
11302022-04-28T20:30:09.769Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3ff77e4210534b29 -C extra-filename=-3ff77e4210534b29 --out-dir /work/oxidecomputer/omicron/target/debug/build/miniz_oxide-3ff77e4210534b29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-17750fab8cbfa9de.rlib --cap-lints allow -D warnings`
11312022-04-28T20:30:09.849Z Running `/work/oxidecomputer/omicron/target/debug/build/log-19817c0892836249/build-script-build`
11322022-04-28T20:30:09.863Z Running `/work/oxidecomputer/omicron/target/debug/build/memchr-dcac4175bf4c4fd1/build-script-build`
11332022-04-28T20:30:09.895Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_derive-518a559fe7029482/build-script-build`
11342022-04-28T20:30:09.937Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-a661acf3c3aade15/build-script-build`
11352022-04-28T20:30:09.969Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-d150516ce45d6878/build-script-build`
11362022-04-28T20:30:10.077Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-0f1589cbf0f0f214/build-script-build`
11372022-04-28T20:30:10.161Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-81f26fd6baf41ef2/build-script-build`
11382022-04-28T20:30:10.256Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-663a76ac80ee5344/build-script-build`
11392022-04-28T20:30:10.330Z Compiling tracing-core v0.1.23
11402022-04-28T20:30:10.349Z Running `rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=0e5037bf894c97ae -C extra-filename=-0e5037bf894c97ae --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-caa99a9868af65b8.rmeta --cap-lints allow -D warnings`
11412022-04-28T20:30:10.356Z Running `rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=50fa0fee84c6871d -C extra-filename=-50fa0fee84c6871d --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-caa99a9868af65b8.rmeta --cap-lints allow -D warnings`
11422022-04-28T20:30:10.393Z Compiling sharded-slab v0.1.4
11432022-04-28T20:30:10.401Z Running `rustc --crate-name sharded_slab --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sharded-slab-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6ddc5376e1ba9f81 -C extra-filename=-6ddc5376e1ba9f81 --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-caa99a9868af65b8.rmeta --cap-lints allow -D warnings`
11442022-04-28T20:30:10.414Z Compiling thread_local v1.1.4
11452022-04-28T20:30:10.420Z Running `rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=46a9962f14a2c101 -C extra-filename=-46a9962f14a2c101 --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-208706d6d7bdaa03.rmeta --cap-lints allow -D warnings`
11462022-04-28T20:30:10.438Z Compiling path-dedot v3.0.16
11472022-04-28T20:30:10.445Z Running `rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/path-dedot-3.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b9657085746c8477 -C extra-filename=-b9657085746c8477 --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-208706d6d7bdaa03.rmeta --cap-lints allow -D warnings`
11482022-04-28T20:30:10.492Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-1e2a7207dba78458/build-script-build`
11492022-04-28T20:30:10.507Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-7e6c338f5e7d0cb7/build-script-build`
11502022-04-28T20:30:10.537Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-b5878f231ed18f46/build-script-build`
11512022-04-28T20:30:10.570Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=1979ab46ee9b04e3 -C extra-filename=-1979ab46ee9b04e3 --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-9652141db787797b.rmeta --cap-lints allow -D warnings`
11522022-04-28T20:30:10.634Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a94663ffdf37014a/build-script-build`
11532022-04-28T20:30:10.699Z Compiling lock_api v0.4.6
11542022-04-28T20:30:10.730Z Running `rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e698df25da0759aa -C extra-filename=-e698df25da0759aa --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-565e32347529b480.rmeta --cap-lints allow -D warnings`
11552022-04-28T20:30:10.942Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-a1f74719cbc4c917/build-script-build`
11562022-04-28T20:30:10.948Z Compiling pest v2.1.3
11572022-04-28T20:30:10.954Z Running `rustc --crate-name pest /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f3bd1d1438c35cd1 -C extra-filename=-f3bd1d1438c35cd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-b96a857468d28d27.rmeta --cap-lints allow -D warnings`
11582022-04-28T20:30:11.039Z Compiling nibble_vec v0.1.0
11592022-04-28T20:30:11.045Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=81aa5c5a9a985b5e -C extra-filename=-81aa5c5a9a985b5e --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-f55a822288cc5359.rmeta --cap-lints allow -D warnings`
11602022-04-28T20:30:11.601Z Running `/work/oxidecomputer/omicron/target/debug/build/log-89e4ba4e071b94b7/build-script-build`
11612022-04-28T20:30:11.618Z Compiling fxhash v0.2.1
11622022-04-28T20:30:11.627Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c41d0569a9d89288/build-script-build`
11632022-04-28T20:30:11.634Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2628f0e62c24feb2 -C extra-filename=-2628f0e62c24feb2 --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-900a08d07f38ab7f.rmeta --cap-lints allow -D warnings`
11642022-04-28T20:30:11.660Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-63beba1258ed3cff/build-script-main`
11652022-04-28T20:30:11.711Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-32de258c049c0405/build-script-build`
11662022-04-28T20:30:11.718Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-764ab289613fd2e1/build-script-build`
11672022-04-28T20:30:11.748Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-ae74854b75b9871e/build-script-build`
11682022-04-28T20:30:11.809Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-e8ea3c5620d96688/build-script-build`
11692022-04-28T20:30:12.002Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-3bcf82cc92408473/build-script-build`
11702022-04-28T20:30:12.023Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-7e884e28feeddbe5/build-script-build`
11712022-04-28T20:30:12.056Z Running `/work/oxidecomputer/omicron/target/debug/build/encoding_rs-531e4ef9993f9c06/build-script-build`
11722022-04-28T20:30:12.091Z Compiling ring v0.16.20
11732022-04-28T20:30:12.097Z Compiling openssl-sys v0.9.72
11742022-04-28T20:30:12.109Z 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 --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=7418aa75adca679a -C extra-filename=-7418aa75adca679a --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-7418aa75adca679a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e69f37b5702bc023.rlib --cap-lints allow -D warnings`
11752022-04-28T20:30:12.117Z Running `rustc --crate-name build_script_main /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.72/build/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=448ba517eb960fed -C extra-filename=-448ba517eb960fed --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-448ba517eb960fed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-17750fab8cbfa9de.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e69f37b5702bc023.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-880de10e3b5e3d3d.rlib --cap-lints allow -D warnings`
11762022-04-28T20:30:12.233Z 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 --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=54c49a36c944c4e6 -C extra-filename=-54c49a36c944c4e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-54c49a36c944c4e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e69f37b5702bc023.rlib --cap-lints allow -D warnings`
11772022-04-28T20:30:12.303Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-057f65def4a427e7/build-script-build`
11782022-04-28T20:30:13.031Z Compiling walkdir v2.3.2
11792022-04-28T20:30:13.048Z Running `rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/walkdir-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=73caa01e8e3d5623 -C extra-filename=-73caa01e8e3d5623 --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-5081c9a857ba0be6.rmeta --cap-lints allow -D warnings`
11802022-04-28T20:30:13.111Z Compiling getopts v0.2.21
11812022-04-28T20:30:13.118Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3e1ee49792111e8c -C extra-filename=-3e1ee49792111e8c --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-d838c3cf4f704a69.rmeta --cap-lints allow -D warnings`
11822022-04-28T20:30:13.131Z Compiling textwrap v0.11.0
11832022-04-28T20:30:13.137Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c33dec08ff8f833f -C extra-filename=-c33dec08ff8f833f --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-d838c3cf4f704a69.rmeta --cap-lints allow -D warnings`
11842022-04-28T20:30:14.051Z Compiling heck v0.3.3
11852022-04-28T20:30:14.060Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a772db9367b689af -C extra-filename=-a772db9367b689af --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-221de104318acc2f.rmeta --cap-lints allow -D warnings`
11862022-04-28T20:30:14.309Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-88caaefdf3431096/build-script-build`
11872022-04-28T20:30:14.341Z Running `rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=d5aab4280ef3fd81 -C extra-filename=-d5aab4280ef3fd81 --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-ca9a5061b6f1088b.rmeta --cap-lints allow -D warnings`
11882022-04-28T20:30:14.636Z Running `rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/path-dedot-3.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=de68cc516a6c199d -C extra-filename=-de68cc516a6c199d --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-ca9a5061b6f1088b.rmeta --cap-lints allow -D warnings`
11892022-04-28T20:30:14.661Z Compiling tinyvec v1.5.1
11902022-04-28T20:30:14.667Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-788001f874c2f202/build-script-build`
11912022-04-28T20:30:14.674Z Running `rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=539f0c2596d58b98 -C extra-filename=-539f0c2596d58b98 --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-351902c11f1379c6.rmeta --cap-lints allow -D warnings`
11922022-04-28T20:30:14.823Z Compiling rustc_version v0.1.7
11932022-04-28T20:30:14.850Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=664d1a0731c87109 -C extra-filename=-664d1a0731c87109 --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-44f8db561cbb72d6.rmeta --cap-lints allow -D warnings`
11942022-04-28T20:30:14.984Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-f0e799545e06c7ae/build-script-build`
11952022-04-28T20:30:15.276Z Compiling rustls-pemfile v0.3.0
11962022-04-28T20:30:15.294Z Running `rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-pemfile-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1bbc71b6c8513d64 -C extra-filename=-1bbc71b6c8513d64 --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-9337458902b82fe8.rmeta --cap-lints allow -D warnings`
11972022-04-28T20:30:15.301Z Compiling rustls-pemfile v1.0.0
11982022-04-28T20:30:15.322Z Running `rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-pemfile-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d2555106e1d2a6c4 -C extra-filename=-d2555106e1d2a6c4 --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-9337458902b82fe8.rmeta --cap-lints allow -D warnings`
11992022-04-28T20:30:15.378Z Compiling pem v1.0.2
12002022-04-28T20:30:15.385Z Running `rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pem-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=02657dec5229a614 -C extra-filename=-02657dec5229a614 --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-9337458902b82fe8.rmeta --cap-lints allow -D warnings`
12012022-04-28T20:30:15.728Z Running `rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=fac266fff69d156a -C extra-filename=-fac266fff69d156a --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-0deeae5703f69067.rmeta --cap-lints allow -D warnings`
12022022-04-28T20:30:15.757Z Running `rustc --crate-name sharded_slab --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sharded-slab-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2a846bd4a93e99bb -C extra-filename=-2a846bd4a93e99bb --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-0deeae5703f69067.rmeta --cap-lints allow -D warnings`
12032022-04-28T20:30:16.041Z Running `rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=756506ef51dfb6af -C extra-filename=-756506ef51dfb6af --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-b500782542317f0c.rmeta --cap-lints allow -D warnings`
12042022-04-28T20:30:16.242Z Compiling form_urlencoded v1.0.1
12052022-04-28T20:30:16.251Z Running `rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/form_urlencoded-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9fbfae795f9f548c -C extra-filename=-9fbfae795f9f548c --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-640c5fe37b17a037.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --cap-lints allow -D warnings`
12062022-04-28T20:30:16.689Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=18f61959efb13dae -C extra-filename=-18f61959efb13dae --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-7f030bed99e38518.rmeta --cap-lints allow -D warnings`
12072022-04-28T20:30:16.696Z Compiling foreign-types v0.3.2
12082022-04-28T20:30:16.704Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=aa22a782bd5d8b6a -C extra-filename=-aa22a782bd5d8b6a --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-1c6200c4dad51186.rmeta --cap-lints allow -D warnings`
12092022-04-28T20:30:17.041Z Compiling phf_shared v0.10.0
12102022-04-28T20:30:17.048Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=c6e98775a2c4f112 -C extra-filename=-c6e98775a2c4f112 --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-cfe9967834b14d2d.rmeta --cap-lints allow -D warnings`
12112022-04-28T20:30:17.059Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=06d9a8369981ef67 -C extra-filename=-06d9a8369981ef67 --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-cfe9967834b14d2d.rmeta --cap-lints allow -D warnings`
12122022-04-28T20:30:17.091Z Running `rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=8bb3d90d0c3e3616 -C extra-filename=-8bb3d90d0c3e3616 --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-6e47ed6c8b78991f.rmeta --cap-lints allow -D warnings`
12132022-04-28T20:30:17.147Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2648d9629a5b3a15 -C extra-filename=-2648d9629a5b3a15 --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-554027d0cfe4392d.rmeta --cap-lints allow -D warnings`
12142022-04-28T20:30:17.242Z Running `rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-pemfile-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=9c77473490879ffa -C extra-filename=-9c77473490879ffa --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-00487d4f5c5cab06.rmeta --cap-lints allow -D warnings`
12152022-04-28T20:30:17.723Z Running `rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-pemfile-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=75807ed10d0ddf7b -C extra-filename=-75807ed10d0ddf7b --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-00487d4f5c5cab06.rmeta --cap-lints allow -D warnings`
12162022-04-28T20:30:18.072Z Running `rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pem-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c4dd7f8b7fcb8eda -C extra-filename=-c4dd7f8b7fcb8eda --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-00487d4f5c5cab06.rmeta --cap-lints allow -D warnings`
12172022-04-28T20:30:18.079Z Running `rustc --crate-name pest /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f97d4944b9754993 -C extra-filename=-f97d4944b9754993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-44459f848974b37c.rmeta --cap-lints allow -D warnings`
12182022-04-28T20:30:18.190Z Running `rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/form_urlencoded-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=3263cfc51172c585 -C extra-filename=-3263cfc51172c585 --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-93be129807466b71.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rmeta --cap-lints allow -D warnings`
12192022-04-28T20:30:18.427Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=0e062673d03e343d -C extra-filename=-0e062673d03e343d --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-7fcb6081dbe9b427.rmeta --cap-lints allow -D warnings`
12202022-04-28T20:30:18.596Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c074f3c7ab15e288 -C extra-filename=-c074f3c7ab15e288 --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-347ca3c1946aec1d.rmeta --cap-lints allow -D warnings`
12212022-04-28T20:30:18.753Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e00f94252e62df81 -C extra-filename=-e00f94252e62df81 --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-347ca3c1946aec1d.rmeta --cap-lints allow -D warnings`
12222022-04-28T20:30:19.042Z Running `rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/walkdir-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4ef0bc4bb8a1286b -C extra-filename=-4ef0bc4bb8a1286b --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-0a01f151f1383d06.rmeta --cap-lints allow -D warnings`
12232022-04-28T20:30:19.106Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1fb755f41ec16621/build-script-build`
12242022-04-28T20:30:19.112Z Compiling itertools v0.10.3
12252022-04-28T20:30:19.119Z Running `rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=0e11d27096ba7a1e -C extra-filename=-0e11d27096ba7a1e --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-2def0c6ed6d6bb30.rmeta --cap-lints allow -D warnings`
12262022-04-28T20:30:19.469Z Running `rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=6b262a919cdd9807 -C extra-filename=-6b262a919cdd9807 --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-2def0c6ed6d6bb30.rmeta --cap-lints allow -D warnings`
12272022-04-28T20:30:19.676Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-98254a2d0cca64a9/build-script-build`
12282022-04-28T20:30:19.707Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=ef6509bc671deb36 -C extra-filename=-ef6509bc671deb36 --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-fd92822c462e8e62.rmeta --cap-lints allow -D warnings`
12292022-04-28T20:30:20.062Z Compiling ringbuffer v0.8.4
12302022-04-28T20:30:20.069Z Running `rustc --crate-name ringbuffer --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ringbuffer-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=e3f4ed2d4b9b2d0e -C extra-filename=-e3f4ed2d4b9b2d0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-40dffc13446fc033.rmeta --cap-lints allow -D warnings`
12312022-04-28T20:30:20.594Z Compiling wyz v0.4.0
12322022-04-28T20:30:20.601Z Running `rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/wyz-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0be14487e912c8fb -C extra-filename=-0be14487e912c8fb --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-edf18a246a486229.rmeta --cap-lints allow -D warnings`
12332022-04-28T20:30:20.757Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-e3b5157a30084b4b/build-script-build`
12342022-04-28T20:30:20.794Z Compiling der v0.4.5
12352022-04-28T20:30:20.800Z Running `rustc --crate-name der --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/der-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-oid"' --cfg 'feature="oid"' -C metadata=c9b69dd4efdc123a -C extra-filename=-c9b69dd4efdc123a --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-e791fdc0180c5cad.rmeta --cap-lints allow -D warnings`
12362022-04-28T20:30:21.060Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-67d46cfc3e3f3c9d/build-script-build`
12372022-04-28T20:30:21.091Z Running `rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/wyz-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c69cdd08195123b6 -C extra-filename=-c69cdd08195123b6 --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-458cbc88defa9ca9.rmeta --cap-lints allow -D warnings`
12382022-04-28T20:30:21.164Z Running `rustc --crate-name ringbuffer --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ringbuffer-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=c4c873069a636739 -C extra-filename=-c4c873069a636739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-59707eedb143af59.rmeta --cap-lints allow -D warnings`
12392022-04-28T20:30:21.382Z Running `rustc --crate-name der --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/der-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-oid"' --cfg 'feature="oid"' -C metadata=ef6594b4cf054a87 -C extra-filename=-ef6594b4cf054a87 --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-54a6adbe6fbf4ae8.rmeta --cap-lints allow -D warnings`
12402022-04-28T20:30:21.437Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-544ed0f83d91a245/build-script-build`
12412022-04-28T20:30:21.469Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-60627f4006d5893e/build-script-build`
12422022-04-28T20:30:21.499Z Compiling libsqlite3-sys v0.24.1
12432022-04-28T20:30:21.505Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libsqlite3-sys-0.24.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_6_8"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=70ff345a0f0f0d49 -C extra-filename=-70ff345a0f0f0d49 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-70ff345a0f0f0d49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-880de10e3b5e3d3d.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ad3ccf8d65a48f95.rlib --cap-lints allow -D warnings`
12442022-04-28T20:30:21.772Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-2ec97ccb709eaba9/build-script-build`
12452022-04-28T20:30:21.837Z Running `rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=204967e132c0c0ac -C extra-filename=-204967e132c0c0ac --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-5399afcc2e0ea0fc.rmeta --cap-lints allow -D warnings`
12462022-04-28T20:30:21.888Z Compiling bit-set v0.5.2
12472022-04-28T20:30:21.895Z Running `rustc --crate-name bit_set /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bit-set-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a362c07e800538c9 -C extra-filename=-a362c07e800538c9 --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-526d6d3e50a05a46.rmeta --cap-lints allow -D warnings`
12482022-04-28T20:30:22.566Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-b31c833278b2c6e3/build-script-build`
12492022-04-28T20:30:22.599Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-d56e35fc5723b5fb/build-script-build`
12502022-04-28T20:30:22.745Z Compiling clap_lex v0.1.1
12512022-04-28T20:30:22.751Z Running `rustc --crate-name clap_lex --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_lex-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3d1d482cf5c348f6 -C extra-filename=-3d1d482cf5c348f6 --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-353f44d834bb3290.rmeta --cap-lints allow -D warnings`
12522022-04-28T20:30:22.889Z Compiling indoc v1.0.4
12532022-04-28T20:30:22.904Z Running `rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indoc-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=e5db3c81302032c4 -C extra-filename=-e5db3c81302032c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unindent=/work/oxidecomputer/omicron/target/debug/deps/libunindent-0cd55dbd446ad924.rlib --extern proc_macro --cap-lints allow -D warnings`
12542022-04-28T20:30:22.918Z Running `rustc --crate-name clap_lex --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_lex-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f38b16f9ca73ac8c -C extra-filename=-f38b16f9ca73ac8c --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-0f0a6284c4be9276.rmeta --cap-lints allow -D warnings`
12552022-04-28T20:30:24.453Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-7fdedae3dec0a4df/build-script-build`
12562022-04-28T20:30:24.640Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-bac9ce156abbd624/build-script-build`
12572022-04-28T20:30:24.703Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-c88cc34fc1c64405/build-script-build`
12582022-04-28T20:30:24.755Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
12592022-04-28T20:30:24.761Z Running `rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6a0d32a34d62574f -C extra-filename=-6a0d32a34d62574f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-6a0d32a34d62574f -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-12971278047ff0b9.rlib -D warnings`
12602022-04-28T20:30:24.768Z Compiling lru-cache v0.1.2
12612022-04-28T20:30:24.774Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e9b7ddbd239263e5 -C extra-filename=-e9b7ddbd239263e5 --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-0b1da1130922c648.rmeta --cap-lints allow -D warnings`
12622022-04-28T20:30:24.781Z Compiling plotters-svg v0.3.1
12632022-04-28T20:30:24.788Z Running `rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/plotters-svg-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ecd5fcf8ee5b31b3 -C extra-filename=-ecd5fcf8ee5b31b3 --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-892aea94d1bd008e.rmeta --cap-lints allow -D warnings`
12642022-04-28T20:30:24.911Z Compiling predicates-tree v1.0.5
12652022-04-28T20:30:24.940Z Running `rustc --crate-name predicates_tree --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-tree-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7495fc58a3a63468 -C extra-filename=-7495fc58a3a63468 --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-b37d60a02ac0b4bb.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-327aa2d34afdbf80.rmeta --cap-lints allow -D warnings`
12662022-04-28T20:30:25.125Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-d1838fa16cab005a/build-script-build`
12672022-04-28T20:30:25.132Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-3614ee09275ea0b9/build-script-build`
12682022-04-28T20:30:25.247Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-a167e44d3a929ea5/build-script-build`
12692022-04-28T20:30:25.260Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-47a75be4bc990106/build-script-build`
12702022-04-28T20:30:25.341Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-bfb8627112f492db/build-script-build`
12712022-04-28T20:30:25.493Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e134ab7735aa2873/build-script-build`
12722022-04-28T20:30:25.551Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-d7a454272af4ebca/build-script-build`
12732022-04-28T20:30:25.574Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-26888ba86101e46e/build-script-build`
12742022-04-28T20:30:25.580Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-88f1f249c106b64b/build-script-build`
12752022-04-28T20:30:25.700Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-1132113db77ebab5/build-script-build`
12762022-04-28T20:30:25.857Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-2005408a8eb8b81f/build-script-build`
12772022-04-28T20:30:25.900Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-1aa8777ae2ffd7a9/build-script-build`
12782022-04-28T20:30:25.910Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-fe5f4c5bb2b6127d/build-script-build`
12792022-04-28T20:30:25.965Z Running `rustc --crate-name log /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=416152f70a11b2a8 -C extra-filename=-416152f70a11b2a8 --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-385d26aca7d14e58.rmeta --cap-lints allow -D warnings --cfg atomic_cas --cfg has_atomics`
12802022-04-28T20:30:26.160Z Running `rustc --crate-name log /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=c467e75cb34b718c -C extra-filename=-c467e75cb34b718c --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-9652141db787797b.rmeta --cap-lints allow -D warnings --cfg atomic_cas --cfg has_atomics`
12812022-04-28T20:30:26.343Z Running `rustc --crate-name memchr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b8f1adb56b2a8387 -C extra-filename=-b8f1adb56b2a8387 --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`
12822022-04-28T20:30:26.371Z Running `rustc --crate-name memchr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=1d3ba19c2e3d0f94 -C extra-filename=-1d3ba19c2e3d0f94 --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`
12832022-04-28T20:30:26.512Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-85aabd82a5cccb93/build-script-build`
12842022-04-28T20:30:26.781Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-9ee8d63af38379d2/build-script-build`
12852022-04-28T20:30:27.214Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-c663a34d1945a9b5/build-script-build`
12862022-04-28T20:30:27.237Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-0839614da287a1a5/build-script-build`
12872022-04-28T20:30:27.305Z Running `rustc --crate-name proc_macro2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=b3d50f098d5c0d75 -C extra-filename=-b3d50f098d5c0d75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-1a57b4aa0428ec93.rmeta --cap-lints allow -D warnings --cfg use_proc_macro --cfg wrap_proc_macro --cfg proc_macro_span`
12882022-04-28T20:30:27.438Z Running `rustc --crate-name proc_macro2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=22957974b0c0ecc5 -C extra-filename=-22957974b0c0ecc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-00b7cf5f18ea426d.rmeta --cap-lints allow -D warnings --cfg use_proc_macro --cfg wrap_proc_macro --cfg proc_macro_span`
12892022-04-28T20:30:27.465Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-ed548583f298c80e/build-script-build`
12902022-04-28T20:30:27.891Z Running `rustc --crate-name libc /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.123/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9bf1d22b504a9881 -C extra-filename=-9bf1d22b504a9881 --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_ptr_addr_of --cfg libc_underscore_const_names`
12912022-04-28T20:30:28.055Z Running `rustc --crate-name libc /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.123/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=15719e84c2b807b3 -C extra-filename=-15719e84c2b807b3 --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_ptr_addr_of --cfg libc_underscore_const_names`
12922022-04-28T20:30:28.093Z Running `rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=afd6f16c26c2466b -C extra-filename=-afd6f16c26c2466b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12932022-04-28T20:30:28.198Z Running `rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=76458d54813678a9 -C extra-filename=-76458d54813678a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12942022-04-28T20:30:28.782Z Running `rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=56fbc1ef450acdc9 -C extra-filename=-56fbc1ef450acdc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12952022-04-28T20:30:28.903Z Running `rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=783968420aad481d -C extra-filename=-783968420aad481d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
12962022-04-28T20:30:29.435Z Running `/work/oxidecomputer/omicron/target/debug/build/miniz_oxide-3ff77e4210534b29/build-script-build`
12972022-04-28T20:30:29.467Z Compiling path-absolutize v3.0.12
12982022-04-28T20:30:29.473Z Running `rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/path-absolutize-3.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ff8cb8c621342007 -C extra-filename=-ff8cb8c621342007 --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-b9657085746c8477.rmeta --cap-lints allow -D warnings`
12992022-04-28T20:30:29.585Z Compiling radix_trie v0.2.1
13002022-04-28T20:30:29.593Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6cf72c15308c1863 -C extra-filename=-6cf72c15308c1863 --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-677714ec5183dd96.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-81aa5c5a9a985b5e.rmeta --cap-lints allow -D warnings`
13012022-04-28T20:30:29.641Z Running `rustc --crate-name log /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6c0ef2a4ebda766f -C extra-filename=-6c0ef2a4ebda766f --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-385d26aca7d14e58.rmeta --cap-lints allow -D warnings --cfg atomic_cas --cfg has_atomics`
13022022-04-28T20:30:29.763Z Running `rustc --crate-name httparse /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a674db51b91912ce -C extra-filename=-a674db51b91912ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
13032022-04-28T20:30:29.799Z Running `rustc --crate-name httparse /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=c87ae4f2ccbcda45 -C extra-filename=-c87ae4f2ccbcda45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
13042022-04-28T20:30:30.062Z Running `rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=a09657b1ee7ac96a -C extra-filename=-a09657b1ee7ac96a --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-385d26aca7d14e58.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --cap-lints allow -D warnings`
13052022-04-28T20:30:30.438Z Running `rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=93679405c8261053 -C extra-filename=-93679405c8261053 --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-9652141db787797b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --cap-lints allow -D warnings`
13062022-04-28T20:30:30.779Z Compiling tracing v0.1.32
13072022-04-28T20:30:30.786Z Running `rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=17a932b9e39bfccf -C extra-filename=-17a932b9e39bfccf --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-385d26aca7d14e58.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-50fa0fee84c6871d.rmeta --cap-lints allow -D warnings`
13082022-04-28T20:30:31.163Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=5c879c394c4c5352 -C extra-filename=-5c879c394c4c5352 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
13092022-04-28T20:30:31.170Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' -C metadata=58d05147ddff7e23 -C extra-filename=-58d05147ddff7e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
13102022-04-28T20:30:31.409Z Running `rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fb297d0db90d6ef3 -C extra-filename=-fb297d0db90d6ef3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13112022-04-28T20:30:31.486Z Running `rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=ec85e2ab058a8930 -C extra-filename=-ec85e2ab058a8930 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13122022-04-28T20:30:31.495Z Running `rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/encoding_rs-0.8.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=f2d4b75d543c9a40 -C extra-filename=-f2d4b75d543c9a40 --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-385d26aca7d14e58.rmeta --cap-lints allow -D warnings`
13132022-04-28T20:30:31.904Z Running `rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/encoding_rs-0.8.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=7f3ade6d97fef78b -C extra-filename=-7f3ade6d97fef78b --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-9652141db787797b.rmeta --cap-lints allow -D warnings`
13142022-04-28T20:30:32.777Z Running `rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ab2622333268a6e4 -C extra-filename=-ab2622333268a6e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg backtrace`
13152022-04-28T20:30:32.920Z Running `rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=18866d448504c1f0 -C extra-filename=-18866d448504c1f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg backtrace`
13162022-04-28T20:30:32.939Z Compiling tracing-subscriber v0.3.9
13172022-04-28T20:30:32.945Z Running `rustc --crate-name tracing_subscriber --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-subscriber-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="fmt"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="std"' --cfg 'feature="thread_local"' -C metadata=179819e101145253 -C extra-filename=-179819e101145253 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern sharded_slab=/work/oxidecomputer/omicron/target/debug/deps/libsharded_slab-6ddc5376e1ba9f81.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-46a9962f14a2c101.rmeta --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-0e5037bf894c97ae.rmeta --cap-lints allow -D warnings`
13182022-04-28T20:30:32.983Z Compiling pest_meta v2.1.3
13192022-04-28T20:30:32.990Z Running `rustc --crate-name pest_meta /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pest_meta-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1965d0bf1fcb6ce7 -C extra-filename=-1965d0bf1fcb6ce7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-4ad755e473e7325e.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-f3bd1d1438c35cd1.rmeta --cap-lints allow -D warnings`
13202022-04-28T20:30:34.326Z Compiling semver-parser v0.10.2
13212022-04-28T20:30:34.332Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8821eae41a377c27 -C extra-filename=-8821eae41a377c27 --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-f3bd1d1438c35cd1.rmeta --cap-lints allow -D warnings`
13222022-04-28T20:30:34.397Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-448ba517eb960fed/build-script-main`
13232022-04-28T20:30:35.039Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-7418aa75adca679a/build-script-build`
13242022-04-28T20:30:35.128Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-54c49a36c944c4e6/build-script-build`
13252022-04-28T20:30:38.290Z Running `rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/path-absolutize-3.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=8f77c7949c19d046 -C extra-filename=-8f77c7949c19d046 --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-de68cc516a6c199d.rmeta --cap-lints allow -D warnings`
13262022-04-28T20:30:38.786Z Running `rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=2a5379d6c867e527 -C extra-filename=-2a5379d6c867e527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
13272022-04-28T20:30:40.263Z Compiling newtype_derive v0.1.6
13282022-04-28T20:30:40.269Z 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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e80fee731626a679 -C extra-filename=-e80fee731626a679 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-e80fee731626a679 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-664d1a0731c87109.rlib --cap-lints allow -D warnings`
13292022-04-28T20:30:40.363Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=479e35c49013fa52 -C extra-filename=-479e35c49013fa52 --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-532a30b2c2590ad3.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-18f61959efb13dae.rmeta --cap-lints allow -D warnings`
13302022-04-28T20:30:40.529Z Compiling phf v0.10.1
13312022-04-28T20:30:40.536Z Running `rustc --crate-name phf --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e24853d11c595bce -C extra-filename=-e24853d11c595bce --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-c6e98775a2c4f112.rmeta --cap-lints allow -D warnings`
13322022-04-28T20:30:40.792Z Running `rustc --crate-name phf --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=27014bc216dd8ba7 -C extra-filename=-27014bc216dd8ba7 --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-06d9a8369981ef67.rmeta --cap-lints allow -D warnings`
13332022-04-28T20:30:40.923Z Compiling unicode-normalization v0.1.19
13342022-04-28T20:30:40.930Z Running `rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3e34d07cefb8ce7b -C extra-filename=-3e34d07cefb8ce7b --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-539f0c2596d58b98.rmeta --cap-lints allow -D warnings`
13352022-04-28T20:30:41.094Z Running `rustc --crate-name tracing_subscriber --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-subscriber-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="fmt"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="std"' --cfg 'feature="thread_local"' -C metadata=1790f7ccd82b79dd -C extra-filename=-1790f7ccd82b79dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern sharded_slab=/work/oxidecomputer/omicron/target/debug/deps/libsharded_slab-2a846bd4a93e99bb.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-d5aab4280ef3fd81.rmeta --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-fac266fff69d156a.rmeta --cap-lints allow -D warnings`
13362022-04-28T20:30:41.338Z Running `rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/radium-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fb39adae5deba98a -C extra-filename=-fb39adae5deba98a --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`
13372022-04-28T20:30:41.637Z Running `rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/radium-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=edf5aaea4ae3da0b -C extra-filename=-edf5aaea4ae3da0b --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`
13382022-04-28T20:30:41.766Z Running `rustc --crate-name phf --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=548d02271f07dcfd -C extra-filename=-548d02271f07dcfd --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-ef6509bc671deb36.rmeta --cap-lints allow -D warnings`
13392022-04-28T20:30:42.164Z Running `rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=6a1903d17d000384 -C extra-filename=-6a1903d17d000384 --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-8bb3d90d0c3e3616.rmeta --cap-lints allow -D warnings`
13402022-04-28T20:30:42.308Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c48660270abf9f06 -C extra-filename=-c48660270abf9f06 --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-385d26aca7d14e58.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
13412022-04-28T20:30:42.389Z 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 --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=f88b41038ced45e7 -C extra-filename=-f88b41038ced45e7 --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-9652141db787797b.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
13422022-04-28T20:30:42.625Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e38f57a0fca77e0d -C extra-filename=-e38f57a0fca77e0d --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-f97d4944b9754993.rmeta --cap-lints allow -D warnings`
13432022-04-28T20:30:43.110Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-084222d146101a5e/build-script-build`
13442022-04-28T20:30:43.214Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=0d102017ebbf9485 -C extra-filename=-0d102017ebbf9485 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13452022-04-28T20:30:43.511Z Running `rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=8b053a474f972813 -C extra-filename=-8b053a474f972813 --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-385d26aca7d14e58.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --cap-lints allow -D warnings`
13462022-04-28T20:30:43.979Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3e3ace23baf86592 -C extra-filename=-3e3ace23baf86592 --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`
13472022-04-28T20:30:44.584Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2da247859b0465c6 -C extra-filename=-2da247859b0465c6 --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`
13482022-04-28T20:30:44.954Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-70ff345a0f0f0d49/build-script-build`
13492022-04-28T20:30:45.003Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0fec19e9b1a0abc0 -C extra-filename=-0fec19e9b1a0abc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13502022-04-28T20:30:45.209Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=9bdd656387675c5f -C extra-filename=-9bdd656387675c5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13512022-04-28T20:30:45.430Z Compiling spki v0.4.1
13522022-04-28T20:30:45.437Z Running `rustc --crate-name spki --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/spki-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ee44080667a5dc33 -C extra-filename=-ee44080667a5dc33 --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-c9b69dd4efdc123a.rmeta --cap-lints allow -D warnings`
13532022-04-28T20:30:45.593Z Running `rustc --crate-name spki --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/spki-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=cb3a52cbc4410e6d -C extra-filename=-cb3a52cbc4410e6d --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-ef6594b4cf054a87.rmeta --cap-lints allow -D warnings`
13542022-04-28T20:30:45.694Z Running `rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9d661f2d45246bfd -C extra-filename=-9d661f2d45246bfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
13552022-04-28T20:30:45.826Z Compiling want v0.3.0
13562022-04-28T20:30:45.833Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=635b5bba1b1d726b -C extra-filename=-635b5bba1b1d726b --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-416152f70a11b2a8.rmeta --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-9c0b6fac59336b30.rmeta --cap-lints allow -D warnings`
13572022-04-28T20:30:46.103Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5ae76af09a43978f -C extra-filename=-5ae76af09a43978f --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`
13582022-04-28T20:30:46.265Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=7aff9e2a416b8546 -C extra-filename=-7aff9e2a416b8546 --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`
13592022-04-28T20:30:46.532Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c0e919fea6ea789d -C extra-filename=-c0e919fea6ea789d --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-c467e75cb34b718c.rmeta --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-ec97a60ccac37261.rmeta --cap-lints allow -D warnings`
13602022-04-28T20:30:46.634Z Running `rustc --crate-name num_traits /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0d8f271454d1a7d7 -C extra-filename=-0d8f271454d1a7d7 --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`
13612022-04-28T20:30:47.143Z Running `rustc --crate-name num_traits /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=d37f4fc04e68f210 -C extra-filename=-d37f4fc04e68f210 --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`
13622022-04-28T20:30:47.270Z Running `rustc --crate-name memoffset /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=6b441c5ef652a50a -C extra-filename=-6b441c5ef652a50a --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`
13632022-04-28T20:30:47.371Z Running `rustc --crate-name memoffset /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=97e60ff1ceb35b2b -C extra-filename=-97e60ff1ceb35b2b --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`
13642022-04-28T20:30:47.583Z Compiling aho-corasick v0.7.18
13652022-04-28T20:30:47.590Z Running `rustc --crate-name aho_corasick --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=91babcb1a58c3ad0 -C extra-filename=-91babcb1a58c3ad0 --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-b8f1adb56b2a8387.rmeta --cap-lints allow -D warnings`
13662022-04-28T20:30:47.626Z Compiling csv-core v0.1.10
13672022-04-28T20:30:47.633Z Running `rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/csv-core-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=d2d361101f0640dc -C extra-filename=-d2d361101f0640dc --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-b8f1adb56b2a8387.rmeta --cap-lints allow -D warnings`
13682022-04-28T20:30:47.701Z Running `rustc --crate-name aho_corasick --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=f87d7b148a836868 -C extra-filename=-f87d7b148a836868 --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-1d3ba19c2e3d0f94.rmeta --cap-lints allow -D warnings`
13692022-04-28T20:30:48.739Z Running `rustc --crate-name num_traits /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=27d02c8c7929ea69 -C extra-filename=-27d02c8c7929ea69 --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`
13702022-04-28T20:30:49.062Z Running `rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=b96a624c095c2343 -C extra-filename=-b96a624c095c2343 --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-afd6f16c26c2466b.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-9b64ab5476f773d8.rmeta --cap-lints allow -D warnings`
13712022-04-28T20:30:49.831Z Running `rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=bfc89269a85d149a -C extra-filename=-bfc89269a85d149a --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-76458d54813678a9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8bbaa5e116926d17.rmeta --cap-lints allow -D warnings`
13722022-04-28T20:30:50.539Z Compiling quote v1.0.18
13732022-04-28T20:30:50.546Z Running `rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=463db6bc46ce4fe8 -C extra-filename=-463db6bc46ce4fe8 --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-b3d50f098d5c0d75.rmeta --cap-lints allow -D warnings`
13742022-04-28T20:30:50.559Z Running `rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=ba94fb7412277da9 -C extra-filename=-ba94fb7412277da9 --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-22957974b0c0ecc5.rmeta --cap-lints allow -D warnings`
13752022-04-28T20:30:50.681Z Compiling getrandom v0.2.5
13762022-04-28T20:30:50.688Z Running `rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=aea14d61e8edec2f -C extra-filename=-aea14d61e8edec2f --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-385d26aca7d14e58.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
13772022-04-28T20:30:50.843Z Compiling time v0.1.44
13782022-04-28T20:30:50.850Z Running `rustc --crate-name time /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7294baefdfe7dae6 -C extra-filename=-7294baefdfe7dae6 --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-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
13792022-04-28T20:30:51.083Z Compiling num_cpus v1.13.1
13802022-04-28T20:30:51.089Z Running `rustc --crate-name num_cpus /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=15ce09fc86454a8e -C extra-filename=-15ce09fc86454a8e --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-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
13812022-04-28T20:30:51.479Z Compiling signal-hook-registry v1.4.0
13822022-04-28T20:30:51.486Z Running `rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7e07ab09ef3a6076 -C extra-filename=-7e07ab09ef3a6076 --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-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
13832022-04-28T20:30:51.696Z Running `rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f7d6119987348639 -C extra-filename=-f7d6119987348639 --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-385d26aca7d14e58.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f55a822288cc5359.rmeta --cap-lints allow -D warnings`
13842022-04-28T20:30:52.259Z Compiling socket2 v0.4.4
13852022-04-28T20:30:52.265Z Running `rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=b5d3f45fbee9f97c -C extra-filename=-b5d3f45fbee9f97c --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-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
13862022-04-28T20:30:52.311Z Compiling tempfile v3.3.0
13872022-04-28T20:30:52.318Z Running `rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=10b283f4be1667b0 -C extra-filename=-10b283f4be1667b0 --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-385d26aca7d14e58.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-98f743dc2e7ce0c9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-fb51d2421689d81c.rmeta --cap-lints allow -D warnings`
13882022-04-28T20:30:52.346Z Compiling thread-id v4.0.0
13892022-04-28T20:30:52.352Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=38176a5008991e8e -C extra-filename=-38176a5008991e8e --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-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
13902022-04-28T20:30:52.723Z Compiling mio v0.8.2
13912022-04-28T20:30:52.729Z Running `rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=4ba5e9c6c3955680 -C extra-filename=-4ba5e9c6c3955680 --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-9bf1d22b504a9881.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --cap-lints allow -D warnings`
13922022-04-28T20:30:53.191Z Compiling atty v0.2.14
13932022-04-28T20:30:53.197Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f7305bcc4cd32d69 -C extra-filename=-f7305bcc4cd32d69 --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-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
13942022-04-28T20:30:53.355Z Compiling dirs-sys-next v0.1.2
13952022-04-28T20:30:53.362Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=518eeb5866a5bf8c -C extra-filename=-518eeb5866a5bf8c --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-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
13962022-04-28T20:30:53.615Z Running `rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1e273fb3150f8f9d -C extra-filename=-1e273fb3150f8f9d --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-385d26aca7d14e58.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-557a2f76c3927bb4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f55a822288cc5359.rmeta --cap-lints allow -D warnings`
13972022-04-28T20:30:53.721Z Compiling hostname v0.3.1
13982022-04-28T20:30:53.727Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=5f26bdd3a3f0acad -C extra-filename=-5f26bdd3a3f0acad --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-9bf1d22b504a9881.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-d5cdc21cfcb83943.rmeta --cap-lints allow -D warnings`
13992022-04-28T20:30:53.807Z Compiling time v0.3.9
14002022-04-28T20:30:53.813Z Running `rustc --crate-name time --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="itoa"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --cfg 'feature="time-macros"' -C metadata=124ec028a27e00b6 -C extra-filename=-124ec028a27e00b6 --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-bfe6bd45996b3d54.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-aa9c77a49da522a5.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-d7dc016bad74f76a.so --cap-lints allow -D warnings`
14012022-04-28T20:30:53.991Z Compiling terminal_size v0.1.17
14022022-04-28T20:30:53.997Z Running `rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_size-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b230146d15825606 -C extra-filename=-b230146d15825606 --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-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
14032022-04-28T20:30:54.235Z Compiling subprocess v0.2.8
14042022-04-28T20:30:54.262Z Running `rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/subprocess-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=dddee745fe625a08 -C extra-filename=-dddee745fe625a08 --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-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
14052022-04-28T20:30:54.467Z Compiling filetime v0.2.15
14062022-04-28T20:30:54.474Z Running `rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/filetime-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a891ad1e75b728c0 -C extra-filename=-a891ad1e75b728c0 --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-385d26aca7d14e58.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
14072022-04-28T20:30:54.487Z Compiling xattr v0.2.2
14082022-04-28T20:30:54.494Z Running `rustc --crate-name xattr /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/xattr-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=f21f7e142d07c79f -C extra-filename=-f21f7e142d07c79f --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-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
14092022-04-28T20:30:54.535Z Running `rustc --crate-name time --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="itoa"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="time-macros"' -C metadata=072fc253fab31553 -C extra-filename=-072fc253fab31553 --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-bfe6bd45996b3d54.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-aa9c77a49da522a5.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-d7dc016bad74f76a.so --cap-lints allow -D warnings`
14102022-04-28T20:30:55.074Z Compiling rand v0.4.6
14112022-04-28T20:30:55.080Z 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 --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=cb1cdc36108bd04a -C extra-filename=-cb1cdc36108bd04a --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-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings`
14122022-04-28T20:30:55.272Z Running `rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=09854f68f9676609 -C extra-filename=-09854f68f9676609 --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-9652141db787797b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14132022-04-28T20:30:55.292Z Running `rustc --crate-name num_cpus /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c1129d7c8ad994ec -C extra-filename=-c1129d7c8ad994ec --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-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14142022-04-28T20:30:55.328Z Running `rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=3d634980d8b61bb5 -C extra-filename=-3d634980d8b61bb5 --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-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14152022-04-28T20:30:55.688Z Running `rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=463c4be4bbc38773 -C extra-filename=-463c4be4bbc38773 --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-9652141db787797b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7f030bed99e38518.rmeta --cap-lints allow -D warnings`
14162022-04-28T20:30:55.778Z Running `rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=8810ca856cdb4bfd -C extra-filename=-8810ca856cdb4bfd --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-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14172022-04-28T20:30:56.271Z Running `rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=76b12bb7f4e4c3a9 -C extra-filename=-76b12bb7f4e4c3a9 --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-15719e84c2b807b3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --cap-lints allow -D warnings`
14182022-04-28T20:30:57.332Z Running `rustc --crate-name time /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b9ec0d838f955a22 -C extra-filename=-b9ec0d838f955a22 --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-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14192022-04-28T20:30:57.675Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=8d06e76d378ce3a4 -C extra-filename=-8d06e76d378ce3a4 --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-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14202022-04-28T20:30:57.869Z Running `rustc --crate-name time --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="itoa"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --cfg 'feature="time-macros"' -C metadata=2cd8e1fcd10c5ce6 -C extra-filename=-2cd8e1fcd10c5ce6 --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-1dc92d25e147a539.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4d1b5de4cb9247f1.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-d7dc016bad74f76a.so --cap-lints allow -D warnings`
14212022-04-28T20:30:58.106Z Running `rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=0123f6a89817df4b -C extra-filename=-0123f6a89817df4b --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-9652141db787797b.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-3a1e60b00a825c5e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-699669e0358e24c3.rmeta --cap-lints allow -D warnings`
14222022-04-28T20:30:58.713Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=3f0379fc16f4b850 -C extra-filename=-3f0379fc16f4b850 --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-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14232022-04-28T20:30:59.265Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5b8dc643235ca96c -C extra-filename=-5b8dc643235ca96c --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-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14242022-04-28T20:30:59.562Z Running `rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c9c6826347d44821 -C extra-filename=-c9c6826347d44821 --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-9652141db787797b.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-1979ab46ee9b04e3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7f030bed99e38518.rmeta --cap-lints allow -D warnings`
14252022-04-28T20:30:59.644Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=ced2ad1863bfbbcb -C extra-filename=-ced2ad1863bfbbcb --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-15719e84c2b807b3.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-abc1d8044b4dabb6.rmeta --cap-lints allow -D warnings`
14262022-04-28T20:30:59.667Z Running `rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/filetime-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=109ba3e239aa7f5a -C extra-filename=-109ba3e239aa7f5a --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-9652141db787797b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14272022-04-28T20:30:59.673Z Running `rustc --crate-name xattr /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/xattr-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=1eae315b32acae8e -C extra-filename=-1eae315b32acae8e --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-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14282022-04-28T20:30:59.934Z 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 --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=4a7f7cfe2486b408 -C extra-filename=-4a7f7cfe2486b408 --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-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14292022-04-28T20:31:00.407Z Running `rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/terminal_size-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5de4a3d0473b85b9 -C extra-filename=-5de4a3d0473b85b9 --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-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14302022-04-28T20:31:00.436Z Running `rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/subprocess-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=8d2ae287bfb54be7 -C extra-filename=-8d2ae287bfb54be7 --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-15719e84c2b807b3.rmeta --cap-lints allow -D warnings`
14312022-04-28T20:31:00.517Z Running `rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=5b66de4f9ae194d5 -C extra-filename=-5b66de4f9ae194d5 --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-9bf1d22b504a9881.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-6c0ef2a4ebda766f.rmeta --cap-lints allow -D warnings`
14322022-04-28T20:31:00.524Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2452bb4b90c5b147 -C extra-filename=-2452bb4b90c5b147 --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-6c0ef2a4ebda766f.rmeta --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-9c0b6fac59336b30.rmeta --cap-lints allow -D warnings`
14332022-04-28T20:31:00.909Z Compiling ena v0.14.0
14342022-04-28T20:31:00.916Z Running `rustc --crate-name ena /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ena-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=85077cc5c5016e23 -C extra-filename=-85077cc5c5016e23 --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-6c0ef2a4ebda766f.rmeta --cap-lints allow -D warnings`
14352022-04-28T20:31:01.171Z Running `rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=69f5b463b1bcc7f3 -C extra-filename=-69f5b463b1bcc7f3 --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-fe6fb318c5393b29.rmeta --cap-lints allow -D warnings --cfg has_alloc`
14362022-04-28T20:31:01.336Z Running `rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=0a021caa7d74f43d -C extra-filename=-0a021caa7d74f43d --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-66320ed39fbec53d.rmeta --cap-lints allow -D warnings --cfg has_alloc`
14372022-04-28T20:31:01.380Z Compiling crossbeam-channel v0.5.4
14382022-04-28T20:31:01.416Z Running `rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=83aa835a9366d683 -C extra-filename=-83aa835a9366d683 --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-385d26aca7d14e58.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a09657b1ee7ac96a.rmeta --cap-lints allow -D warnings`
14392022-04-28T20:31:01.909Z Running `rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=ee9c675906ae17cf -C extra-filename=-ee9c675906ae17cf --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-385d26aca7d14e58.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a09657b1ee7ac96a.rmeta --cap-lints allow -D warnings`
14402022-04-28T20:31:02.558Z Running `rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=1074944284026cee -C extra-filename=-1074944284026cee --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-9652141db787797b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-93679405c8261053.rmeta --cap-lints allow -D warnings`
14412022-04-28T20:31:03.470Z Running `rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=77f1bd62f3afd2f9 -C extra-filename=-77f1bd62f3afd2f9 --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-9652141db787797b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-93679405c8261053.rmeta --cap-lints allow -D warnings`
14422022-04-28T20:31:03.610Z Compiling slog-scope v4.4.0
14432022-04-28T20:31:03.618Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c2613df549df7bc6 -C extra-filename=-c2613df549df7bc6 --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-6904fa4ce44a494a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --cap-lints allow -D warnings`
14442022-04-28T20:31:04.040Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=65055fff3d3eeb87 -C extra-filename=-65055fff3d3eeb87 --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-cd2853cdaca813b3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --cap-lints allow -D warnings`
14452022-04-28T20:31:04.142Z Running `rustc --crate-name generic_array /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' -C metadata=d45369661f058e6e -C extra-filename=-d45369661f058e6e --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-fb297d0db90d6ef3.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
14462022-04-28T20:31:04.560Z Running `rustc --crate-name generic_array /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' -C metadata=86450c85b2445646 -C extra-filename=-86450c85b2445646 --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-ec85e2ab058a8930.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
14472022-04-28T20:31:04.672Z Compiling semver v0.11.0
14482022-04-28T20:31:04.679Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=e35e97ea498af737 -C extra-filename=-e35e97ea498af737 --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-8821eae41a377c27.rmeta --cap-lints allow -D warnings`
14492022-04-28T20:31:05.125Z Compiling bitvec v0.22.3
14502022-04-28T20:31:05.198Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-e80fee731626a679/build-script-build`
14512022-04-28T20:31:05.206Z Running `rustc --crate-name bitvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-0.22.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a943f2b45165904f -C extra-filename=-a943f2b45165904f --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-c9ec945f84676ab7.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-fb39adae5deba98a.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-edf18a246a486229.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-0be14487e912c8fb.rmeta --cap-lints allow -D warnings`
14522022-04-28T20:31:05.340Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-57f806869d323598/build-script-build`
14532022-04-28T20:31:05.374Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-8a1d47d66d8134ab/build-script-build`
14542022-04-28T20:31:05.395Z Running `rustc --crate-name openssl_sys /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4c115d44e6fec11c -C extra-filename=-4c115d44e6fec11c --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-9bf1d22b504a9881.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 --cfg const_fn --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 -l ssl -l crypto`
14552022-04-28T20:31:05.444Z Running `rustc --crate-name openssl_sys /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.72/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=94f37b7343d5fc57 -C extra-filename=-94f37b7343d5fc57 --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-15719e84c2b807b3.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 --cfg const_fn --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 -l ssl -l crypto`
14562022-04-28T20:31:05.482Z Running `rustc --crate-name bitvec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-0.22.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2177b9d5f18e0739 -C extra-filename=-2177b9d5f18e0739 --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-5f2288b4606baf12.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-edf5aaea4ae3da0b.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-458cbc88defa9ca9.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-c69cdd08195123b6.rmeta --cap-lints allow -D warnings`
14572022-04-28T20:31:05.513Z Compiling idna v0.2.3
14582022-04-28T20:31:05.520Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2286c26003b51b2b -C extra-filename=-2286c26003b51b2b --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-640c5fe37b17a037.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-2814c9199367f7c8.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-3e34d07cefb8ce7b.rmeta --cap-lints allow -D warnings`
14592022-04-28T20:31:06.821Z Compiling stringprep v0.1.2
14602022-04-28T20:31:06.828Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a61f11adca882270 -C extra-filename=-a61f11adca882270 --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-2814c9199367f7c8.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-3e34d07cefb8ce7b.rmeta --cap-lints allow -D warnings`
14612022-04-28T20:31:07.129Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=2a197df763fd3531 -C extra-filename=-2a197df763fd3531 --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-0d102017ebbf9485.rmeta --cap-lints allow -D warnings`
14622022-04-28T20:31:07.588Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=73cd8df6b7d1311b -C extra-filename=-73cd8df6b7d1311b --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-e38f57a0fca77e0d.rmeta --cap-lints allow -D warnings`
14632022-04-28T20:31:07.727Z Running `rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=acf7cbe1a62a39c0 -C extra-filename=-acf7cbe1a62a39c0 --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-385d26aca7d14e58.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-8b053a474f972813.rmeta --cap-lints allow -D warnings`
14642022-04-28T20:31:07.744Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=1a478b41d1e01b5b -C extra-filename=-1a478b41d1e01b5b --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-93be129807466b71.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dbc84fb98c958786.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-6a1903d17d000384.rmeta --cap-lints allow -D warnings`
14652022-04-28T20:31:08.186Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e6f1e1186695c6f4 -C extra-filename=-e6f1e1186695c6f4 --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-dbc84fb98c958786.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-6a1903d17d000384.rmeta --cap-lints allow -D warnings`
14662022-04-28T20:31:09.180Z Running `rustc --crate-name libsqlite3_sys --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libsqlite3-sys-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_6_8"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=58c45a139a936e14 -C extra-filename=-58c45a139a936e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l sqlite3`
14672022-04-28T20:31:09.327Z Running `rustc --crate-name libsqlite3_sys --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/libsqlite3-sys-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_6_8"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=042efd1487b77b83 -C extra-filename=-042efd1487b77b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l sqlite3`
14682022-04-28T20:31:09.561Z Compiling pkcs8 v0.7.6
14692022-04-28T20:31:09.568Z Running `rustc --crate-name pkcs8 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pkcs8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a88c4fb914f1dd9c -C extra-filename=-a88c4fb914f1dd9c --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-c9b69dd4efdc123a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ee44080667a5dc33.rmeta --cap-lints allow -D warnings`
14702022-04-28T20:31:10.377Z Running `rustc --crate-name pkcs8 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pkcs8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=49a1491638474453 -C extra-filename=-49a1491638474453 --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-ef6594b4cf054a87.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-cb3a52cbc4410e6d.rmeta --cap-lints allow -D warnings`
14712022-04-28T20:31:10.422Z Compiling rustc_version v0.4.0
14722022-04-28T20:31:10.429Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ad4e1d137155aaa5 -C extra-filename=-ad4e1d137155aaa5 --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-9d661f2d45246bfd.rmeta --cap-lints allow -D warnings`
14732022-04-28T20:31:10.448Z Compiling mime_guess v2.0.4
14742022-04-28T20:31:10.455Z 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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=ae56b75e7fe996ef -C extra-filename=-ae56b75e7fe996ef --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-ae56b75e7fe996ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-5ae76af09a43978f.rlib --cap-lints allow -D warnings`
14752022-04-28T20:31:10.837Z Running `rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=aaa15c98b3803ecb -C extra-filename=-aaa15c98b3803ecb --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-385d26aca7d14e58.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a09657b1ee7ac96a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-6b441c5ef652a50a.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-565e32347529b480.rmeta --cap-lints allow -D warnings`
14762022-04-28T20:31:10.903Z Running `rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="lazy_static"' --cfg 'feature="std"' -C metadata=dcecb2815a14c052 -C extra-filename=-dcecb2815a14c052 --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-9652141db787797b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-93679405c8261053.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-97e60ff1ceb35b2b.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-b500782542317f0c.rmeta --cap-lints allow -D warnings`
14772022-04-28T20:31:11.180Z Compiling regex v1.5.5
14782022-04-28T20:31:11.187Z Running `rustc --crate-name regex --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=0d80b6f838aecc99 -C extra-filename=-0d80b6f838aecc99 --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-91babcb1a58c3ad0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b8f1adb56b2a8387.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ee7d5302efe590a0.rmeta --cap-lints allow -D warnings`
14792022-04-28T20:31:11.333Z Running `rustc --crate-name num_integer /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=daca5a4ec4067aa5 -C extra-filename=-daca5a4ec4067aa5 --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-0d8f271454d1a7d7.rmeta --cap-lints allow -D warnings --cfg has_i128`
14802022-04-28T20:31:11.915Z Compiling float-cmp v0.9.0
14812022-04-28T20:31:11.921Z 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 --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=dc54ffe1a78841a7 -C extra-filename=-dc54ffe1a78841a7 --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-0d8f271454d1a7d7.rmeta --cap-lints allow -D warnings`
14822022-04-28T20:31:12.133Z Compiling plotters v0.3.1
14832022-04-28T20:31:12.139Z Running `rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/plotters-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=7d168e5e2bcfadd5 -C extra-filename=-7d168e5e2bcfadd5 --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-0d8f271454d1a7d7.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-892aea94d1bd008e.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-ecd5fcf8ee5b31b3.rmeta --cap-lints allow -D warnings`
14842022-04-28T20:31:12.478Z Running `rustc --crate-name regex --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=ef9a3b4ac0c5f91f -C extra-filename=-ef9a3b4ac0c5f91f --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-f87d7b148a836868.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d3ba19c2e3d0f94.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7992059992c14b51.rmeta --cap-lints allow -D warnings`
14852022-04-28T20:31:12.567Z 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 --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=503bc39a968fa5b6 -C extra-filename=-503bc39a968fa5b6 --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-208706d6d7bdaa03.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-011a9c7422df18d4.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-165c82a2a34b9d5a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out -l static=ring-core -l static=ring-test`
14862022-04-28T20:31:12.754Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7abfa08895e34763/build-script-build`
14872022-04-28T20:31:12.803Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7abfa08895e34763/build-script-build`
14882022-04-28T20:31:12.815Z 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 --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=cc4e85cd9e54a20a -C extra-filename=-cc4e85cd9e54a20a --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-208706d6d7bdaa03.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-011a9c7422df18d4.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-165c82a2a34b9d5a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -l static=ring-core -l static=ring-test`
14892022-04-28T20:31:12.832Z 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 --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=b7ddd7fbfd3e521c -C extra-filename=-b7ddd7fbfd3e521c --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-ca9a5061b6f1088b.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-1c181341020cc163.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-97a26bf499da7e8f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -l static=ring-core -l static=ring-test`
14902022-04-28T20:31:13.095Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-6a0d32a34d62574f/build-script-build`
14912022-04-28T20:31:13.126Z Running `rustc --crate-name num_integer /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=d6452bb810676da4 -C extra-filename=-d6452bb810676da4 --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-d37f4fc04e68f210.rmeta --cap-lints allow -D warnings --cfg has_i128`
14922022-04-28T20:31:13.966Z Compiling rand_core v0.6.3
14932022-04-28T20:31:13.992Z Running `rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=c74b04a598f6db54 -C extra-filename=-c74b04a598f6db54 --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-aea14d61e8edec2f.rmeta --cap-lints allow -D warnings`
14942022-04-28T20:31:14.848Z Running `rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=94baadbc734774b7 -C extra-filename=-94baadbc734774b7 --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-aea14d61e8edec2f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-208706d6d7bdaa03.rmeta --cap-lints allow -D warnings --cfg 'feature="specialize"' --cfg 'feature="stdsimd"' --cfg 'feature="runtime-rng"' --cfg 'feature="folded_multiply"'`
14952022-04-28T20:31:14.962Z Running `rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=8424558d4f1c54c1 -C extra-filename=-8424558d4f1c54c1 --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-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-1a57b4aa0428ec93.rmeta --cap-lints allow -D warnings`
14962022-04-28T20:31:16.187Z Running `rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=1d1717295d920469 -C extra-filename=-1d1717295d920469 --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-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-1a57b4aa0428ec93.rmeta --cap-lints allow -D warnings`
14972022-04-28T20:31:17.389Z Running `rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=cbdd6c878708bf5f -C extra-filename=-cbdd6c878708bf5f --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-22957974b0c0ecc5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-ba94fb7412277da9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-00b7cf5f18ea426d.rmeta --cap-lints allow -D warnings`
14982022-04-28T20:31:21.065Z Running `rustc --crate-name num_integer /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0746cc920927b871 -C extra-filename=-0746cc920927b871 --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-27d02c8c7929ea69.rmeta --cap-lints allow -D warnings --cfg has_i128`
14992022-04-28T20:31:21.265Z Running `rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=dd21f45841791b10 -C extra-filename=-dd21f45841791b10 --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-9bf1d22b504a9881.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-7e07ab09ef3a6076.rmeta --cap-lints allow -D warnings`
15002022-04-28T20:31:21.389Z 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 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=c8aca48ce2d41179 -C extra-filename=-c8aca48ce2d41179 --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern proc_macro --cap-lints allow -D warnings`
15012022-04-28T20:31:22.722Z Compiling parking_lot v0.12.0
15022022-04-28T20:31:22.729Z Running `rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=652dbdb7010c956f -C extra-filename=-652dbdb7010c956f --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-e698df25da0759aa.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-f7d6119987348639.rmeta --cap-lints allow -D warnings`
15032022-04-28T20:31:23.624Z Compiling clap v2.34.0
15042022-04-28T20:31:23.631Z 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 --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=af3cb38c1b82f104 -C extra-filename=-af3cb38c1b82f104 --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-21051011c0e586f8.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-f7305bcc4cd32d69.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-4d03e45c250cd080.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-70146ee774af4234.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c33dec08ff8f833f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d838c3cf4f704a69.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-541c0c9bebf6f716.rmeta --cap-lints allow -D warnings`
15052022-04-28T20:31:23.795Z Compiling dirs-next v2.0.0
15062022-04-28T20:31:23.801Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a56549f36d5190da -C extra-filename=-a56549f36d5190da --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-385d26aca7d14e58.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-518eeb5866a5bf8c.rmeta --cap-lints allow -D warnings`
15072022-04-28T20:31:24.329Z Compiling resolv-conf v0.7.0
15082022-04-28T20:31:24.335Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=3a327811a132b63d -C extra-filename=-3a327811a132b63d --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-5f26bdd3a3f0acad.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-6a348ef0af227b62.rmeta --cap-lints allow -D warnings`
15092022-04-28T20:31:24.948Z Compiling parking_lot v0.11.2
15102022-04-28T20:31:24.955Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=6d5873e552a76b51 -C extra-filename=-6d5873e552a76b51 --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-557a2f76c3927bb4.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-e698df25da0759aa.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-1e273fb3150f8f9d.rmeta --cap-lints allow -D warnings`
15112022-04-28T20:31:25.875Z Compiling tar v0.4.38
15122022-04-28T20:31:25.882Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=3dfcab45db0d0b8f -C extra-filename=-3dfcab45db0d0b8f --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-a891ad1e75b728c0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-f21f7e142d07c79f.rmeta --cap-lints allow -D warnings`
15132022-04-28T20:31:26.582Z Running `rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=d7c42d7f4bfb3455 -C extra-filename=-d7c42d7f4bfb3455 --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-09854f68f9676609.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ca9a5061b6f1088b.rmeta --cap-lints allow -D warnings --cfg 'feature="specialize"' --cfg 'feature="stdsimd"' --cfg 'feature="runtime-rng"' --cfg 'feature="folded_multiply"'`
15142022-04-28T20:31:26.714Z Running `rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=182586795b582c8e -C extra-filename=-182586795b582c8e --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-09854f68f9676609.rmeta --cap-lints allow -D warnings`
15152022-04-28T20:31:27.197Z Running `rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=013f970b9ad6fe35 -C extra-filename=-013f970b9ad6fe35 --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-15719e84c2b807b3.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-3d634980d8b61bb5.rmeta --cap-lints allow -D warnings`
15162022-04-28T20:31:27.711Z Running `rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=bd26117948edca35 -C extra-filename=-bd26117948edca35 --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-756506ef51dfb6af.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-463c4be4bbc38773.rmeta --cap-lints allow -D warnings`
15172022-04-28T20:31:27.825Z Compiling tempdir v0.3.7
15182022-04-28T20:31:27.866Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bc15b39733bef905 -C extra-filename=-bc15b39733bef905 --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-cb1cdc36108bd04a.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-fb51d2421689d81c.rmeta --cap-lints allow -D warnings`
15192022-04-28T20:31:28.793Z Running `rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=259bafc7843bd09c -C extra-filename=-259bafc7843bd09c --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-124ec028a27e00b6.rmeta --cap-lints allow -D warnings --cfg nightly`
15202022-04-28T20:31:29.508Z 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 --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=ef0fb66c5143b506 -C extra-filename=-ef0fb66c5143b506 --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-3ff3d8a737d35c9d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-8d06e76d378ce3a4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-055e5e7f1ff1779a.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-55e22361a8933936.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c074f3c7ab15e288.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-347ca3c1946aec1d.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d21479e3792af317.rmeta --cap-lints allow -D warnings`
15212022-04-28T20:31:29.695Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=de5640bd42118505 -C extra-filename=-de5640bd42118505 --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-9652141db787797b.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-3f0379fc16f4b850.rmeta --cap-lints allow -D warnings`
15222022-04-28T20:31:30.269Z 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 --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=4caeab0816a14bb1 -C extra-filename=-4caeab0816a14bb1 --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-109ba3e239aa7f5a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-1eae315b32acae8e.rmeta --cap-lints allow -D warnings`
15232022-04-28T20:31:30.998Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=5d052f202e4d1c5d -C extra-filename=-5d052f202e4d1c5d --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-1979ab46ee9b04e3.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-756506ef51dfb6af.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-c9c6826347d44821.rmeta --cap-lints allow -D warnings`
15242022-04-28T20:31:31.533Z Running `rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=37bdc534d1235638 -C extra-filename=-37bdc534d1235638 --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-2cd8e1fcd10c5ce6.rmeta --cap-lints allow -D warnings --cfg nightly`
15252022-04-28T20:31:33.013Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b1a6f5f149904e0f -C extra-filename=-b1a6f5f149904e0f --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-4a7f7cfe2486b408.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-699669e0358e24c3.rmeta --cap-lints allow -D warnings`
15262022-04-28T20:31:33.940Z Compiling flate2 v1.0.22
15272022-04-28T20:31:33.947Z Running `rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=1d182a73126624a2 -C extra-filename=-1d182a73126624a2 --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-385d26aca7d14e58.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-c48660270abf9f06.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-69f5b463b1bcc7f3.rmeta --cap-lints allow -D warnings`
15282022-04-28T20:31:34.110Z Running `rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=3c8d16ee8e4de965 -C extra-filename=-3c8d16ee8e4de965 --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-9652141db787797b.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-f88b41038ced45e7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0a021caa7d74f43d.rmeta --cap-lints allow -D warnings`
15292022-04-28T20:31:34.951Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=f7b4082af6298d73 -C extra-filename=-f7b4082af6298d73 --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-83aa835a9366d683.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-ced87ec4724c353f.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-46a9962f14a2c101.rmeta --cap-lints allow -D warnings --cfg integer128`
15302022-04-28T20:31:36.200Z Compiling slog-stdlog v4.1.1
15312022-04-28T20:31:36.207Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=0fb6fd442c02e7f1 -C extra-filename=-0fb6fd442c02e7f1 --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-416152f70a11b2a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-c2613df549df7bc6.rmeta --cap-lints allow -D warnings`
15322022-04-28T20:31:36.319Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=eb9ca18a629e60c5 -C extra-filename=-eb9ca18a629e60c5 --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-1074944284026cee.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-f6d3b43feaf09110.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-d5aab4280ef3fd81.rmeta --cap-lints allow -D warnings --cfg integer128`
15332022-04-28T20:31:37.145Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=b022fe07ed7133b0 -C extra-filename=-b022fe07ed7133b0 --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-c467e75cb34b718c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-65055fff3d3eeb87.rmeta --cap-lints allow -D warnings`
15342022-04-28T20:31:37.950Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=994f4ac3ac5276f6 -C extra-filename=-994f4ac3ac5276f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
15352022-04-28T20:31:38.074Z 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 --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=7d50e845eea9218f -C extra-filename=-7d50e845eea9218f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
15362022-04-28T20:31:38.342Z Compiling crypto-common v0.1.3
15372022-04-28T20:31:38.349Z Running `rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crypto-common-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=b286279f459a36fc -C extra-filename=-b286279f459a36fc --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-d45369661f058e6e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-fb297d0db90d6ef3.rmeta --cap-lints allow -D warnings`
15382022-04-28T20:31:38.464Z Compiling block-buffer v0.10.2
15392022-04-28T20:31:38.471Z Running `rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=db5f08e1cff609fa -C extra-filename=-db5f08e1cff609fa --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-d45369661f058e6e.rmeta --cap-lints allow -D warnings`
15402022-04-28T20:31:38.873Z Compiling digest v0.9.0
15412022-04-28T20:31:38.881Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8099cb669d98f62f -C extra-filename=-8099cb669d98f62f --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-d45369661f058e6e.rmeta --cap-lints allow -D warnings`
15422022-04-28T20:31:39.011Z Compiling cipher v0.3.0
15432022-04-28T20:31:39.032Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2cea1be01abef0b1 -C extra-filename=-2cea1be01abef0b1 --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-d45369661f058e6e.rmeta --cap-lints allow -D warnings`
15442022-04-28T20:31:39.038Z Compiling universal-hash v0.4.1
15452022-04-28T20:31:39.045Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ed5791582d22b6d9 -C extra-filename=-ed5791582d22b6d9 --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-d45369661f058e6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3e177f350e31da1a.rmeta --cap-lints allow -D warnings`
15462022-04-28T20:31:39.358Z Compiling crypto-mac v0.11.1
15472022-04-28T20:31:39.364Z Running `rustc --crate-name crypto_mac --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crypto-mac-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cbd506ea41f88134 -C extra-filename=-cbd506ea41f88134 --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-d45369661f058e6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3e177f350e31da1a.rmeta --cap-lints allow -D warnings`
15482022-04-28T20:31:39.500Z Compiling aead v0.4.3
15492022-04-28T20:31:39.515Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' -C metadata=5d75508a2348629f -C extra-filename=-5d75508a2348629f --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-d45369661f058e6e.rmeta --cap-lints allow -D warnings`
15502022-04-28T20:31:39.682Z Compiling block-buffer v0.9.0
15512022-04-28T20:31:39.688Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=aeb623f2d9af12c0 -C extra-filename=-aeb623f2d9af12c0 --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-d45369661f058e6e.rmeta --cap-lints allow -D warnings`
15522022-04-28T20:31:39.825Z Running `rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=bb5be79e36799dee -C extra-filename=-bb5be79e36799dee --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-86450c85b2445646.rmeta --cap-lints allow -D warnings`
15532022-04-28T20:31:40.221Z Running `rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crypto-common-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=24ec63408385b159 -C extra-filename=-24ec63408385b159 --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-86450c85b2445646.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-ec85e2ab058a8930.rmeta --cap-lints allow -D warnings`
15542022-04-28T20:31:40.329Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=59f271af432d2351 -C extra-filename=-59f271af432d2351 --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-86450c85b2445646.rmeta --cap-lints allow -D warnings`
15552022-04-28T20:31:40.435Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2d10e2b883eff8e1 -C extra-filename=-2d10e2b883eff8e1 --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-86450c85b2445646.rmeta --cap-lints allow -D warnings`
15562022-04-28T20:31:40.750Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=d59698b45d1994b0 -C extra-filename=-d59698b45d1994b0 --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-86450c85b2445646.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d986153c90fc73ee.rmeta --cap-lints allow -D warnings`
15572022-04-28T20:31:40.817Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' -C metadata=4e2379c0246fb516 -C extra-filename=-4e2379c0246fb516 --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-86450c85b2445646.rmeta --cap-lints allow -D warnings`
15582022-04-28T20:31:41.102Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=ea7223bf9d84411f -C extra-filename=-ea7223bf9d84411f --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-86450c85b2445646.rmeta --cap-lints allow -D warnings`
15592022-04-28T20:31:41.218Z Running `rustc --crate-name crypto_mac --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crypto-mac-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=47d327fd74686dbf -C extra-filename=-47d327fd74686dbf --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-86450c85b2445646.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d986153c90fc73ee.rmeta --cap-lints allow -D warnings`
15602022-04-28T20:31:41.581Z Running `rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5f361d416296dc83 -C extra-filename=-5f361d416296dc83 --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-055e5e7f1ff1779a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9652141db787797b.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-0e062673d03e343d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ca9a5061b6f1088b.rmeta --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-94f37b7343d5fc57.rmeta --cap-lints allow -D warnings --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl111 -L native=/usr/lib/amd64`
15612022-04-28T20:31:41.598Z Compiling url v2.2.2
15622022-04-28T20:31:41.605Z Running `rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/url-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d20961c2baa55bc6 -C extra-filename=-d20961c2baa55bc6 --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-9fbfae795f9f548c.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-2286c26003b51b2b.rmeta --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-640c5fe37b17a037.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --cap-lints allow -D warnings`
15632022-04-28T20:31:41.688Z Running `rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1564f94121fa515f -C extra-filename=-1564f94121fa515f --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-4d03e45c250cd080.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-aa22a782bd5d8b6a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-208706d6d7bdaa03.rmeta --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-4c115d44e6fec11c.rmeta --cap-lints allow -D warnings --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl111 -L native=/usr/lib/amd64`
15642022-04-28T20:31:44.989Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=79b4ff69af060100 -C extra-filename=-79b4ff69af060100 --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-acf7cbe1a62a39c0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-ced87ec4724c353f.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-46a9962f14a2c101.rmeta --cap-lints allow -D warnings --cfg integer128`
15652022-04-28T20:31:45.349Z Running `rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/url-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=41ec751a8b8f4442 -C extra-filename=-41ec751a8b8f4442 --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-3263cfc51172c585.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-1a478b41d1e01b5b.rmeta --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-93be129807466b71.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rmeta --cap-lints allow -D warnings`
15662022-04-28T20:31:45.694Z Compiling crossbeam-deque v0.8.1
15672022-04-28T20:31:45.700Z Running `rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=af90548e0059c55d -C extra-filename=-af90548e0059c55d --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-385d26aca7d14e58.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-aaa15c98b3803ecb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a09657b1ee7ac96a.rmeta --cap-lints allow -D warnings`
15682022-04-28T20:31:46.533Z Running `rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=ff6154e2592d4c26 -C extra-filename=-ff6154e2592d4c26 --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-9652141db787797b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dcecb2815a14c052.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-93679405c8261053.rmeta --cap-lints allow -D warnings`
15692022-04-28T20:31:47.361Z Compiling cast v0.2.7
15702022-04-28T20:31:47.368Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cast-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c4ad3f08ed86f8c3 -C extra-filename=-c4ad3f08ed86f8c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/cast-c4ad3f08ed86f8c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ad4e1d137155aaa5.rlib --cap-lints allow -D warnings`
15712022-04-28T20:31:47.499Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-ae56b75e7fe996ef/build-script-build`
15722022-04-28T20:31:47.569Z Compiling rand_chacha v0.3.1
15732022-04-28T20:31:47.576Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a22b63c0d57e76dd -C extra-filename=-a22b63c0d57e76dd --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-31830010944ce731.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c74b04a598f6db54.rmeta --cap-lints allow -D warnings`
15742022-04-28T20:31:47.939Z Compiling ff v0.10.1
15752022-04-28T20:31:47.945Z Running `rustc --crate-name ff --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ff-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="bits"' --cfg 'feature="bitvec"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df7e36768e004b35 -C extra-filename=-df7e36768e004b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-a943f2b45165904f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c74b04a598f6db54.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3e177f350e31da1a.rmeta --cap-lints allow -D warnings`
15762022-04-28T20:31:48.208Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=94884e377a76bcc4 -C extra-filename=-94884e377a76bcc4 --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-31830010944ce731.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c74b04a598f6db54.rmeta --cap-lints allow -D warnings`
15772022-04-28T20:31:48.519Z Compiling toolchain_find v0.2.0
15782022-04-28T20:31:48.525Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0e4014267d7c5b7e -C extra-filename=-0e4014267d7c5b7e --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-ec0656636cf3afbe.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e35e97ea498af737.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-73caa01e8e3d5623.rmeta --cap-lints allow -D warnings`
15792022-04-28T20:31:48.745Z Compiling console v0.15.0
15802022-04-28T20:31:48.781Z Running `rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/console-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="unicode-width"' -C metadata=c5c114cffd60534b -C extra-filename=-c5c114cffd60534b --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-9bf1d22b504a9881.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-208706d6d7bdaa03.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-b230146d15825606.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d838c3cf4f704a69.rmeta --cap-lints allow -D warnings`
15812022-04-28T20:31:49.075Z Compiling env_logger v0.9.0
15822022-04-28T20:31:49.095Z Running `rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=11d686f0d2815346 -C extra-filename=-11d686f0d2815346 --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-f7305bcc4cd32d69.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec30858e67cdf12.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-1e52a9fd84837ff0.rmeta --cap-lints allow -D warnings`
15832022-04-28T20:31:50.010Z Compiling predicates v2.1.1
15842022-04-28T20:31:50.017Z Running `rustc --crate-name predicates --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/predicates-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="difflib"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=e2ee9e5151667757 -C extra-filename=-e2ee9e5151667757 --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-f5fbd9ee226915ab.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-dc54ffe1a78841a7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e11d27096ba7a1e.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-b39e356069cdd736.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-b37d60a02ac0b4bb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --cap-lints allow -D warnings`
15852022-04-28T20:31:50.149Z Running `rustc --crate-name hashbrown --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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"' --cfg 'feature="raw"' -C metadata=2c2d7fa72a822d6e -C extra-filename=-2c2d7fa72a822d6e --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-94baadbc734774b7.rmeta --cap-lints allow -D warnings`
15862022-04-28T20:31:50.888Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f2c62e40ca173b50 -C extra-filename=-f2c62e40ca173b50 --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-f94d27bed21eeb53.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef9a3b4ac0c5f91f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73cd8df6b7d1311b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4ef0bc4bb8a1286b.rmeta --cap-lints allow -D warnings`
15872022-04-28T20:31:51.616Z Running `rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/env_logger-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=b78247dd513b243d -C extra-filename=-b78247dd513b243d --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-8d06e76d378ce3a4.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-1ecffbc8090e316a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef9a3b4ac0c5f91f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-08a44bd01ff53626.rmeta --cap-lints allow -D warnings`
15882022-04-28T20:31:52.229Z Running `rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/console-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="regex"' --cfg 'feature="unicode-width"' -C metadata=9688c1a033735f0c -C extra-filename=-9688c1a033735f0c --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-15719e84c2b807b3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ca9a5061b6f1088b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef9a3b4ac0c5f91f.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5de4a3d0473b85b9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-347ca3c1946aec1d.rmeta --cap-lints allow -D warnings`
15892022-04-28T20:31:52.349Z Compiling webpki v0.22.0
15902022-04-28T20:31:52.355Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=91917d0e88081258 -C extra-filename=-91917d0e88081258 --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-503bc39a968fa5b6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-165c82a2a34b9d5a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out`
15912022-04-28T20:31:52.384Z Compiling sct v0.7.0
15922022-04-28T20:31:52.391Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fdc9d78d2d42703e -C extra-filename=-fdc9d78d2d42703e --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-503bc39a968fa5b6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-165c82a2a34b9d5a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out`
15932022-04-28T20:31:52.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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c6ae5c194b06e59d -C extra-filename=-c6ae5c194b06e59d --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-cc4e85cd9e54a20a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-165c82a2a34b9d5a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
15942022-04-28T20:31:53.251Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7aa6b92adee5c70e -C extra-filename=-7aa6b92adee5c70e --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-cc4e85cd9e54a20a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-165c82a2a34b9d5a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
15952022-04-28T20:31:53.659Z 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 --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=bc17c85b9c82f427 -C extra-filename=-bc17c85b9c82f427 --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-b7ddd7fbfd3e521c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-97a26bf499da7e8f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
15962022-04-28T20:31:54.135Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b4ec340fb34557d4 -C extra-filename=-b4ec340fb34557d4 --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-b7ddd7fbfd3e521c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-97a26bf499da7e8f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
15972022-04-28T20:31:54.218Z Compiling term v0.7.0
15982022-04-28T20:31:54.224Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=64eb119f9fd400cc -C extra-filename=-64eb119f9fd400cc --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-a56549f36d5190da.rmeta --cap-lints allow -D warnings`
15992022-04-28T20:31:54.382Z Compiling string_cache v0.8.3
16002022-04-28T20:31:54.389Z Running `rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/string_cache-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fa445ecabf7f60b7 -C extra-filename=-fa445ecabf7f60b7 --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-caa99a9868af65b8.rmeta --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-57a531da77517ea9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6d5873e552a76b51.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-06d9a8369981ef67.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-9eb0d62d6cfb3909.rmeta --cap-lints allow -D warnings`
16012022-04-28T20:31:54.545Z Compiling scheduled-thread-pool v0.2.5
16022022-04-28T20:31:54.552Z Running `rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/scheduled-thread-pool-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9776534a2cd8d7aa -C extra-filename=-9776534a2cd8d7aa --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-6d5873e552a76b51.rmeta --cap-lints allow -D warnings`
16032022-04-28T20:31:54.601Z Compiling sled v0.34.7
16042022-04-28T20:31:54.607Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=ed6a16ee77d8fb2c -C extra-filename=-ed6a16ee77d8fb2c --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-c48660270abf9f06.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-aaa15c98b3803ecb.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a09657b1ee7ac96a.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-2628f0e62c24feb2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6d5873e552a76b51.rmeta --cap-lints allow -D warnings`
16052022-04-28T20:31:54.795Z 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 --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=f157370d9e377929 -C extra-filename=-f157370d9e377929 --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-153b692cf7102e74.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-182586795b582c8e.rmeta --cap-lints allow -D warnings`
16062022-04-28T20:31:55.003Z Running `rustc --crate-name ff --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ff-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="bits"' --cfg 'feature="bitvec"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eba3a7d19be59c5c -C extra-filename=-eba3a7d19be59c5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-2177b9d5f18e0739.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-182586795b582c8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d986153c90fc73ee.rmeta --cap-lints allow -D warnings`
16072022-04-28T20:31:55.647Z Running `rustc --crate-name hashbrown --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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"' --cfg 'feature="raw"' -C metadata=8d4ff5e24fa3866a -C extra-filename=-8d4ff5e24fa3866a --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-d7c42d7f4bfb3455.rmeta --cap-lints allow -D warnings`
16082022-04-28T20:31:55.666Z Compiling synstructure v0.12.6
16092022-04-28T20:31:55.682Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=0a699c869e396a60 -C extra-filename=-0a699c869e396a60 --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-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-1a57b4aa0428ec93.rmeta --cap-lints allow -D warnings`
16102022-04-28T20:31:55.692Z Compiling serde_derive_internals v0.25.0
16112022-04-28T20:31:55.722Z Running `rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive_internals-0.25.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=099e2856cf53dea5 -C extra-filename=-099e2856cf53dea5 --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-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rmeta --cap-lints allow -D warnings`
16122022-04-28T20:31:55.762Z Compiling pest_generator v2.1.3
16132022-04-28T20:31:55.767Z Running `rustc --crate-name pest_generator /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pest_generator-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3ca93c1a5df06d0f -C extra-filename=-3ca93c1a5df06d0f --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-f3bd1d1438c35cd1.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-1965d0bf1fcb6ce7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rmeta --cap-lints allow -D warnings`
16142022-04-28T20:31:56.144Z 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 --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=6b1667d932748894 -C extra-filename=-6b1667d932748894 --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-c8aca48ce2d41179.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rmeta --cap-lints allow -D warnings --cfg skip_ui_tests`
16152022-04-28T20:31:57.644Z Compiling darling_core v0.13.1
16162022-04-28T20:31:57.650Z Running `rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/darling_core-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=c156d5ccca30568c -C extra-filename=-c156d5ccca30568c --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-e1c9119f1e15614a.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-2ad90bcb027aa0f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9eab0595d47d9860.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rmeta --cap-lints allow -D warnings`
16172022-04-28T20:31:57.785Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=f7a5e57c0db8f2ea -C extra-filename=-f7a5e57c0db8f2ea --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-de5640bd42118505.rmeta --cap-lints allow -D warnings`
16182022-04-28T20:31:58.057Z Running `rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/scheduled-thread-pool-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=afd20806248fe856 -C extra-filename=-afd20806248fe856 --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-5d052f202e4d1c5d.rmeta --cap-lints allow -D warnings`
16192022-04-28T20:31:58.239Z 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 --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=702180468ed85401 -C extra-filename=-702180468ed85401 --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-f88b41038ced45e7.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dcecb2815a14c052.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-93679405c8261053.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-2648d9629a5b3a15.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5d052f202e4d1c5d.rmeta --cap-lints allow -D warnings`
16202022-04-28T20:31:59.522Z Compiling digest v0.10.3
16212022-04-28T20:31:59.528Z Running `rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=033509d2a2d39a0f -C extra-filename=-033509d2a2d39a0f --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-db5f08e1cff609fa.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b286279f459a36fc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3e177f350e31da1a.rmeta --cap-lints allow -D warnings`
16222022-04-28T20:31:59.921Z Running `rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=7fc41ce1561caffd -C extra-filename=-7fc41ce1561caffd --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-db5f08e1cff609fa.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b286279f459a36fc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-64563d1e93a5c19c.rmeta --cap-lints allow -D warnings`
16232022-04-28T20:32:00.516Z Compiling signature v1.3.2
16242022-04-28T20:32:00.522Z Running `rustc --crate-name signature --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signature-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="digest"' --cfg 'feature="digest-preview"' --cfg 'feature="rand-preview"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=67d50497b8cce964 -C extra-filename=-67d50497b8cce964 --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-8099cb669d98f62f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c74b04a598f6db54.rmeta --cap-lints allow -D warnings`
16252022-04-28T20:32:00.580Z Compiling polyval v0.5.3
16262022-04-28T20:32:00.602Z Running `rustc --crate-name polyval --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/polyval-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ba2a7e67f8be3824 -C extra-filename=-ba2a7e67f8be3824 --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-385d26aca7d14e58.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-32166884c920ca75.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-80c6650ab46c8ee5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-ed5791582d22b6d9.rmeta --cap-lints allow -D warnings`
16272022-04-28T20:32:00.903Z Compiling aes v0.7.5
16282022-04-28T20:32:00.908Z Running `rustc --crate-name aes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aes-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d7d297a4eded464e -C extra-filename=-d7d297a4eded464e --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-385d26aca7d14e58.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2cea1be01abef0b1.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-32166884c920ca75.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-80c6650ab46c8ee5.rmeta --cap-lints allow -D warnings`
16292022-04-28T20:32:01.102Z Compiling ctr v0.8.0
16302022-04-28T20:32:01.109Z Running `rustc --crate-name ctr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ctr-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=22877b256f22ca5d -C extra-filename=-22877b256f22ca5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2cea1be01abef0b1.rmeta --cap-lints allow -D warnings`
16312022-04-28T20:32:01.491Z Compiling hmac v0.11.0
16322022-04-28T20:32:01.498Z Running `rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hmac-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=95fff3bb7cf29ea2 -C extra-filename=-95fff3bb7cf29ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_mac=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_mac-cbd506ea41f88134.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-8099cb669d98f62f.rmeta --cap-lints allow -D warnings`
16332022-04-28T20:32:01.585Z Compiling sha2 v0.9.9
16342022-04-28T20:32:01.593Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4640988b5708e22a -C extra-filename=-4640988b5708e22a --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-aeb623f2d9af12c0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-32166884c920ca75.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-8099cb669d98f62f.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-80c6650ab46c8ee5.rmeta --cap-lints allow -D warnings`
16352022-04-28T20:32:01.840Z Running `rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=73d428c8089c47ae -C extra-filename=-73d428c8089c47ae --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-bb5be79e36799dee.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-24ec63408385b159.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d986153c90fc73ee.rmeta --cap-lints allow -D warnings`
16362022-04-28T20:32:01.952Z Running `rustc --crate-name signature --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signature-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="rand-preview"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=dc2ae1a140ade5c4 -C extra-filename=-dc2ae1a140ade5c4 --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-59f271af432d2351.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-182586795b582c8e.rmeta --cap-lints allow -D warnings`
16372022-04-28T20:32:02.169Z Running `rustc --crate-name aes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aes-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=78d88b4e546eea3c -C extra-filename=-78d88b4e546eea3c --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-9652141db787797b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2d10e2b883eff8e1.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-f2dbb37b256724c4.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-af14a2f834f5ab8a.rmeta --cap-lints allow -D warnings`
16382022-04-28T20:32:02.570Z Running `rustc --crate-name ctr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ctr-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b52d2b92b43301ef -C extra-filename=-b52d2b92b43301ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2d10e2b883eff8e1.rmeta --cap-lints allow -D warnings`
16392022-04-28T20:32:02.753Z Running `rustc --crate-name polyval --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/polyval-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=6c5bda3f7278e2ab -C extra-filename=-6c5bda3f7278e2ab --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-9652141db787797b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-f2dbb37b256724c4.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-af14a2f834f5ab8a.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d59698b45d1994b0.rmeta --cap-lints allow -D warnings`
16402022-04-28T20:32:03.113Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=8699b241ea30b2f5 -C extra-filename=-8699b241ea30b2f5 --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-ea7223bf9d84411f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9652141db787797b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-f2dbb37b256724c4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-59f271af432d2351.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-af14a2f834f5ab8a.rmeta --cap-lints allow -D warnings`
16412022-04-28T20:32:03.286Z Running `rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hmac-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=480040205b2c4b52 -C extra-filename=-480040205b2c4b52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_mac=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_mac-47d327fd74686dbf.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-59f271af432d2351.rmeta --cap-lints allow -D warnings`
16422022-04-28T20:32:03.733Z Running `rustc --crate-name rayon_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=496443fbc2e56522 -C extra-filename=-496443fbc2e56522 --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-83aa835a9366d683.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-af90548e0059c55d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a09657b1ee7ac96a.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-15ce09fc86454a8e.rmeta --cap-lints allow -D warnings`
16432022-04-28T20:32:03.782Z Compiling crossbeam v0.8.1
16442022-04-28T20:32:03.789Z Running `rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --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=67d4d0b933a3b739 -C extra-filename=-67d4d0b933a3b739 --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-385d26aca7d14e58.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-83aa835a9366d683.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-af90548e0059c55d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-aaa15c98b3803ecb.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-ee9c675906ae17cf.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a09657b1ee7ac96a.rmeta --cap-lints allow -D warnings`
16452022-04-28T20:32:04.109Z Running `rustc --crate-name rayon_core --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=7b0534a14bbe1dd3 -C extra-filename=-7b0534a14bbe1dd3 --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-1074944284026cee.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-ff6154e2592d4c26.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-93679405c8261053.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-c1129d7c8ad994ec.rmeta --cap-lints allow -D warnings`
16462022-04-28T20:32:04.128Z Running `rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --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=387409dfa003b288 -C extra-filename=-387409dfa003b288 --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-9652141db787797b.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-1074944284026cee.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-ff6154e2592d4c26.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dcecb2815a14c052.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-77f1bd62f3afd2f9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-93679405c8261053.rmeta --cap-lints allow -D warnings`
16472022-04-28T20:32:04.469Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=4a92703c2c6498ff -C extra-filename=-4a92703c2c6498ff --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-be73d2772859c80d.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-5ae76af09a43978f.rmeta --cap-lints allow -D warnings`
16482022-04-28T20:32:04.513Z 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 --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=c46ec954ad0e7d5a -C extra-filename=-c46ec954ad0e7d5a --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-bc78263176b3dcfd.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7aff9e2a416b8546.rmeta --cap-lints allow -D warnings`
16492022-04-28T20:32:05.603Z Running `/work/oxidecomputer/omicron/target/debug/build/cast-c4ad3f08ed86f8c3/build-script-build`
16502022-04-28T20:32:05.873Z Compiling group v0.10.0
16512022-04-28T20:32:05.879Z Running `rustc --crate-name group --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/group-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="byteorder"' --cfg 'feature="default"' -C metadata=bf55206832797151 -C extra-filename=-bf55206832797151 --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-900a08d07f38ab7f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-df7e36768e004b35.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c74b04a598f6db54.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3e177f350e31da1a.rmeta --cap-lints allow -D warnings`
16522022-04-28T20:32:06.541Z Compiling rand v0.8.5
16532022-04-28T20:32:06.548Z 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 --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=3afe7df3f910e67d -C extra-filename=-3afe7df3f910e67d --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-9bf1d22b504a9881.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a22b63c0d57e76dd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c74b04a598f6db54.rmeta --cap-lints allow -D warnings`
16542022-04-28T20:32:06.627Z 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 --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=d43d63670afc5d3f -C extra-filename=-d43d63670afc5d3f --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-9bf1d22b504a9881.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-94884e377a76bcc4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c74b04a598f6db54.rmeta --cap-lints allow -D warnings`
16552022-04-28T20:32:06.657Z Running `rustc --crate-name native_tls /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/native-tls-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=cb8ea4a5e0bb3171 -C extra-filename=-cb8ea4a5e0bb3171 --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-c467e75cb34b718c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-5f361d416296dc83.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-c0e7317f1e1d43bc.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-94f37b7343d5fc57.rmeta --cap-lints allow -D warnings --cfg have_min_max_version -L native=/usr/lib/amd64`
16562022-04-28T20:32:08.019Z Running `rustc --crate-name native_tls /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/native-tls-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f4e92a022e8702cf -C extra-filename=-f4e92a022e8702cf --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-416152f70a11b2a8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1564f94121fa515f.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4fc2862a94beee93.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-4c115d44e6fec11c.rmeta --cap-lints allow -D warnings --cfg have_min_max_version -L native=/usr/lib/amd64`
16572022-04-28T20:32:09.377Z Running `rustc --crate-name native_tls /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/native-tls-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6cb5f9aa7e4e0620 -C extra-filename=-6cb5f9aa7e4e0620 --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-6c0ef2a4ebda766f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-1564f94121fa515f.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4fc2862a94beee93.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-4c115d44e6fec11c.rmeta --cap-lints allow -D warnings --cfg have_min_max_version -L native=/usr/lib/amd64`
16582022-04-28T20:32:10.081Z Running `rustc --crate-name serde_derive /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.136/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=79304d183f3e7b8d -C extra-filename=-79304d183f3e7b8d --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings --cfg underscore_consts --cfg ptr_addr_of`
16592022-04-28T20:32:10.138Z Compiling tokio-macros v1.7.0
16602022-04-28T20:32:10.165Z Running `rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-macros-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=69dda04dcab7b8f5 -C extra-filename=-69dda04dcab7b8f5 --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16612022-04-28T20:32:10.201Z Compiling thiserror-impl v1.0.30
16622022-04-28T20:32:10.207Z Running `rustc --crate-name thiserror_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=a0908e5b3dbe0c68 -C extra-filename=-a0908e5b3dbe0c68 --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16632022-04-28T20:32:10.301Z Compiling futures-macro v0.3.21
16642022-04-28T20:32:10.308Z Running `rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-macro-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=8354bf6894a48974 -C extra-filename=-8354bf6894a48974 --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16652022-04-28T20:32:10.864Z Compiling tracing-attributes v0.1.20
16662022-04-28T20:32:10.871Z Running `rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=2b9482d655c620f4 -C extra-filename=-2b9482d655c620f4 --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16672022-04-28T20:32:11.946Z Running `rustc --crate-name async_trait --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.53/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=beafa45614662b8c -C extra-filename=-beafa45614662b8c --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16682022-04-28T20:32:14.479Z Compiling async-stream-impl v0.3.3
16692022-04-28T20:32:14.485Z Running `rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/async-stream-impl-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=f59d5ff3ea1afb0b -C extra-filename=-f59d5ff3ea1afb0b --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16702022-04-28T20:32:16.102Z Compiling structmeta-derive v0.1.4
16712022-04-28T20:32:16.133Z Running `rustc --crate-name structmeta_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/structmeta-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=f9b8253a9ba9135d -C extra-filename=-f9b8253a9ba9135d --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16722022-04-28T20:32:18.819Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16732022-04-28T20:32:18.825Z Running `rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=86a92f693a611441 -C extra-filename=-86a92f693a611441 --out-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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -D warnings`
16742022-04-28T20:32:19.914Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?branch=main#d98084b8)
16752022-04-28T20:32:19.920Z Running `rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/d98084b/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=7bbcc2cec916d63f -C extra-filename=-7bbcc2cec916d63f --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16762022-04-28T20:32:19.975Z Compiling enum-as-inner v0.4.0
16772022-04-28T20:32:19.982Z Running `rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/enum-as-inner-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=b4479352b5ea671c -C extra-filename=-b4479352b5ea671c --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-32eceade793ea7f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16782022-04-28T20:32:21.179Z Compiling serde_repr v0.1.7
16792022-04-28T20:32:21.185Z Running `rustc --crate-name serde_repr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_repr-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=dce86022adea4365 -C extra-filename=-dce86022adea4365 --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16802022-04-28T20:32:21.867Z Compiling diesel_derives v2.0.0 (https://github.com/diesel-rs/diesel?rev=ce77c382#ce77c382)
16812022-04-28T20:32:21.873Z Running `rustc --crate-name diesel_derives /home/build/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/ce77c38/diesel_derives/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="postgres"' -C metadata=97166719fa8bec1b -C extra-filename=-97166719fa8bec1b --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16822022-04-28T20:32:22.923Z Compiling strum_macros v0.23.1
16832022-04-28T20:32:22.930Z Running `rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/strum_macros-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=7a3a319a4fa8eb5a -C extra-filename=-7a3a319a4fa8eb5a --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-a772db9367b689af.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-2a5379d6c867e527.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16842022-04-28T20:32:23.211Z Compiling snafu-derive v0.7.0
16852022-04-28T20:32:23.221Z Running `rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/snafu-derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="rust_1_46"' -C metadata=1706053f809daf64 -C extra-filename=-1706053f809daf64 --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-a772db9367b689af.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16862022-04-28T20:32:24.362Z Compiling ref-cast-impl v1.0.6
16872022-04-28T20:32:24.369Z Running `rustc --crate-name ref_cast_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-impl-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=74b597e65528b091 -C extra-filename=-74b597e65528b091 --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16882022-04-28T20:32:24.727Z Compiling oso-derive v0.26.0
16892022-04-28T20:32:24.734Z Running `rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/oso-derive-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=40eb33be886a53d3 -C extra-filename=-40eb33be886a53d3 --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-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16902022-04-28T20:32:24.886Z Compiling impl-trait-for-tuples v0.2.2
16912022-04-28T20:32:24.892Z 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 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=83593620746c365d -C extra-filename=-83593620746c365d --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16922022-04-28T20:32:24.950Z Compiling mockall_derive v0.11.0
16932022-04-28T20:32:24.956Z Running `rustc --crate-name mockall_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mockall_derive-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=a0c40a5ee2e8fffd -C extra-filename=-a0c40a5ee2e8fffd --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-385d26aca7d14e58.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
16942022-04-28T20:32:27.661Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
16952022-04-28T20:32:27.667Z Running `rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=4195dffcb44d528e -C extra-filename=-4195dffcb44d528e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -D warnings`
16962022-04-28T20:32:28.424Z Compiling expectorate v1.0.5
16972022-04-28T20:32:28.431Z Running `rustc --crate-name expectorate --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/expectorate-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c6f67bb0f7dc506b -C extra-filename=-c6f67bb0f7dc506b --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-c5c114cffd60534b.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-45bd6bc8c2d70717.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-6930b6f48aa64ffd.rmeta --cap-lints allow -D warnings`
16982022-04-28T20:32:28.898Z Compiling hashlink v0.7.0
16992022-04-28T20:32:28.904Z Running `rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hashlink-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e16a79d509aa9f79 -C extra-filename=-e16a79d509aa9f79 --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-2c2d7fa72a822d6e.rmeta --cap-lints allow -D warnings`
17002022-04-28T20:32:30.355Z Running `rustc --crate-name rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.20.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=4342aab4da693912 -C extra-filename=-4342aab4da693912 --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-6c0ef2a4ebda766f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-503bc39a968fa5b6.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-fdc9d78d2d42703e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-91917d0e88081258.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out`
17012022-04-28T20:32:30.556Z Compiling webpki-roots v0.22.2
17022022-04-28T20:32:30.562Z Running `rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-roots-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d882a324e96c01b7 -C extra-filename=-d882a324e96c01b7 --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-91917d0e88081258.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out`
17032022-04-28T20:32:31.073Z Running `rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-roots-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d62b045032a3ce2c -C extra-filename=-d62b045032a3ce2c --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-c6ae5c194b06e59d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
17042022-04-28T20:32:31.542Z Running `rustc --crate-name rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.20.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=9555bd1f9f3097b6 -C extra-filename=-9555bd1f9f3097b6 --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-416152f70a11b2a8.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-7aa6b92adee5c70e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c6ae5c194b06e59d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
17052022-04-28T20:32:32.301Z Running `rustc --crate-name rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.20.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=6b7c0d743858e674 -C extra-filename=-6b7c0d743858e674 --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-c467e75cb34b718c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-b4ec340fb34557d4.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-bc17c85b9c82f427.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
17062022-04-28T20:32:32.528Z Running `rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-roots-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=9b3d3789f0398c63 -C extra-filename=-9b3d3789f0398c63 --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-bc17c85b9c82f427.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
17072022-04-28T20:32:32.964Z Compiling r2d2 v0.8.9
17082022-04-28T20:32:32.970Z Running `rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/r2d2-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=75d7b6f94161dd8c -C extra-filename=-75d7b6f94161dd8c --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-416152f70a11b2a8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6d5873e552a76b51.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-9776534a2cd8d7aa.rmeta --cap-lints allow -D warnings`
17092022-04-28T20:32:33.899Z Compiling slog-term v2.9.0
17102022-04-28T20:32:33.906Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9190b66ef3d0d83a -C extra-filename=-9190b66ef3d0d83a --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-f7305bcc4cd32d69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-64eb119f9fd400cc.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-46a9962f14a2c101.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-124ec028a27e00b6.rmeta --cap-lints allow -D warnings`
17112022-04-28T20:32:37.030Z Compiling ascii-canvas v3.0.0
17122022-04-28T20:32:37.036Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d045464eb20151f1 -C extra-filename=-d045464eb20151f1 --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-64eb119f9fd400cc.rmeta --cap-lints allow -D warnings`
17132022-04-28T20:32:37.734Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9f4bef368bdc2335 -C extra-filename=-9f4bef368bdc2335 --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-f7305bcc4cd32d69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-64eb119f9fd400cc.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-46a9962f14a2c101.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-072fc253fab31553.rmeta --cap-lints allow -D warnings`
17142022-04-28T20:32:38.488Z Running `rustc --crate-name group --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/group-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="byteorder"' --cfg 'feature="default"' -C metadata=513f099f960e69df -C extra-filename=-513f099f960e69df --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-554027d0cfe4392d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-eba3a7d19be59c5c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-182586795b582c8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d986153c90fc73ee.rmeta --cap-lints allow -D warnings`
17152022-04-28T20:32:39.178Z 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 --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=1ef807d6f80d4cec -C extra-filename=-1ef807d6f80d4cec --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-15719e84c2b807b3.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f157370d9e377929.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-182586795b582c8e.rmeta --cap-lints allow -D warnings`
17162022-04-28T20:32:40.735Z Running `rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hashlink-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=17901180a0c87e4b -C extra-filename=-17901180a0c87e4b --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-8d4ff5e24fa3866a.rmeta --cap-lints allow -D warnings`
17172022-04-28T20:32:42.139Z Compiling structopt-derive v0.4.18
17182022-04-28T20:32:42.146Z 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 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=58eb591ac7efe517 -C extra-filename=-58eb591ac7efe517 --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-a772db9367b689af.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6b1667d932748894.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
17192022-04-28T20:32:42.746Z Compiling zone_cfg_derive v0.1.2
17202022-04-28T20:32:42.752Z Running `rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=cf99c5996a0b8552 -C extra-filename=-cf99c5996a0b8552 --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-a772db9367b689af.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6b1667d932748894.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
17212022-04-28T20:32:45.280Z Compiling clap_derive v3.1.7
17222022-04-28T20:32:45.286Z Running `rustc --crate-name clap_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_derive-3.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=0ee71ca2bb612650 -C extra-filename=-0ee71ca2bb612650 --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-32eceade793ea7f8.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6b1667d932748894.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
17232022-04-28T20:32:47.526Z Compiling serial_test_derive v0.6.0
17242022-04-28T20:32:47.532Z Running `rustc --crate-name serial_test_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serial_test_derive-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=cc998aba83969791 -C extra-filename=-cc998aba83969791 --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-6b1667d932748894.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-2a5379d6c867e527.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
17252022-04-28T20:32:50.257Z Running `rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/r2d2-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=041ea94f093abc80 -C extra-filename=-041ea94f093abc80 --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-c467e75cb34b718c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5d052f202e4d1c5d.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-afd20806248fe856.rmeta --cap-lints allow -D warnings`
17262022-04-28T20:32:50.747Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4d0fe6c8859768ba -C extra-filename=-4d0fe6c8859768ba --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-8d06e76d378ce3a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f7a5e57c0db8f2ea.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-d5aab4280ef3fd81.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2cd8e1fcd10c5ce6.rmeta --cap-lints allow -D warnings`
17272022-04-28T20:32:51.097Z Compiling pest_derive v2.1.0
17282022-04-28T20:32:51.103Z Running `rustc --crate-name pest_derive /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pest_derive-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=52748c03876617b8 -C extra-filename=-52748c03876617b8 --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-f3bd1d1438c35cd1.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-3ca93c1a5df06d0f.rlib --extern proc_macro --cap-lints allow -D warnings`
17292022-04-28T20:32:51.180Z Compiling hmac v0.12.1
17302022-04-28T20:32:51.187Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=91b67ad0972a46fd -C extra-filename=-91b67ad0972a46fd --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-033509d2a2d39a0f.rmeta --cap-lints allow -D warnings`
17312022-04-28T20:32:51.203Z Compiling md-5 v0.10.1
17322022-04-28T20:32:51.209Z Running `rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/md-5-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7bdc625fac3a0d40 -C extra-filename=-7bdc625fac3a0d40 --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-033509d2a2d39a0f.rmeta --cap-lints allow -D warnings`
17332022-04-28T20:32:51.759Z Compiling sha2 v0.10.2
17342022-04-28T20:32:51.765Z Running `rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha2-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=02a184fbce7a4abe -C extra-filename=-02a184fbce7a4abe --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-385d26aca7d14e58.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-32166884c920ca75.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-033509d2a2d39a0f.rmeta --cap-lints allow -D warnings`
17352022-04-28T20:32:51.799Z Compiling sha-1 v0.10.0
17362022-04-28T20:32:51.805Z Running `rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha-1-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8afa3dffcb319fb7 -C extra-filename=-8afa3dffcb319fb7 --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-385d26aca7d14e58.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-32166884c920ca75.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-033509d2a2d39a0f.rmeta --cap-lints allow -D warnings`
17372022-04-28T20:32:52.190Z Compiling zerocopy-derive v0.2.0
17382022-04-28T20:32:52.197Z 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 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=0133f7b27d3204d7 -C extra-filename=-0133f7b27d3204d7 --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-b3d50f098d5c0d75.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-0a699c869e396a60.rlib --extern proc_macro --cap-lints allow -D warnings`
17392022-04-28T20:32:52.573Z Compiling zeroize_derive v1.3.2
17402022-04-28T20:32:52.579Z Running `rustc --crate-name zeroize_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zeroize_derive-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=24a3a93aa995c962 -C extra-filename=-24a3a93aa995c962 --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-0a699c869e396a60.rlib --extern proc_macro --cap-lints allow -D warnings`
17412022-04-28T20:32:52.861Z Running `rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha2-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fbecc37f8620c764 -C extra-filename=-fbecc37f8620c764 --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-385d26aca7d14e58.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-32166884c920ca75.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-7fc41ce1561caffd.rmeta --cap-lints allow -D warnings`
17422022-04-28T20:32:53.503Z Running `rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/md-5-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ca5439a7a7c9ab61 -C extra-filename=-ca5439a7a7c9ab61 --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-7fc41ce1561caffd.rmeta --cap-lints allow -D warnings`
17432022-04-28T20:32:53.698Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f2c62b88da3805e5 -C extra-filename=-f2c62b88da3805e5 --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-7fc41ce1561caffd.rmeta --cap-lints allow -D warnings`
17442022-04-28T20:32:53.873Z Compiling schemars_derive v0.8.8
17452022-04-28T20:32:53.880Z Running `rustc --crate-name schemars_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars_derive-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=8c639be51e994a8f -C extra-filename=-8c639be51e994a8f --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-099e2856cf53dea5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
17462022-04-28T20:32:54.113Z Running `rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/md-5-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=fb7fd0676b7ad527 -C extra-filename=-fb7fd0676b7ad527 --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-73d428c8089c47ae.rmeta --cap-lints allow -D warnings`
17472022-04-28T20:32:54.287Z Running `rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha2-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=a1bec2fc83be9539 -C extra-filename=-a1bec2fc83be9539 --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-9652141db787797b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-f2dbb37b256724c4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-73d428c8089c47ae.rmeta --cap-lints allow -D warnings`
17482022-04-28T20:32:54.718Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b82d9e3e1aea8509 -C extra-filename=-b82d9e3e1aea8509 --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-73d428c8089c47ae.rmeta --cap-lints allow -D warnings`
17492022-04-28T20:32:54.954Z Running `rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha-1-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=7a1ad3f753c585b5 -C extra-filename=-7a1ad3f753c585b5 --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-9652141db787797b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-f2dbb37b256724c4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-73d428c8089c47ae.rmeta --cap-lints allow -D warnings`
17502022-04-28T20:32:54.973Z Running `rustc --crate-name rayon --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bd1c77838ba0bc2b -C extra-filename=-bd1c77838ba0bc2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-af90548e0059c55d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2def0c6ed6d6bb30.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-496443fbc2e56522.rmeta --cap-lints allow -D warnings --cfg has_step_by_rev --cfg has_control_flow`
17512022-04-28T20:32:55.353Z Running `rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cast-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ab8fe12b1975f86f -C extra-filename=-ab8fe12b1975f86f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg stable_i128`
17522022-04-28T20:32:56.028Z Running `rustc --crate-name rayon --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=031d7c8b3687f6d7 -C extra-filename=-031d7c8b3687f6d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-ff6154e2592d4c26.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5399afcc2e0ea0fc.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-7b0534a14bbe1dd3.rmeta --cap-lints allow -D warnings --cfg has_step_by_rev --cfg has_control_flow`
17532022-04-28T20:32:56.234Z Compiling twox-hash v1.6.2
17542022-04-28T20:32:56.241Z Running `rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/twox-hash-1.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=c7ffe83bbf419e64 -C extra-filename=-c7ffe83bbf419e64 --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-385d26aca7d14e58.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-1536a72e6fbb57ac.rmeta --cap-lints allow -D warnings`
17552022-04-28T20:32:56.251Z Compiling spdm v0.1.0 (https://github.com/oxidecomputer/spdm?rev=9742f6e#9742f6ea)
17562022-04-28T20:32:56.257Z Running `rustc --crate-name spdm --edition=2018 /home/build/.cargo/git/checkouts/spdm-5ba46f66e98a4217/9742f6e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4b73a51270793896 -C extra-filename=-4b73a51270793896 --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-4d03e45c250cd080.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c6ae5c194b06e59d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
17572022-04-28T20:32:56.485Z Compiling portpicker v0.1.1
17582022-04-28T20:32:56.492Z Running `rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/portpicker-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1c01e97d4a0b12ab -C extra-filename=-1c01e97d4a0b12ab --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-3afe7df3f910e67d.rmeta --cap-lints allow -D warnings`
17592022-04-28T20:32:56.582Z Compiling darling_macro v0.13.1
17602022-04-28T20:32:56.588Z Running `rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/darling_macro-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=3434bc4d8728e215 -C extra-filename=-3434bc4d8728e215 --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-c156d5ccca30568c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
17612022-04-28T20:32:57.253Z Running `rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="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=86f3839cd573c8fa -C extra-filename=-86f3839cd573c8fa --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-b96a624c095c2343.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4772c68c88d45004.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-8354bf6894a48974.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-9b64ab5476f773d8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-56fbc1ef450acdc9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b8f1adb56b2a8387.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-a2981de8a604cc72.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-8e8b536e1ac8a08e.rmeta --cap-lints allow -D warnings`
17622022-04-28T20:32:57.959Z Running `rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="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=37a028b708e57d82 -C extra-filename=-37a028b708e57d82 --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-bfc89269a85d149a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-76458d54813678a9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-bcd5dd46284df4df.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-8354bf6894a48974.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8bbaa5e116926d17.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-783968420aad481d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d3ba19c2e3d0f94.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5edd781fa119be13.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-ce2a7a6cea854b03.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-e1ea6fd4982f7082.rmeta --cap-lints allow -D warnings`
17632022-04-28T20:32:58.019Z Compiling async-stream v0.3.3
17642022-04-28T20:32:58.027Z Running `rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/async-stream-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a04e5322ce90bddd -C extra-filename=-a04e5322ce90bddd --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-f59d5ff3ea1afb0b.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --cap-lints allow -D warnings`
17652022-04-28T20:32:58.727Z Running `rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/async-stream-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=a4dd4ed9969baabe -C extra-filename=-a4dd4ed9969baabe --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-f59d5ff3ea1afb0b.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-76458d54813678a9.rmeta --cap-lints allow -D warnings`
17662022-04-28T20:32:59.426Z Compiling thiserror v1.0.30
17672022-04-28T20:32:59.433Z Running `rustc --crate-name thiserror --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=023035df6f012a30 -C extra-filename=-023035df6f012a30 --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-a0908e5b3dbe0c68.so --cap-lints allow -D warnings`
17682022-04-28T20:32:59.465Z Running `rustc --crate-name thiserror --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5e7d776bee96015a -C extra-filename=-5e7d776bee96015a --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-a0908e5b3dbe0c68.so --cap-lints allow -D warnings`
17692022-04-28T20:32:59.922Z Running `rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=f45631f926b438a2 -C extra-filename=-f45631f926b438a2 --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-385d26aca7d14e58.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-2b9482d655c620f4.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-0e5037bf894c97ae.rmeta --cap-lints allow -D warnings`
17702022-04-28T20:32:59.940Z Running `rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=ad0f075c828adc85 -C extra-filename=-ad0f075c828adc85 --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-9652141db787797b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5edd781fa119be13.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-2b9482d655c620f4.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-fac266fff69d156a.rmeta --cap-lints allow -D warnings`
17712022-04-28T20:33:01.319Z Compiling structmeta v0.1.4
17722022-04-28T20:33:01.326Z Running `rustc --crate-name structmeta --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/structmeta-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=915416af292f33eb -C extra-filename=-915416af292f33eb --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-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f9b8253a9ba9135d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rmeta --cap-lints allow -D warnings`
17732022-04-28T20:33:01.406Z Running `rustc --crate-name ref_cast --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8239c97c4e4aae92 -C extra-filename=-8239c97c4e4aae92 --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-74b597e65528b091.so --cap-lints allow -D warnings`
17742022-04-28T20:33:01.441Z Running `rustc --crate-name ref_cast --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=13aee6bcf8188240 -C extra-filename=-13aee6bcf8188240 --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-74b597e65528b091.so --cap-lints allow -D warnings`
17752022-04-28T20:33:01.814Z Compiling rusqlite v0.27.0
17762022-04-28T20:33:01.821Z Running `rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rusqlite-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ee1a032f77ae3fc0 -C extra-filename=-ee1a032f77ae3fc0 --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-4d03e45c250cd080.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bde8440a3623b12a.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-4ec4e331402b6fef.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-e16a79d509aa9f79.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-58c45a139a936e14.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b8f1adb56b2a8387.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f55a822288cc5359.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
17772022-04-28T20:33:01.835Z Running `rustc --crate-name serde /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=d31a22cf4ef82e1f -C extra-filename=-d31a22cf4ef82e1f --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-79304d183f3e7b8d.so --cap-lints allow -D warnings`
17782022-04-28T20:33:02.460Z Running `rustc --crate-name serde /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=9b36e7fbc6727a27 -C extra-filename=-9b36e7fbc6727a27 --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-79304d183f3e7b8d.so --cap-lints allow -D warnings`
17792022-04-28T20:33:03.063Z Compiling slog-envlogger v2.2.0
17802022-04-28T20:33:03.072Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=63e95156cd800055 -C extra-filename=-63e95156cd800055 --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-416152f70a11b2a8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-c2613df549df7bc6.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-0fb6fd442c02e7f1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rmeta --cap-lints allow -D warnings`
17812022-04-28T20:33:03.792Z Compiling snafu v0.7.0
17822022-04-28T20:33:03.799Z Running `rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/snafu-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=3ae7c8a255f97058 -C extra-filename=-3ae7c8a255f97058 --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-0fec19e9b1a0abc0.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-1706053f809daf64.so --cap-lints allow -D warnings`
17832022-04-28T20:33:04.710Z Running `rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/snafu-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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_46"' --cfg 'feature="std"' -C metadata=1064e7802d8b13db -C extra-filename=-1064e7802d8b13db --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-9bdd656387675c5f.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-1706053f809daf64.so --cap-lints allow -D warnings`
17842022-04-28T20:33:04.772Z Running `rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rusqlite-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=664d78224075963a -C extra-filename=-664d78224075963a --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-055e5e7f1ff1779a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6aa6d68187cbe2f5.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-d8bd2b75a8ef48ba.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-17901180a0c87e4b.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-042efd1487b77b83.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d3ba19c2e3d0f94.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7f030bed99e38518.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
17852022-04-28T20:33:04.778Z Running `rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/twox-hash-1.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="std"' -C metadata=6eafcd424c098c74 -C extra-filename=-6eafcd424c098c74 --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-9652141db787797b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4b147f5b5a2b7416.rmeta --cap-lints allow -D warnings`
17862022-04-28T20:33:05.720Z Running `rustc --crate-name spdm --edition=2018 /home/build/.cargo/git/checkouts/spdm-5ba46f66e98a4217/9742f6e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=615f7abe52caeba9 -C extra-filename=-615f7abe52caeba9 --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-055e5e7f1ff1779a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-bc17c85b9c82f427.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
17872022-04-28T20:33:06.496Z Compiling mockall v0.11.0
17882022-04-28T20:33:06.502Z Running `rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mockall-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=30d2f73bbc2b96ed -C extra-filename=-30d2f73bbc2b96ed --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-385d26aca7d14e58.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-219b0fe5dfaf2641.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-0db8093caae70dfe.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-a0c40a5ee2e8fffd.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e2ee9e5151667757.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-7495fc58a3a63468.rmeta --cap-lints allow -D warnings`
17892022-04-28T20:33:07.327Z Compiling structopt v0.3.26
17902022-04-28T20:33:07.333Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=493e19eaa0a14a33 -C extra-filename=-493e19eaa0a14a33 --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-af3cb38c1b82f104.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-58eb591ac7efe517.so --cap-lints allow -D warnings`
17912022-04-28T20:33:07.808Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=59271cb28c5bac2c -C extra-filename=-59271cb28c5bac2c --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-ef0fb66c5143b506.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-58eb591ac7efe517.so --cap-lints allow -D warnings`
17922022-04-28T20:33:08.019Z Compiling serial_test v0.6.0
17932022-04-28T20:33:08.026Z Running `rustc --crate-name serial_test --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serial_test-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=92a3e3f8799ebda7 -C extra-filename=-92a3e3f8799ebda7 --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-caa99a9868af65b8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6d5873e552a76b51.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-cc998aba83969791.so --cap-lints allow -D warnings`
17942022-04-28T20:33:08.258Z 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 --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=dccc58ce2cc87760 -C extra-filename=-dccc58ce2cc87760 --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-c467e75cb34b718c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef9a3b4ac0c5f91f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-65055fff3d3eeb87.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-b022fe07ed7133b0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rmeta --cap-lints allow -D warnings`
17952022-04-28T20:33:08.903Z Compiling criterion-plot v0.4.4
17962022-04-28T20:33:08.909Z Running `rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/criterion-plot-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a72b5eb9c888d552 -C extra-filename=-a72b5eb9c888d552 --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-ab8fe12b1975f86f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e11d27096ba7a1e.rmeta --cap-lints allow -D warnings`
17972022-04-28T20:33:09.413Z Compiling zeroize v1.3.0
17982022-04-28T20:33:09.419Z Running `rustc --crate-name zeroize --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zeroize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=813568075a2a434e -C extra-filename=-813568075a2a434e --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-24a3a93aa995c962.so --cap-lints allow -D warnings`
17992022-04-28T20:33:09.490Z Running `rustc --crate-name zeroize --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zeroize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=1afe6c38a887ec45 -C extra-filename=-1afe6c38a887ec45 --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-24a3a93aa995c962.so --cap-lints allow -D warnings`
18002022-04-28T20:33:09.923Z Compiling zerocopy v0.3.0
18012022-04-28T20:33:09.930Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f8be50932d82c080 -C extra-filename=-f8be50932d82c080 --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-900a08d07f38ab7f.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-0133f7b27d3204d7.so --cap-lints allow -D warnings`
18022022-04-28T20:33:10.297Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=7ee130f79c4f9ec1 -C extra-filename=-7ee130f79c4f9ec1 --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-554027d0cfe4392d.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-0133f7b27d3204d7.so --cap-lints allow -D warnings`
18032022-04-28T20:33:10.346Z Compiling darling v0.13.1
18042022-04-28T20:33:10.352Z Running `rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/darling-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=448539082e066fd6 -C extra-filename=-448539082e066fd6 --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-c156d5ccca30568c.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-3434bc4d8728e215.so --cap-lints allow -D warnings`
18052022-04-28T20:33:10.660Z Compiling dtrace-parser v0.1.12
18062022-04-28T20:33:10.666Z Running `rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dtrace-parser-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d0d55de696587202 -C extra-filename=-d0d55de696587202 --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-f3bd1d1438c35cd1.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-52748c03876617b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --cap-lints allow -D warnings`
18072022-04-28T20:33:10.743Z Compiling rustfmt-wrapper v0.1.0
18082022-04-28T20:33:10.749Z Running `rustc --crate-name rustfmt_wrapper --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustfmt-wrapper-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ede886504aa9a002 -C extra-filename=-ede886504aa9a002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-0e4014267d7c5b7e.rmeta --cap-lints allow -D warnings`
18092022-04-28T20:33:10.834Z Compiling smf v0.2.1
18102022-04-28T20:33:10.840Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1c04c66a6239c410 -C extra-filename=-1c04c66a6239c410 --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-023035df6f012a30.rmeta --cap-lints allow -D warnings`
18112022-04-28T20:33:11.410Z Compiling zone v0.1.8
18122022-04-28T20:33:11.416Z Running `rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cb0f712c2a78350a -C extra-filename=-cb0f712c2a78350a --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-0e11d27096ba7a1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-cf99c5996a0b8552.so --cap-lints allow -D warnings`
18132022-04-28T20:33:11.587Z Running `rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dtrace-parser-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=56f66819cdb3b821 -C extra-filename=-56f66819cdb3b821 --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-f97d4944b9754993.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-52748c03876617b8.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --cap-lints allow -D warnings`
18142022-04-28T20:33:11.883Z Running `rustc --crate-name rustfmt_wrapper --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustfmt-wrapper-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=121774634f8255d3 -C extra-filename=-121774634f8255d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-f2c62e40ca173b50.rmeta --cap-lints allow -D warnings`
18152022-04-28T20:33:12.192Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f071b18aee5b34ab -C extra-filename=-f071b18aee5b34ab --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-5e7d776bee96015a.rmeta --cap-lints allow -D warnings`
18162022-04-28T20:33:12.573Z Running `rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5e909ee8e4849dc3 -C extra-filename=-5e909ee8e4849dc3 --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-204967e132c0c0ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-cf99c5996a0b8552.so --cap-lints allow -D warnings`
18172022-04-28T20:33:14.136Z Compiling parse-display-derive v0.5.5
18182022-04-28T20:33:14.154Z Running `rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parse-display-derive-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=8de0d6c50afc7773 -C extra-filename=-8de0d6c50afc7773 --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-208706d6d7bdaa03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ee7d5302efe590a0.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-915416af292f33eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
18192022-04-28T20:33:14.320Z Compiling indicatif v0.16.2
18202022-04-28T20:33:14.326Z Running `rustc --crate-name indicatif --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indicatif-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rayon"' -C metadata=2859567a2bd02916 -C extra-filename=-2859567a2bd02916 --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-c5c114cffd60534b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-1c4c8ac73958ccf5.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-bd1c77838ba0bc2b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --cap-lints allow -D warnings`
18212022-04-28T20:33:14.617Z Running `rustc --crate-name indicatif --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indicatif-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rayon"' -C metadata=5ba46e82fe95de86 -C extra-filename=-5ba46e82fe95de86 --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-9688c1a033735f0c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-b5edbdf32ec01bfd.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-031d7c8b3687f6d7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef9a3b4ac0c5f91f.rmeta --cap-lints allow -D warnings`
18222022-04-28T20:33:15.050Z Compiling futures-executor v0.3.21
18232022-04-28T20:33:15.056Z Running `rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=e3d22d02b3d0fd5c -C extra-filename=-e3d22d02b3d0fd5c --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-afd6f16c26c2466b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-56fbc1ef450acdc9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --cap-lints allow -D warnings`
18242022-04-28T20:33:15.135Z Running `rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=a607c38ba2f9814d -C extra-filename=-a607c38ba2f9814d --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-76458d54813678a9.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-783968420aad481d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-37a028b708e57d82.rmeta --cap-lints allow -D warnings`
18252022-04-28T20:33:15.336Z Compiling crypto-bigint v0.2.11
18262022-04-28T20:33:15.343Z Running `rustc --crate-name crypto_bigint --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crypto-bigint-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="generic-array"' --cfg 'feature="rand"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=2821d060c766a97f -C extra-filename=-2821d060c766a97f --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-d45369661f058e6e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c74b04a598f6db54.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3e177f350e31da1a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-813568075a2a434e.rmeta --cap-lints allow -D warnings`
18272022-04-28T20:33:15.513Z Compiling aes-gcm-siv v0.10.3
18282022-04-28T20:33:15.519Z Running `rustc --crate-name aes_gcm_siv --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aes-gcm-siv-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=facaf61658f27b17 -C extra-filename=-facaf61658f27b17 --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-5d75508a2348629f.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-d7d297a4eded464e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2cea1be01abef0b1.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-22877b256f22ca5d.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-ba2a7e67f8be3824.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3e177f350e31da1a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-813568075a2a434e.rmeta --cap-lints allow -D warnings`
18292022-04-28T20:33:16.184Z Running `rustc --crate-name crypto_bigint --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crypto-bigint-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="generic-array"' --cfg 'feature="rand"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=244c5e9940031bdd -C extra-filename=-244c5e9940031bdd --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-86450c85b2445646.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-182586795b582c8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d986153c90fc73ee.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1afe6c38a887ec45.rmeta --cap-lints allow -D warnings`
18302022-04-28T20:33:16.371Z Running `rustc --crate-name aes_gcm_siv --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aes-gcm-siv-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=53ad172f056a8708 -C extra-filename=-53ad172f056a8708 --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-4e2379c0246fb516.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-78d88b4e546eea3c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2d10e2b883eff8e1.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-b52d2b92b43301ef.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-6c5bda3f7278e2ab.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d986153c90fc73ee.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1afe6c38a887ec45.rmeta --cap-lints allow -D warnings`
18312022-04-28T20:33:16.599Z Compiling serde_with_macros v1.5.1
18322022-04-28T20:33:16.606Z Running `rustc --crate-name serde_with_macros --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_with_macros-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=1e1bd17bb93d9752 -C extra-filename=-1e1bd17bb93d9752 --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-448539082e066fd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
18332022-04-28T20:33:16.706Z Compiling dof v0.1.5
18342022-04-28T20:33:16.731Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6238bb85d15a922d -C extra-filename=-6238bb85d15a922d --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-023035df6f012a30.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-f8be50932d82c080.rmeta --cap-lints allow -D warnings`
18352022-04-28T20:33:17.018Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=0770231a51f791a4 -C extra-filename=-0770231a51f791a4 --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-5e7d776bee96015a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ee130f79c4f9ec1.rmeta --cap-lints allow -D warnings`
18362022-04-28T20:33:18.766Z Running `rustc --crate-name serde_json --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=53a440776c1d04f9 -C extra-filename=-53a440776c1d04f9 --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-bfe6bd45996b3d54.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-72b3a30a79105a1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
18372022-04-28T20:33:18.931Z Compiling bytes v1.1.0
18382022-04-28T20:33:18.938Z Running `rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=0796bbadec385ca0 -C extra-filename=-0796bbadec385ca0 --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-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
18392022-04-28T20:33:19.161Z Compiling serde_tokenstream v0.1.3
18402022-04-28T20:33:19.200Z Running `rustc --crate-name serde_tokenstream --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_tokenstream-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9263dfd59b87ecd0 -C extra-filename=-9263dfd59b87ecd0 --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-b3d50f098d5c0d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rmeta --cap-lints allow -D warnings`
18412022-04-28T20:33:19.379Z Compiling uuid v0.8.2
18422022-04-28T20:33:19.385Z Running `rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=b81a5c31b748df4d -C extra-filename=-b81a5c31b748df4d --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-aea14d61e8edec2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
18432022-04-28T20:33:19.601Z Running `rustc --crate-name indexmap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=2c98b6ca5ae1e242 -C extra-filename=-2c98b6ca5ae1e242 --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-5218ef477d53c44c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings --cfg has_std --cfg rustc_1_51`
18442022-04-28T20:33:20.076Z Compiling chrono v0.4.19
18452022-04-28T20:33:20.082Z Running `rustc --crate-name chrono /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="winapi"' -C metadata=3cd79af0f3532f5e -C extra-filename=-3cd79af0f3532f5e --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-9bf1d22b504a9881.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-0746cc920927b871.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-27d02c8c7929ea69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7294baefdfe7dae6.rmeta --cap-lints allow -D warnings`
18462022-04-28T20:33:20.401Z Running `rustc --crate-name chrono /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="winapi"' -C metadata=d3a1bd78e475046e -C extra-filename=-d3a1bd78e475046e --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-9bf1d22b504a9881.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-daca5a4ec4067aa5.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-0d8f271454d1a7d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7294baefdfe7dae6.rmeta --cap-lints allow -D warnings`
18472022-04-28T20:33:21.133Z Running `rustc --crate-name indexmap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=c019ff9720d7ef10 -C extra-filename=-c019ff9720d7ef10 --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-2c2d7fa72a822d6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings --cfg has_std --cfg rustc_1_51`
18482022-04-28T20:33:21.613Z Compiling serde_urlencoded v0.7.1
18492022-04-28T20:33:21.619Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fc8e22767ab01796 -C extra-filename=-fc8e22767ab01796 --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-9fbfae795f9f548c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-bfe6bd45996b3d54.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-72b3a30a79105a1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
18502022-04-28T20:33:21.637Z Compiling toml v0.5.9
18512022-04-28T20:33:21.644Z Running `rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=5ea977ca2b53357d -C extra-filename=-5ea977ca2b53357d --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-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
18522022-04-28T20:33:22.390Z Compiling ipnetwork v0.18.0
18532022-04-28T20:33:22.396Z Running `rustc --crate-name ipnetwork --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ipnetwork-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=c1974dd1e4effd2b -C extra-filename=-c1974dd1e4effd2b --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-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
18542022-04-28T20:33:22.810Z Compiling macaddr v1.0.1
18552022-04-28T20:33:22.816Z 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 --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=024eb78d3306af4a -C extra-filename=-024eb78d3306af4a --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-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
18562022-04-28T20:33:23.011Z Compiling bincode v1.3.3
18572022-04-28T20:33:23.017Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=21d5064b190a9fc4 -C extra-filename=-21d5064b190a9fc4 --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-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
18582022-04-28T20:33:23.965Z Compiling serde_cbor v0.11.2
18592022-04-28T20:33:23.971Z Running `rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5bd0713ab2d78aa1 -C extra-filename=-5bd0713ab2d78aa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-7231ec053556b6b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
18602022-04-28T20:33:23.983Z Compiling serde-big-array v0.3.3
18612022-04-28T20:33:23.992Z Running `rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-big-array-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' -C metadata=61646bb3d22d732d -C extra-filename=-61646bb3d22d732d --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-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
18622022-04-28T20:33:24.469Z Compiling bstr v0.2.17
18632022-04-28T20:33:24.477Z 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 --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="serde"' --cfg 'feature="serde1"' --cfg 'feature="serde1-nostd"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=acf741f66f357ac8 -C extra-filename=-acf741f66f357ac8 --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-caa99a9868af65b8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b8f1adb56b2a8387.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-59d171b8ecfa45e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
18642022-04-28T20:33:25.046Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?branch=main#d98084b8)
18652022-04-28T20:33:25.055Z Running `rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/d98084b/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=52aca7424b3663dc -C extra-filename=-52aca7424b3663dc --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-7bbcc2cec916d63f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
18662022-04-28T20:33:25.193Z Compiling serde_plain v1.0.0
18672022-04-28T20:33:25.199Z Running `rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_plain-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2c0287f01aeb363d -C extra-filename=-2c0287f01aeb363d --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-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
18682022-04-28T20:33:25.500Z Running `rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=08f62b25a28a9be9 -C extra-filename=-08f62b25a28a9be9 --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-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings`
18692022-04-28T20:33:25.711Z Running `rustc --crate-name serde_json --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=c006a4c47cefb2ef -C extra-filename=-c006a4c47cefb2ef --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-1dc92d25e147a539.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-bcab5fbee32a88bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
18702022-04-28T20:33:26.196Z Running `rustc --crate-name chrono /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="time"' --cfg 'feature="winapi"' -C metadata=417e1331e370fd54 -C extra-filename=-417e1331e370fd54 --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-15719e84c2b807b3.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6452bb810676da4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-d37f4fc04e68f210.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b9ec0d838f955a22.rmeta --cap-lints allow -D warnings`
18712022-04-28T20:33:26.305Z Running `rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=f15403bd2cbb9121 -C extra-filename=-f15403bd2cbb9121 --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-09854f68f9676609.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings`
18722022-04-28T20:33:26.552Z Running `rustc --crate-name indexmap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=a0157959ccc3e75f -C extra-filename=-a0157959ccc3e75f --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-8d4ff5e24fa3866a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings --cfg has_std --cfg rustc_1_51`
18732022-04-28T20:33:27.775Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e880cd177f8740d5 -C extra-filename=-e880cd177f8740d5 --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-3263cfc51172c585.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1dc92d25e147a539.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-bcab5fbee32a88bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings`
18742022-04-28T20:33:27.809Z Running `rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=1db925d52a995d24 -C extra-filename=-1db925d52a995d24 --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-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings`
18752022-04-28T20:33:28.044Z Running `rustc --crate-name ipnetwork --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ipnetwork-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=d047bb74a07ef4b1 -C extra-filename=-d047bb74a07ef4b1 --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-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings`
18762022-04-28T20:33:28.058Z 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 --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=ade3659202ab9af7 -C extra-filename=-ade3659202ab9af7 --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-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings`
18772022-04-28T20:33:28.536Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=607322bf522276f6 -C extra-filename=-607322bf522276f6 --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-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings`
18782022-04-28T20:33:28.988Z Running `rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=91f984892522aa82 -C extra-filename=-91f984892522aa82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-4588b2c81f658c4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings`
18792022-04-28T20:33:29.238Z Running `rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-big-array-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' -C metadata=05caa3af92d38a92 -C extra-filename=-05caa3af92d38a92 --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-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings`
18802022-04-28T20:33:29.546Z Running `rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/d98084b/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c30f18ccef0f39e9 -C extra-filename=-c30f18ccef0f39e9 --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-7bbcc2cec916d63f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings`
18812022-04-28T20:33:29.721Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="serde"' --cfg 'feature="serde1"' --cfg 'feature="serde1-nostd"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=779f812d311e9285 -C extra-filename=-779f812d311e9285 --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-0deeae5703f69067.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d3ba19c2e3d0f94.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5ac51760509b2b27.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings`
18822022-04-28T20:33:30.575Z Running `rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_plain-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=d0d50506f15c95da -C extra-filename=-d0d50506f15c95da --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-9b36e7fbc6727a27.rmeta --cap-lints allow -D warnings`
18832022-04-28T20:33:30.747Z Compiling futures v0.3.21
18842022-04-28T20:33:30.754Z Running `rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=ed9522ba2a9e7b1a -C extra-filename=-ed9522ba2a9e7b1a --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-bfc89269a85d149a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-76458d54813678a9.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-a607c38ba2f9814d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-bcd5dd46284df4df.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8bbaa5e116926d17.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-783968420aad481d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-37a028b708e57d82.rmeta --cap-lints allow -D warnings`
18852022-04-28T20:33:30.782Z Running `rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=3279e63bafba7aa9 -C extra-filename=-3279e63bafba7aa9 --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-b96a624c095c2343.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e3d22d02b3d0fd5c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4772c68c88d45004.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-9b64ab5476f773d8.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-56fbc1ef450acdc9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --cap-lints allow -D warnings`
18862022-04-28T20:33:31.139Z Compiling elliptic-curve v0.10.6
18872022-04-28T20:33:31.145Z Running `rustc --crate-name elliptic_curve --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/elliptic-curve-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=e8a1dc18fd065184 -C extra-filename=-e8a1dc18fd065184 --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-2821d060c766a97f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-df7e36768e004b35.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d45369661f058e6e.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-bf55206832797151.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-a88c4fb914f1dd9c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c74b04a598f6db54.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-3e177f350e31da1a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-813568075a2a434e.rmeta --cap-lints allow -D warnings`
18882022-04-28T20:33:31.167Z Running `rustc --crate-name elliptic_curve --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/elliptic-curve-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=0ea5d84d355a3dae -C extra-filename=-0ea5d84d355a3dae --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-244c5e9940031bdd.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-eba3a7d19be59c5c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-86450c85b2445646.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-513f099f960e69df.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-49a1491638474453.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-182586795b582c8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d986153c90fc73ee.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1afe6c38a887ec45.rmeta --cap-lints allow -D warnings`
18892022-04-28T20:33:31.503Z Compiling dropshot_endpoint v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394)
18902022-04-28T20:33:31.510Z Running `rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/da09c39/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=2ae35c238dd75dda -C extra-filename=-2ae35c238dd75dda --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9263dfd59b87ecd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
18912022-04-28T20:33:31.679Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/src/db/db-macros)
18922022-04-28T20:33:31.685Z Running `rustc --crate-name db_macros --edition=2021 nexus/src/db/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=9891ded4e30b9134 -C extra-filename=-9891ded4e30b9134 --out-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-32eceade793ea7f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9263dfd59b87ecd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -D warnings`
18932022-04-28T20:33:31.769Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/src/authz/authz-macros)
18942022-04-28T20:33:31.776Z Running `rustc --crate-name authz_macros --edition=2021 nexus/src/authz/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=94f47cb3faed3fb7 -C extra-filename=-94f47cb3faed3fb7 --out-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-32eceade793ea7f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9263dfd59b87ecd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -D warnings`
18952022-04-28T20:33:32.363Z Running `rustc --crate-name db_macros --edition=2021 nexus/src/db/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test -C metadata=b4832712ab0ca4e1 -C extra-filename=-b4832712ab0ca4e1 --out-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-32eceade793ea7f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-ede886504aa9a002.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9263dfd59b87ecd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -D warnings`
18962022-04-28T20:33:32.405Z Running `rustc --crate-name authz_macros --edition=2021 nexus/src/authz/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test -C metadata=8e468cec8089b007 -C extra-filename=-8e468cec8089b007 --out-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-32eceade793ea7f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9263dfd59b87ecd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -D warnings`
18972022-04-28T20:33:32.731Z Compiling tokio v1.17.0
18982022-04-28T20:33:32.737Z Running `rustc --crate-name tokio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --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=0987475df44c49f5 -C extra-filename=-0987475df44c49f5 --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-0796bbadec385ca0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b8f1adb56b2a8387.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4ba5e9c6c3955680.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-15ce09fc86454a8e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-208706d6d7bdaa03.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-652dbdb7010c956f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-7e07ab09ef3a6076.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-69dda04dcab7b8f5.so --cap-lints allow -D warnings`
18992022-04-28T20:33:33.004Z Compiling http v0.2.6
19002022-04-28T20:33:33.038Z Running `rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0f9279e6eafe316d -C extra-filename=-0f9279e6eafe316d --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-0796bbadec385ca0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-e1c9119f1e15614a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-bfe6bd45996b3d54.rmeta --cap-lints allow -D warnings`
19012022-04-28T20:33:36.158Z Compiling postgres-protocol v0.6.3
19022022-04-28T20:33:36.171Z Running `rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/postgres-protocol-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a86bd37610c04b32 -C extra-filename=-a86bd37610c04b32 --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-9337458902b82fe8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-900a08d07f38ab7f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bde8440a3623b12a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-91b67ad0972a46fd.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-7bdc625fac3a0d40.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b8f1adb56b2a8387.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-02a184fbce7a4abe.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-a61f11adca882270.rmeta --cap-lints allow -D warnings`
19032022-04-28T20:33:36.178Z Running `rustc --crate-name tokio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --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=8e6fd4ce0aaa1f00 -C extra-filename=-8e6fd4ce0aaa1f00 --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-0796bbadec385ca0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b8f1adb56b2a8387.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-5b66de4f9ae194d5.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-15ce09fc86454a8e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-208706d6d7bdaa03.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-652dbdb7010c956f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-7e07ab09ef3a6076.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-69dda04dcab7b8f5.so --cap-lints allow -D warnings`
19042022-04-28T20:33:36.363Z Running `rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/postgres-protocol-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=78f626d058dc11d4 -C extra-filename=-78f626d058dc11d4 --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-9337458902b82fe8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-900a08d07f38ab7f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bde8440a3623b12a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f2c62b88da3805e5.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ca5439a7a7c9ab61.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b8f1adb56b2a8387.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d43d63670afc5d3f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fbecc37f8620c764.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-a61f11adca882270.rmeta --cap-lints allow -D warnings`
19052022-04-28T20:33:36.701Z Compiling petgraph v0.5.1
19062022-04-28T20:33:36.707Z Running `rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=374136f3c95a19f6 -C extra-filename=-374136f3c95a19f6 --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-dbe07999dbb589a3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2c98b6ca5ae1e242.rmeta --cap-lints allow -D warnings`
19072022-04-28T20:33:39.240Z Compiling petgraph v0.6.0
19082022-04-28T20:33:39.247Z Running `rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="stable_graph"' -C metadata=3ac843b7e5b4aa24 -C extra-filename=-3ac843b7e5b4aa24 --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-afeffa0c482822db.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2c98b6ca5ae1e242.rmeta --cap-lints allow -D warnings`
19092022-04-28T20:33:39.512Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19102022-04-28T20:33:39.518Z Running `rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=d094f84c3728ff01 -C extra-filename=-d094f84c3728ff01 --out-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-0796bbadec385ca0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -D warnings`
19112022-04-28T20:33:40.265Z Running `rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test -C metadata=6a1fc9777dc7f4fc -C extra-filename=-6a1fc9777dc7f4fc --out-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-0796bbadec385ca0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -D warnings`
19122022-04-28T20:33:40.724Z Running `rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-impl-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=0735e8732773c187 -C extra-filename=-0735e8732773c187 --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-900a08d07f38ab7f.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6238bb85d15a922d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d0d55de696587202.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-38176a5008991e8e.rmeta --cap-lints allow -D warnings`
19132022-04-28T20:33:42.406Z Compiling openapiv3 v1.0.1
19142022-04-28T20:33:42.412Z Running `rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openapiv3-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=75d7dc3cbadadd47 -C extra-filename=-75d7dc3cbadadd47 --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-2c98b6ca5ae1e242.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --cap-lints allow -D warnings`
19152022-04-28T20:33:42.633Z Running `rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-impl-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=86633a8e56fe9ace -C extra-filename=-86633a8e56fe9ace --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-900a08d07f38ab7f.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6238bb85d15a922d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d0d55de696587202.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1d1717295d920469.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-38176a5008991e8e.rmeta --cap-lints allow -D warnings`
19162022-04-28T20:33:43.891Z Compiling slog-json v2.6.1
19172022-04-28T20:33:43.898Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=4007c2c6e95b2177 -C extra-filename=-4007c2c6e95b2177 --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-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-124ec028a27e00b6.rmeta --cap-lints allow -D warnings`
19182022-04-28T20:33:44.252Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=f73739cfa1b77faf -C extra-filename=-f73739cfa1b77faf --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-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-072fc253fab31553.rmeta --cap-lints allow -D warnings`
19192022-04-28T20:33:44.774Z Compiling olpc-cjson v0.1.1
19202022-04-28T20:33:44.781Z Running `rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/olpc-cjson-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b226f01dc57b3632 -C extra-filename=-b226f01dc57b3632 --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-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-3e34d07cefb8ce7b.rmeta --cap-lints allow -D warnings`
19212022-04-28T20:33:45.132Z Compiling tinytemplate v1.2.1
19222022-04-28T20:33:45.149Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b45d8bcfcedca33b -C extra-filename=-b45d8bcfcedca33b --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-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --cap-lints allow -D warnings`
19232022-04-28T20:33:45.780Z Compiling serde_with v1.12.1
19242022-04-28T20:33:45.787Z Running `rustc --crate-name serde_with --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_with-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="serde_with_macros"' -C metadata=a85923f0c7625637 -C extra-filename=-a85923f0c7625637 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-2a5379d6c867e527.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1e1bd17bb93d9752.so --cap-lints allow -D warnings`
19252022-04-28T20:33:45.799Z Running `rustc --crate-name serde_with --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_with-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="serde_with_macros"' -C metadata=08aee65914a9a290 -C extra-filename=-08aee65914a9a290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-2a5379d6c867e527.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1e1bd17bb93d9752.so --cap-lints allow -D warnings`
19262022-04-28T20:33:46.768Z Running `rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openapiv3-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9e458e6d2b6fc37d -C extra-filename=-9e458e6d2b6fc37d --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-c019ff9720d7ef10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --cap-lints allow -D warnings`
19272022-04-28T20:33:47.601Z Running `rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="stable_graph"' -C metadata=4c77d34dfb4e56e8 -C extra-filename=-4c77d34dfb4e56e8 --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-afeffa0c482822db.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c019ff9720d7ef10.rmeta --cap-lints allow -D warnings`
19282022-04-28T20:33:48.119Z Compiling clap v3.1.9
19292022-04-28T20:33:48.125Z Running `rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-3.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="lazy_static"' --cfg 'feature="std"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="termcolor"' -C metadata=f46a815d0eaad9f6 -C extra-filename=-f46a815d0eaad9f6 --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-f7305bcc4cd32d69.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-4d03e45c250cd080.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-0ee71ca2bb612650.so --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-3d1d482cf5c348f6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c019ff9720d7ef10.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9eab0595d47d9860.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-1e52a9fd84837ff0.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9d9e357eea9a1345.rmeta --cap-lints allow -D warnings`
19302022-04-28T20:33:52.552Z Running `rustc --crate-name schemars --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="uuid"' -C metadata=ca0142b33283a2bc -C extra-filename=-ca0142b33283a2bc --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-3cd79af0f3532f5e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8dff65f16c0d8842.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-8c639be51e994a8f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
19312022-04-28T20:33:52.720Z Running `rustc --crate-name schemars --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="uuid"' -C metadata=9d5ed676dbf7e072 -C extra-filename=-9d5ed676dbf7e072 --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-0796bbadec385ca0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8dff65f16c0d8842.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-8c639be51e994a8f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
19322022-04-28T20:33:53.337Z Compiling diesel v2.0.0 (https://github.com/diesel-rs/diesel?rev=ce77c382#ce77c382)
19332022-04-28T20:33:53.343Z Running `rustc --crate-name diesel --edition=2018 /home/build/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/ce77c38/diesel/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="chrono"' --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --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=6152ab6e4ddfec32 -C extra-filename=-6152ab6e4ddfec32 --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-4d03e45c250cd080.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-900a08d07f38ab7f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-97166719fa8bec1b.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-283556057098d3c8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e3ace23baf86592.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-75d7b6f94161dd8c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
19342022-04-28T20:33:55.047Z Compiling fatfs v0.3.5
19352022-04-28T20:33:55.053Z Running `rustc --crate-name fatfs /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fatfs-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=e34fe99f9a5a22bf -C extra-filename=-e34fe99f9a5a22bf --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-4d03e45c250cd080.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-900a08d07f38ab7f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --cap-lints allow -D warnings`
19362022-04-28T20:33:57.745Z Running `rustc --crate-name trybuild --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trybuild-1.0.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=62eeec3fe796b2b7 -C extra-filename=-62eeec3fe796b2b7 --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-01b2ceea8f07fb24.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-208706d6d7bdaa03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-1e52a9fd84837ff0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --cap-lints allow -D warnings`
19372022-04-28T20:33:59.223Z Compiling gateway-messages v0.1.0 (/work/oxidecomputer/omicron/gateway-messages)
19382022-04-28T20:33:59.229Z Running `rustc --crate-name gateway_messages --edition=2021 gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f4815f7f9f2e7bc7 -C extra-filename=-f4815f7f9f2e7bc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-4d03e45c250cd080.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-52aca7424b3663dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-dce86022adea4365.so -D warnings`
19392022-04-28T20:34:01.485Z Compiling vsss-rs v2.0.0-pre0
19402022-04-28T20:34:01.491Z Running `rustc --crate-name vsss_rs --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/vsss-rs-2.0.0-pre0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="serde_cbor"' --cfg 'feature="std"' -C metadata=0861e511273c945d -C extra-filename=-0861e511273c945d --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-df7e36768e004b35.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-bf55206832797151.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a22b63c0d57e76dd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c74b04a598f6db54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-61646bb3d22d732d.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-5bd0713ab2d78aa1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4640988b5708e22a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-813568075a2a434e.rmeta --cap-lints allow -D warnings`
19412022-04-28T20:34:01.721Z Running `rustc --crate-name gateway_messages --edition=2021 gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dfb069dfb147c4b2 -C extra-filename=-dfb069dfb147c4b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-4d03e45c250cd080.rlib --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-52aca7424b3663dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-dce86022adea4365.so -D warnings`
19422022-04-28T20:34:02.205Z Compiling parse-display v0.5.5
19432022-04-28T20:34:02.212Z Running `rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parse-display-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=3a06f10a2d724212 -C extra-filename=-3a06f10a2d724212 --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-208706d6d7bdaa03.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-8de0d6c50afc7773.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --cap-lints allow -D warnings`
19442022-04-28T20:34:02.768Z Running `rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parse-display-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=cebe467b7a50804a -C extra-filename=-cebe467b7a50804a --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-ca9a5061b6f1088b.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-8de0d6c50afc7773.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef9a3b4ac0c5f91f.rmeta --cap-lints allow -D warnings`
19452022-04-28T20:34:02.787Z Compiling globset v0.4.8
19462022-04-28T20:34:02.793Z Running `rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4d11aac62bcb8e32 -C extra-filename=-4d11aac62bcb8e32 --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-91babcb1a58c3ad0.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-acf741f66f357ac8.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-e1c9119f1e15614a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --cap-lints allow -D warnings`
19472022-04-28T20:34:03.351Z Compiling csv v1.1.6
19482022-04-28T20:34:03.362Z Running `rustc --crate-name csv --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/csv-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c23348af933e24f4 -C extra-filename=-c23348af933e24f4 --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-acf741f66f357ac8.rmeta --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-d2d361101f0640dc.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-283556057098d3c8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-72b3a30a79105a1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --cap-lints allow -D warnings`
19492022-04-28T20:34:04.831Z Running `rustc --crate-name tokio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --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=336328ce5ed90dd5 -C extra-filename=-336328ce5ed90dd5 --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-08f62b25a28a9be9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d3ba19c2e3d0f94.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-76b12bb7f4e4c3a9.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-c1129d7c8ad994ec.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ca9a5061b6f1088b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-bd26117948edca35.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5edd781fa119be13.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-3d634980d8b61bb5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8810ca856cdb4bfd.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-69dda04dcab7b8f5.so --cap-lints allow -D warnings`
19502022-04-28T20:34:04.870Z Running `rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/http-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=3684981dcc1f717a -C extra-filename=-3684981dcc1f717a --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-08f62b25a28a9be9.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-8216f959a2f45a14.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1dc92d25e147a539.rmeta --cap-lints allow -D warnings`
19512022-04-28T20:34:06.548Z Running `rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/postgres-protocol-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=24ca958685dbe29e -C extra-filename=-24ca958685dbe29e --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-00487d4f5c5cab06.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-554027d0cfe4392d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6aa6d68187cbe2f5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b82d9e3e1aea8509.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-fb7fd0676b7ad527.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-1d3ba19c2e3d0f94.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a1bec2fc83be9539.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-e6f1e1186695c6f4.rmeta --cap-lints allow -D warnings`
19522022-04-28T20:34:07.993Z Running `rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="stable_graph"' -C metadata=ac020112831c43df -C extra-filename=-ac020112831c43df --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-3d8d31203e98555a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a0157959ccc3e75f.rmeta --cap-lints allow -D warnings`
19532022-04-28T20:34:08.968Z Running `rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-3.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="lazy_static"' --cfg 'feature="std"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="termcolor"' -C metadata=1dc2f1bec4e4e7a9 -C extra-filename=-1dc2f1bec4e4e7a9 --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-8d06e76d378ce3a4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-055e5e7f1ff1779a.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-0ee71ca2bb612650.so --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-f38b16f9ca73ac8c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a0157959ccc3e75f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-013841f4edc5e094.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-08a44bd01ff53626.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-55c29e703b1bec4e.rmeta --cap-lints allow -D warnings`
19542022-04-28T20:34:09.422Z Running `rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openapiv3-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f2775878b3bc6326 -C extra-filename=-f2775878b3bc6326 --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-a0157959ccc3e75f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --cap-lints allow -D warnings`
19552022-04-28T20:34:10.666Z Running `rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-impl-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=5bcd66ef19ffcdf7 -C extra-filename=-5bcd66ef19ffcdf7 --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-554027d0cfe4392d.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-0770231a51f791a4.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-56f66819cdb3b821.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-22957974b0c0ecc5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-ba94fb7412277da9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cbdd6c878708bf5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-5b8dc643235ca96c.rmeta --cap-lints allow -D warnings`
19562022-04-28T20:34:14.181Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=16268c4c79cc3fc8 -C extra-filename=-16268c4c79cc3fc8 --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-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2cd8e1fcd10c5ce6.rmeta --cap-lints allow -D warnings`
19572022-04-28T20:34:15.080Z Running `rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/olpc-cjson-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=3a0840960d4d1efa -C extra-filename=-3a0840960d4d1efa --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-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-6a1903d17d000384.rmeta --cap-lints allow -D warnings`
19582022-04-28T20:34:15.087Z Running `rustc --crate-name schemars --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="uuid"' -C metadata=bfca744306f39094 -C extra-filename=-bfca744306f39094 --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-08f62b25a28a9be9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-47b31db3292547c0.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-8c639be51e994a8f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
19592022-04-28T20:34:15.341Z Running `rustc --crate-name diesel --edition=2018 /home/build/.cargo/git/checkouts/diesel-6e3331fb3b9331ec/ce77c38/diesel/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="chrono"' --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --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=7788c4c75c50c259 -C extra-filename=-7788c4c75c50c259 --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-055e5e7f1ff1779a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-554027d0cfe4392d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-97166719fa8bec1b.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-3bdbb12b30bf4495.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-2da247859b0465c6.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-041ea94f093abc80.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
19602022-04-28T20:34:15.977Z Running `rustc --crate-name fatfs /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fatfs-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=9c2afc5808867fc4 -C extra-filename=-9c2afc5808867fc4 --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-055e5e7f1ff1779a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-554027d0cfe4392d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --cap-lints allow -D warnings`
19612022-04-28T20:34:17.184Z Running `rustc --crate-name gateway_messages --edition=2021 gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=54fd104d0332e5bc -C extra-filename=-54fd104d0332e5bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-055e5e7f1ff1779a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c30f18ccef0f39e9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-dce86022adea4365.so -D warnings`
19622022-04-28T20:34:19.908Z Running `rustc --crate-name vsss_rs --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/vsss-rs-2.0.0-pre0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="serde_cbor"' --cfg 'feature="std"' -C metadata=c1a45853334cb2ae -C extra-filename=-c1a45853334cb2ae --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-eba3a7d19be59c5c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-513f099f960e69df.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f157370d9e377929.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-182586795b582c8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-05caa3af92d38a92.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-91f984892522aa82.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8699b241ea30b2f5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1afe6c38a887ec45.rmeta --cap-lints allow -D warnings`
19632022-04-28T20:34:20.102Z Running `rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/globset-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=47422cc38f78b682 -C extra-filename=-47422cc38f78b682 --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-f87d7b148a836868.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-779f812d311e9285.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-8216f959a2f45a14.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef9a3b4ac0c5f91f.rmeta --cap-lints allow -D warnings`
19642022-04-28T20:34:20.172Z Compiling ecdsa v0.12.4
19652022-04-28T20:34:20.178Z Running `rustc --crate-name ecdsa --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ecdsa-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="hmac"' --cfg 'feature="sign"' --cfg 'feature="std"' --cfg 'feature="verify"' --cfg 'feature="zeroize"' -C metadata=46b99fe19f33deff -C extra-filename=-46b99fe19f33deff --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-c9b69dd4efdc123a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8a1dc18fd065184.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-95fff3bb7cf29ea2.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-67d50497b8cce964.rmeta --cap-lints allow -D warnings`
19662022-04-28T20:34:21.235Z Running `rustc --crate-name ecdsa --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ecdsa-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="hmac"' --cfg 'feature="sign"' --cfg 'feature="std"' --cfg 'feature="verify"' --cfg 'feature="zeroize"' -C metadata=26c605a786e1eadf -C extra-filename=-26c605a786e1eadf --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-ef6594b4cf054a87.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0ea5d84d355a3dae.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-480040205b2c4b52.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-dc2ae1a140ade5c4.rmeta --cap-lints allow -D warnings`
19672022-04-28T20:34:21.336Z Compiling postgres-types v0.2.2
19682022-04-28T20:34:21.343Z Running `rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/postgres-types-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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-08"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-0_8"' -C metadata=d9a7c28088cbfac2 -C extra-filename=-d9a7c28088cbfac2 --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-0796bbadec385ca0.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bde8440a3623b12a.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a86bd37610c04b32.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern uuid_08=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings`
19692022-04-28T20:34:22.365Z Running `rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/postgres-types-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono-04"' --cfg 'feature="uuid-08"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-uuid-0_8"' -C metadata=e58de730a1a82bc8 -C extra-filename=-e58de730a1a82bc8 --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-0796bbadec385ca0.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-3cd79af0f3532f5e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bde8440a3623b12a.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-78f626d058dc11d4.rmeta --extern uuid_08=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings`
19702022-04-28T20:34:23.195Z Compiling http-body v0.4.4
19712022-04-28T20:34:23.201Z Running `rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/http-body-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5628c0377f63db96 -C extra-filename=-5628c0377f63db96 --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-0796bbadec385ca0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --cap-lints allow -D warnings`
19722022-04-28T20:34:24.056Z Compiling tungstenite v0.17.2
19732022-04-28T20:34:24.062Z Running `rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tungstenite-0.17.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=35692c31a3db5c55 -C extra-filename=-35692c31a3db5c55 --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-9337458902b82fe8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-900a08d07f38ab7f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a674db51b91912ce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8afa3dffcb319fb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-d20961c2baa55bc6.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d718e646edb61e4c.rmeta --cap-lints allow -D warnings`
19742022-04-28T20:34:24.827Z Compiling headers-core v0.2.0
19752022-04-28T20:34:24.833Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cfe36d64b80503e2 -C extra-filename=-cfe36d64b80503e2 --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-0f9279e6eafe316d.rmeta --cap-lints allow -D warnings`
19762022-04-28T20:34:25.218Z Compiling lalrpop v0.19.7
19772022-04-28T20:34:25.225Z Running `rustc --crate-name lalrpop /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-0.19.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d3daba8cc5b01bf2 -C extra-filename=-d3daba8cc5b01bf2 --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-d045464eb20151f1.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-f7305bcc4cd32d69.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-a362c07e800538c9.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-1deac581a9ee02ac.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-85077cc5c5016e23.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b262a919cdd9807.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-d299487c76657756.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-374136f3c95a19f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ee7d5302efe590a0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-fa445ecabf7f60b7.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-64eb119f9fd400cc.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-2a197df763fd3531.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-1a57b4aa0428ec93.rmeta --cap-lints allow -D warnings`
19782022-04-28T20:34:25.381Z Compiling slog-bunyan v2.4.0
19792022-04-28T20:34:25.442Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=90b51609bafd3a58 -C extra-filename=-90b51609bafd3a58 --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-5f26bdd3a3f0acad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-4007c2c6e95b2177.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-124ec028a27e00b6.rmeta --cap-lints allow -D warnings`
19802022-04-28T20:34:25.841Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4972cb5ad73140fa -C extra-filename=-4972cb5ad73140fa --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-5f26bdd3a3f0acad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f73739cfa1b77faf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-072fc253fab31553.rmeta --cap-lints allow -D warnings`
19812022-04-28T20:34:26.001Z Compiling usdt-attr-macro v0.3.2
19822022-04-28T20:34:26.008Z Running `rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-attr-macro-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=aa0fc49f36ddad74 -C extra-filename=-aa0fc49f36ddad74 --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-d0d55de696587202.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9263dfd59b87ecd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0735e8732773c187.rlib --extern proc_macro --cap-lints allow -D warnings`
19832022-04-28T20:34:26.410Z Compiling usdt-macro v0.3.2
19842022-04-28T20:34:26.416Z Running `rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-macro-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=78f233ebb70f8c6b -C extra-filename=-78f233ebb70f8c6b --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-d0d55de696587202.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9263dfd59b87ecd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0735e8732773c187.rlib --extern proc_macro --cap-lints allow -D warnings`
19852022-04-28T20:34:28.899Z Compiling tokio-util v0.6.9
19862022-04-28T20:34:28.908Z Running `rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' -C metadata=6df3d0b6ebcd38f1 -C extra-filename=-6df3d0b6ebcd38f1 --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-0796bbadec385ca0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-9b64ab5476f773d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --cap-lints allow -D warnings`
19872022-04-28T20:34:29.381Z Compiling tokio-rustls v0.23.3
19882022-04-28T20:34:29.387Z Running `rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-rustls-0.23.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=742869018753551c -C extra-filename=-742869018753551c --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-9555bd1f9f3097b6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c6ae5c194b06e59d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
19892022-04-28T20:34:30.384Z Compiling tokio-native-tls v0.3.0
19902022-04-28T20:34:30.390Z Running `rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-native-tls-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=dcd7a80a233e46f9 -C extra-filename=-dcd7a80a233e46f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-f4e92a022e8702cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
19912022-04-28T20:34:30.442Z Compiling backoff v0.4.0
19922022-04-28T20:34:30.448Z 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 --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=f0001a5c42710563 -C extra-filename=-f0001a5c42710563 --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-afd6f16c26c2466b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-aea14d61e8edec2f.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-557a2f76c3927bb4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --cap-lints allow -D warnings`
19932022-04-28T20:34:30.637Z Compiling signal-hook-tokio v0.3.1
19942022-04-28T20:34:30.654Z 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 --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=f3dd49b6e16a3567 -C extra-filename=-f3dd49b6e16a3567 --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-afd6f16c26c2466b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-dd21f45841791b10.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --cap-lints allow -D warnings`
19952022-04-28T20:34:31.111Z Compiling tokio-util v0.7.1
19962022-04-28T20:34:31.117Z Running `rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="tracing"' -C metadata=96e97b20ce3f4883 -C extra-filename=-96e97b20ce3f4883 --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-0796bbadec385ca0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-9b64ab5476f773d8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f45631f926b438a2.rmeta --cap-lints allow -D warnings`
19972022-04-28T20:34:31.192Z Compiling trust-dns-proto v0.21.2
19982022-04-28T20:34:31.199Z Running `rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.21.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=f3959ef9bbf819c6 -C extra-filename=-f3959ef9bbf819c6 --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-beafa45614662b8c.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-99de84f8466fbab5.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b4479352b5ea671c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-b96a624c095c2343.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4772c68c88d45004.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-2286c26003b51b2b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1490a1c36fddae59.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f55a822288cc5359.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-539f0c2596d58b98.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-d20961c2baa55bc6.rmeta --cap-lints allow -D warnings`
19992022-04-28T20:34:31.345Z Compiling bb8 v0.8.0
20002022-04-28T20:34:31.351Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fcf59afbdbde8dda -C extra-filename=-fcf59afbdbde8dda --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-beafa45614662b8c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-b96a624c095c2343.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-652dbdb7010c956f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --cap-lints allow -D warnings`
20012022-04-28T20:34:31.615Z Compiling tokio-stream v0.1.8
20022022-04-28T20:34:31.679Z Running `rustc --crate-name tokio_stream --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-stream-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="time"' -C metadata=05e72ac991a768b1 -C extra-filename=-05e72ac991a768b1 --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-afd6f16c26c2466b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --cap-lints allow -D warnings`
20032022-04-28T20:34:32.476Z Running `rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' -C metadata=78b942572c28cc79 -C extra-filename=-78b942572c28cc79 --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-0796bbadec385ca0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-9b64ab5476f773d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-6c0ef2a4ebda766f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --cap-lints allow -D warnings`
20042022-04-28T20:34:33.450Z Running `rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-rustls-0.23.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=84f3656e67dc7a67 -C extra-filename=-84f3656e67dc7a67 --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-4342aab4da693912.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-91917d0e88081258.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out`
20052022-04-28T20:34:34.151Z Running `rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-native-tls-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8cfe4d3053ea628c -C extra-filename=-8cfe4d3053ea628c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-6cb5f9aa7e4e0620.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
20062022-04-28T20:34:34.275Z 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 --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=6bb029cd7dc88ce2 -C extra-filename=-6bb029cd7dc88ce2 --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-afd6f16c26c2466b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-aea14d61e8edec2f.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-557a2f76c3927bb4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d43d63670afc5d3f.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --cap-lints allow -D warnings`
20072022-04-28T20:34:34.439Z 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 --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=43b578bc5f594c06 -C extra-filename=-43b578bc5f594c06 --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-afd6f16c26c2466b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-dd21f45841791b10.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --cap-lints allow -D warnings`
20082022-04-28T20:34:34.912Z Compiling openapi-lint v0.1.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#9e3ada82)
20092022-04-28T20:34:34.918Z Running `rustc --crate-name openapi_lint --edition=2018 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/9e3ada8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=35ce76042a4d6b75 -C extra-filename=-35ce76042a4d6b75 --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-7a74a98bde9eedf1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c019ff9720d7ef10.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rmeta --cap-lints allow -D warnings`
20102022-04-28T20:34:34.997Z Compiling typify-impl v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98)
20112022-04-28T20:34:35.003Z Running `rustc --crate-name typify_impl --edition=2018 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/6617df9/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a09c28f780b4e25c -C extra-filename=-a09c28f780b4e25c --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-f74d1cbfdc1ea5a0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-6c0ef2a4ebda766f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-ede886504aa9a002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ca0142b33283a2bc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-1a57b4aa0428ec93.rmeta --cap-lints allow -D warnings`
20122022-04-28T20:34:35.182Z Compiling steno v0.1.0 (https://github.com/oxidecomputer/steno?branch=main#578498bb)
20132022-04-28T20:34:35.188Z Running `rustc --crate-name steno --edition=2018 /home/build/.cargo/git/checkouts/steno-adfbaf4765a4f9e1/578498b/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=32300db0b27c03e2 -C extra-filename=-32300db0b27c03e2 --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-ab2622333268a6e4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-3cd79af0f3532f5e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-994f4ac3ac5276f6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3ac843b7e5b4aa24.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ca0142b33283a2bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings`
20142022-04-28T20:34:35.247Z Running `rustc --crate-name typify_impl --edition=2018 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/6617df9/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=71a134a711a12d88 -C extra-filename=-71a134a711a12d88 --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-f74d1cbfdc1ea5a0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-ede886504aa9a002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1d1717295d920469.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-1a57b4aa0428ec93.rmeta --cap-lints allow -D warnings`
20152022-04-28T20:34:39.575Z Running `rustc --crate-name steno --edition=2018 /home/build/.cargo/git/checkouts/steno-adfbaf4765a4f9e1/578498b/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f00920ab151d59ce -C extra-filename=-f00920ab151d59ce --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-ab2622333268a6e4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-994f4ac3ac5276f6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4c77d34dfb4e56e8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings`
20162022-04-28T20:34:48.250Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20172022-04-28T20:34:48.257Z Running `rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=97e0a4469b052c12 -C extra-filename=-97e0a4469b052c12 --out-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-0796bbadec385ca0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-0d8f271454d1a7d7.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d094f84c3728ff01.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings`
20182022-04-28T20:34:49.190Z Compiling criterion v0.3.5
20192022-04-28T20:34:49.196Z Running `rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/criterion-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --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="tokio"' -C metadata=8f14d956e328ef96 -C extra-filename=-8f14d956e328ef96 --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-f7305bcc4cd32d69.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-ab8fe12b1975f86f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af3cb38c1b82f104.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-a72b5eb9c888d552.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-c23348af933e24f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e11d27096ba7a1e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-0d8f271454d1a7d7.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-e841a31fca3084ce.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-7d168e5e2bcfadd5.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-bd1c77838ba0bc2b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-5bd0713ab2d78aa1.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-b45d8bcfcedca33b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-73caa01e8e3d5623.rmeta --cap-lints allow -D warnings`
20202022-04-28T20:34:49.336Z Running `rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/postgres-types-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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-08"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-0_8"' -C metadata=8dbe11b00f70c650 -C extra-filename=-8dbe11b00f70c650 --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-08f62b25a28a9be9.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6aa6d68187cbe2f5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-24ca958685dbe29e.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern uuid_08=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings`
20212022-04-28T20:34:52.861Z Running `rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/http-body-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=8f091c1830a9364a -C extra-filename=-8f091c1830a9364a --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-08f62b25a28a9be9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5edd781fa119be13.rmeta --cap-lints allow -D warnings`
20222022-04-28T20:34:53.731Z Running `rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tungstenite-0.17.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4deb3d7071da6623 -C extra-filename=-4deb3d7071da6623 --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-00487d4f5c5cab06.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-554027d0cfe4392d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c87ae4f2ccbcda45.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-7a1ad3f753c585b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-41ec751a8b8f4442.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-20818bba8acdee26.rmeta --cap-lints allow -D warnings`
20232022-04-28T20:34:56.235Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=9155d3affc37b95c -C extra-filename=-9155d3affc37b95c --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-3684981dcc1f717a.rmeta --cap-lints allow -D warnings`
20242022-04-28T20:34:56.735Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5ab8c464b64424b3 -C extra-filename=-5ab8c464b64424b3 --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-ced2ad1863bfbbcb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-16268c4c79cc3fc8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2cd8e1fcd10c5ce6.rmeta --cap-lints allow -D warnings`
20252022-04-28T20:34:57.288Z Running `rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=74492e6a1558797c -C extra-filename=-74492e6a1558797c --out-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-0796bbadec385ca0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-0d8f271454d1a7d7.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d094f84c3728ff01.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-62eeec3fe796b2b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings`
20262022-04-28T20:34:58.751Z Running `rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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"' -C metadata=56c0991c04ab938e -C extra-filename=-56c0991c04ab938e --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-08f62b25a28a9be9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-76458d54813678a9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8bbaa5e116926d17.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5edd781fa119be13.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --cap-lints allow -D warnings`
20272022-04-28T20:35:01.508Z Running `rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-rustls-0.23.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=7d5c20f3b271459f -C extra-filename=-7d5c20f3b271459f --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-6b7c0d743858e674.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-bc17c85b9c82f427.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
20282022-04-28T20:35:02.532Z Running `rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-native-tls-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=bacef11f0e39c918 -C extra-filename=-bacef11f0e39c918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-cb8ea4a5e0bb3171.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
20292022-04-28T20:35:03.263Z 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 --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=5bdd022a7d0aac78 -C extra-filename=-5bdd022a7d0aac78 --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-76458d54813678a9.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-09854f68f9676609.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-1979ab46ee9b04e3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5edd781fa119be13.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --cap-lints allow -D warnings`
20302022-04-28T20:35:03.802Z Running `rustc --crate-name tokio_util --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-util-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="tracing"' -C metadata=cf7a201a8b1c5cd1 -C extra-filename=-cf7a201a8b1c5cd1 --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-08f62b25a28a9be9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-76458d54813678a9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8bbaa5e116926d17.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5edd781fa119be13.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ad0f075c828adc85.rmeta --cap-lints allow -D warnings`
20312022-04-28T20:35:04.149Z Running `rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-proto-0.21.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=a42c89dfe47ca432 -C extra-filename=-a42c89dfe47ca432 --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-beafa45614662b8c.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9652141db787797b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7e38a52c20b56232.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b4479352b5ea671c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bfc89269a85d149a.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-bcd5dd46284df4df.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-37a028b708e57d82.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-1a478b41d1e01b5b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-033e1f9d27df8573.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7f030bed99e38518.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-8bb3d90d0c3e3616.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-41ec751a8b8f4442.rmeta --cap-lints allow -D warnings`
20322022-04-28T20:35:05.925Z 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 --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4a4f4c416d2f79c2 -C extra-filename=-4a4f4c416d2f79c2 --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-beafa45614662b8c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bfc89269a85d149a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-37a028b708e57d82.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-bd26117948edca35.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --cap-lints allow -D warnings`
20332022-04-28T20:35:06.745Z Running `rustc --crate-name tokio_stream --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-stream-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=551ec45393bc93f4 -C extra-filename=-551ec45393bc93f4 --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-76458d54813678a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5edd781fa119be13.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --cap-lints allow -D warnings`
20342022-04-28T20:35:07.048Z 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 --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=deb2c4b96ff41302 -C extra-filename=-deb2c4b96ff41302 --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-76458d54813678a9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-013f970b9ad6fe35.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --cap-lints allow -D warnings`
20352022-04-28T20:35:07.615Z Running `rustc --crate-name typify_impl --edition=2018 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/6617df9/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=76a5873e89f63257 -C extra-filename=-76a5873e89f63257 --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-b584075a648480cf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-22957974b0c0ecc5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-ba94fb7412277da9.rmeta --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-121774634f8255d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cbdd6c878708bf5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-00b7cf5f18ea426d.rmeta --cap-lints allow -D warnings`
20362022-04-28T20:35:08.267Z Running `rustc --crate-name steno --edition=2018 /home/build/.cargo/git/checkouts/steno-adfbaf4765a4f9e1/578498b/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=3016fdea09e4863f -C extra-filename=-3016fdea09e4863f --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-18866d448504c1f0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-7d50e845eea9218f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ac020112831c43df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings`
20372022-04-28T20:35:08.545Z Running `rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=98427ac8ffc52fe6 -C extra-filename=-98427ac8ffc52fe6 --out-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-08f62b25a28a9be9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-d37f4fc04e68f210.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d094f84c3728ff01.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings`
20382022-04-28T20:35:14.249Z Compiling p256 v0.9.0
20392022-04-28T20:35:14.255Z Running `rustc --crate-name p256 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/p256-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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"' --cfg 'feature="zeroize"' -C metadata=7af0366e00579e9d -C extra-filename=-7af0366e00579e9d --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-46b99fe19f33deff.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e8a1dc18fd065184.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4640988b5708e22a.rmeta --cap-lints allow -D warnings`
20402022-04-28T20:35:15.685Z Running `rustc --crate-name p256 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/p256-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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"' --cfg 'feature="zeroize"' -C metadata=a74a74c2451c0a3e -C extra-filename=-a74a74c2451c0a3e --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-26c605a786e1eadf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0ea5d84d355a3dae.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8699b241ea30b2f5.rmeta --cap-lints allow -D warnings`
20412022-04-28T20:35:16.954Z Compiling headers v0.3.7
20422022-04-28T20:35:16.961Z Running `rustc --crate-name headers /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/headers-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3179c6ffaa6facf7 -C extra-filename=-3179c6ffaa6facf7 --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-9337458902b82fe8.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-4d03e45c250cd080.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-cfe36d64b80503e2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-cd5a4b143c0fc060.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-be73d2772859c80d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8afa3dffcb319fb7.rmeta --cap-lints allow -D warnings`
20432022-04-28T20:35:18.255Z Compiling tokio-tungstenite v0.17.1
20442022-04-28T20:35:18.262Z Running `rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-tungstenite-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=624ce9675c01f27d -C extra-filename=-624ce9675c01f27d --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-86f3839cd573c8fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-35692c31a3db5c55.rmeta --cap-lints allow -D warnings`
20452022-04-28T20:35:19.400Z Compiling crucible-common v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
20462022-04-28T20:35:19.406Z Running `rustc --crate-name crucible_common --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4a7e22dd075d6856 -C extra-filename=-4a7e22dd075d6856 --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-ab2622333268a6e4.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-ee1a032f77ae3fc0.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d2555106e1d2a6c4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-742869018753551c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-c7ffe83bbf419e64.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
20472022-04-28T20:35:19.502Z Compiling usdt v0.3.2
20482022-04-28T20:35:19.508Z Running `rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=62d09a498c41c0b1 -C extra-filename=-62d09a498c41c0b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6238bb85d15a922d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d0d55de696587202.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-aa0fc49f36ddad74.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-86633a8e56fe9ace.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-78f233ebb70f8c6b.so --cap-lints allow -D warnings`
20492022-04-28T20:35:20.181Z Running `rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=235f869a023b8e47 -C extra-filename=-235f869a023b8e47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-0770231a51f791a4.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-56f66819cdb3b821.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-aa0fc49f36ddad74.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-5bcd66ef19ffcdf7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-78f233ebb70f8c6b.so --cap-lints allow -D warnings`
20502022-04-28T20:35:20.331Z Running `rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="dtrace-parser"' -C metadata=a39fda4d9c279f5a -C extra-filename=-a39fda4d9c279f5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6238bb85d15a922d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d0d55de696587202.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-aa0fc49f36ddad74.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0735e8732773c187.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-78f233ebb70f8c6b.so --cap-lints allow -D warnings`
20512022-04-28T20:35:20.957Z Compiling h2 v0.3.12
20522022-04-28T20:35:20.964Z Running `rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-0.3.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=48bc448bb8f12df7 -C extra-filename=-48bc448bb8f12df7 --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-0796bbadec385ca0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-e1c9119f1e15614a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-9b64ab5476f773d8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c019ff9720d7ef10.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-8e8b536e1ac8a08e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6df3d0b6ebcd38f1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f45631f926b438a2.rmeta --cap-lints allow -D warnings`
20532022-04-28T20:35:21.123Z Compiling tokio-postgres v0.7.5
20542022-04-28T20:35:21.128Z Running `rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-postgres-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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-0_8"' -C metadata=7c8cd2dfcf553f93 -C extra-filename=-7c8cd2dfcf553f93 --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-beafa45614662b8c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-900a08d07f38ab7f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bde8440a3623b12a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6d5873e552a76b51.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-e24853d11c595bce.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a86bd37610c04b32.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d9a7c28088cbfac2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6df3d0b6ebcd38f1.rmeta --cap-lints allow -D warnings`
20552022-04-28T20:35:22.093Z Compiling crucible-scope v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
20562022-04-28T20:35:22.099Z Running `rustc --crate-name crucible_scope --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/scope/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fc33d312d9840c0a -C extra-filename=-fc33d312d9840c0a --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-ab2622333268a6e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --cap-lints allow -D warnings`
20572022-04-28T20:35:22.191Z Running `rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-0.3.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f48efce7ec2b4b53 -C extra-filename=-f48efce7ec2b4b53 --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-0796bbadec385ca0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-e1c9119f1e15614a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-9b64ab5476f773d8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2c98b6ca5ae1e242.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-8e8b536e1ac8a08e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-78b942572c28cc79.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-17a932b9e39bfccf.rmeta --cap-lints allow -D warnings`
20582022-04-28T20:35:23.414Z Running `rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-postgres-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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-0_8"' -C metadata=fb4b6c25405982fb -C extra-filename=-fb4b6c25405982fb --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-beafa45614662b8c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-900a08d07f38ab7f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bde8440a3623b12a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-6c0ef2a4ebda766f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6d5873e552a76b51.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-27014bc216dd8ba7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-78f626d058dc11d4.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e58de730a1a82bc8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-78b942572c28cc79.rmeta --cap-lints allow -D warnings`
20592022-04-28T20:35:24.349Z Compiling trust-dns-client v0.21.1
20602022-04-28T20:35:24.357Z Running `rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-client-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=49c927e3c6a24a53 -C extra-filename=-49c927e3c6a24a53 --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-385d26aca7d14e58.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-99de84f8466fbab5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-b96a624c095c2343.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-6cf72c15308c1863.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-124ec028a27e00b6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rmeta --cap-lints allow -D warnings`
20612022-04-28T20:35:31.721Z Compiling trust-dns-resolver v0.21.2
20622022-04-28T20:35:31.728Z Running `rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-resolver-0.21.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --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=1d1a3998b558893c -C extra-filename=-1d1a3998b558893c --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-385d26aca7d14e58.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-e9b7ddbd239263e5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-652dbdb7010c956f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3a327811a132b63d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f55a822288cc5359.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rmeta --cap-lints allow -D warnings`
20632022-04-28T20:35:32.332Z Compiling typify-macro v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98)
20642022-04-28T20:35:32.338Z Running `rustc --crate-name typify_macro --edition=2018 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/6617df9/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=9b2eca3dc01eb77f -C extra-filename=-9b2eca3dc01eb77f --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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ca0142b33283a2bc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9263dfd59b87ecd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-a09c28f780b4e25c.rlib --extern proc_macro --cap-lints allow -D warnings`
20652022-04-28T20:35:33.381Z Running `rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-tungstenite-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=bb34448660184395 -C extra-filename=-bb34448660184395 --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-37a028b708e57d82.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-4deb3d7071da6623.rmeta --cap-lints allow -D warnings`
20662022-04-28T20:35:34.572Z Running `rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=53c61b813c9b086d -C extra-filename=-53c61b813c9b086d --out-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-0796bbadec385ca0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-0d8f271454d1a7d7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d094f84c3728ff01.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-62eeec3fe796b2b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings`
20672022-04-28T20:35:34.652Z Running `rustc --crate-name headers /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/headers-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5676683534c8af32 -C extra-filename=-5676683534c8af32 --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-00487d4f5c5cab06.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-055e5e7f1ff1779a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-9155d3affc37b95c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-79fe080afa3da303.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-bc78263176b3dcfd.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-7a1ad3f753c585b5.rmeta --cap-lints allow -D warnings`
20682022-04-28T20:35:34.730Z Running `rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-0.3.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4aa87e9b8fbc472d -C extra-filename=-4aa87e9b8fbc472d --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-08f62b25a28a9be9.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-8216f959a2f45a14.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-76458d54813678a9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8bbaa5e116926d17.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-37a028b708e57d82.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a0157959ccc3e75f.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-e1ea6fd4982f7082.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-56c0991c04ab938e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ad0f075c828adc85.rmeta --cap-lints allow -D warnings`
20692022-04-28T20:35:36.960Z Running `rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-postgres-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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-0_8"' -C metadata=1b701716665dec38 -C extra-filename=-1b701716665dec38 --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-beafa45614662b8c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-554027d0cfe4392d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6aa6d68187cbe2f5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5d052f202e4d1c5d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-548d02271f07dcfd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5edd781fa119be13.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-24ca958685dbe29e.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8dbe11b00f70c650.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8810ca856cdb4bfd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-56c0991c04ab938e.rmeta --cap-lints allow -D warnings`
20702022-04-28T20:35:38.992Z Running `rustc --crate-name crucible_common --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=35931efa940654cf -C extra-filename=-35931efa940654cf --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-18866d448504c1f0.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-664d78224075963a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-75807ed10d0ddf7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7d5c20f3b271459f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-6eafcd424c098c74.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
20712022-04-28T20:35:39.590Z Running `rustc --crate-name crucible_scope --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/scope/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2b6d7ca5d260eef3 -C extra-filename=-2b6d7ca5d260eef3 --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-18866d448504c1f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-76458d54813678a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cf7a201a8b1c5cd1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --cap-lints allow -D warnings`
20722022-04-28T20:35:40.916Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=8c6685f0b33c7bbc6418384850cb9c897896cda5#8c6685f0)
20732022-04-28T20:35:40.922Z Running `rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/8c6685f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0cf1436cc03934b1 -C extra-filename=-0cf1436cc03934b1 --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-beafa45614662b8c.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-fcf59afbdbde8dda.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6152ab6e4ddfec32.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
20742022-04-28T20:35:41.632Z Running `rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-client-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2a9d08e3b3b38904 -C extra-filename=-2a9d08e3b3b38904 --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-9652141db787797b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7e38a52c20b56232.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bfc89269a85d149a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-37a028b708e57d82.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-479e35c49013fa52.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2cd8e1fcd10c5ce6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a42c89dfe47ca432.rmeta --cap-lints allow -D warnings`
20752022-04-28T20:35:42.365Z Running `rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-dtrace-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=361bef49c0d48411 -C extra-filename=-361bef49c0d48411 --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-d3a1bd78e475046e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-62d09a498c41c0b1.rmeta --cap-lints allow -D warnings`
20762022-04-28T20:35:43.381Z Compiling diesel-dtrace v0.1.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#3bce2661)
20772022-04-28T20:35:43.388Z Running `rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/3bce266/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a67ec14650cd120b -C extra-filename=-a67ec14650cd120b --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-6152ab6e4ddfec32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-62d09a498c41c0b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
20782022-04-28T20:35:43.699Z Running `rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-dtrace-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=8a5daeebb8e90d8d -C extra-filename=-8a5daeebb8e90d8d --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-417e1331e370fd54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-235f869a023b8e47.rmeta --cap-lints allow -D warnings`
20792022-04-28T20:35:44.331Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
20802022-04-28T20:35:44.338Z Running `rustc --crate-name crucible_protocol --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4dd59f7de99372c2 -C extra-filename=-4dd59f7de99372c2 --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-ab2622333268a6e4.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-21d5064b190a9fc4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4a7e22dd075d6856.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
20812022-04-28T20:35:44.513Z Compiling trust-dns-server v0.21.2
20822022-04-28T20:35:44.519Z Running `rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-server-0.21.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=77ef57d9dc62135a -C extra-filename=-77ef57d9dc62135a --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-beafa45614662b8c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b4479352b5ea671c.so --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-11d686f0d2815346.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e3d22d02b3d0fd5c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-124ec028a27e00b6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-49c927e3c6a24a53.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rmeta --cap-lints allow -D warnings`
20832022-04-28T20:35:44.918Z Running `rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/3bce266/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=791a82d1f05786d7 -C extra-filename=-791a82d1f05786d7 --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-7788c4c75c50c259.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-235f869a023b8e47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
20842022-04-28T20:35:45.965Z Running `rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/8c6685f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=ceb0f340e7c72874 -C extra-filename=-ceb0f340e7c72874 --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-beafa45614662b8c.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4a4f4c416d2f79c2.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7788c4c75c50c259.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
20852022-04-28T20:35:46.001Z Compiling hyper v0.14.18
20862022-04-28T20:35:46.021Z Running `rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=2981849909c95505 -C extra-filename=-2981849909c95505 --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-0796bbadec385ca0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-b96a624c095c2343.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f48efce7ec2b4b53.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5628c0377f63db96.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a674db51b91912ce.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-cd5a4b143c0fc060.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-bfe6bd45996b3d54.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-06ae55f30baa86a7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-17a932b9e39bfccf.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-2452bb4b90c5b147.rmeta --cap-lints allow -D warnings`
20872022-04-28T20:35:47.429Z Running `rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=05a74a31c91119ec -C extra-filename=-05a74a31c91119ec --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-0796bbadec385ca0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-b96a624c095c2343.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-48bc448bb8f12df7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5628c0377f63db96.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a674db51b91912ce.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-cd5a4b143c0fc060.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-bfe6bd45996b3d54.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-06ae55f30baa86a7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f45631f926b438a2.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-635b5bba1b1d726b.rmeta --cap-lints allow -D warnings`
20882022-04-28T20:35:47.473Z Running `rustc --crate-name crucible_protocol --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=9cef7ecbfda9a45a -C extra-filename=-9cef7ecbfda9a45a --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-18866d448504c1f0.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-607322bf522276f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-35931efa940654cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cf7a201a8b1c5cd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
20892022-04-28T20:35:48.379Z Compiling typify v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98)
20902022-04-28T20:35:48.385Z Running `rustc --crate-name typify --edition=2018 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/6617df9/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f7cf668ea20ca969 -C extra-filename=-f7cf668ea20ca969 --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-a09c28f780b4e25c.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-9b2eca3dc01eb77f.so --cap-lints allow -D warnings`
20912022-04-28T20:35:48.836Z Running `rustc --crate-name typify --edition=2018 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/6617df9/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a488762a409e3978 -C extra-filename=-a488762a409e3978 --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-71a134a711a12d88.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-9b2eca3dc01eb77f.so --cap-lints allow -D warnings`
20922022-04-28T20:35:49.281Z Running `rustc --crate-name typify --edition=2018 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/6617df9/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=0e2a7fb7468c43cc -C extra-filename=-0e2a7fb7468c43cc --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-76a5873e89f63257.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-9b2eca3dc01eb77f.so --cap-lints allow -D warnings`
20932022-04-28T20:35:49.777Z Running `rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/trust-dns-server-0.21.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=8497e5eca6703940 -C extra-filename=-8497e5eca6703940 --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-beafa45614662b8c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9652141db787797b.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b4479352b5ea671c.so --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-b78247dd513b243d.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-a607c38ba2f9814d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-37a028b708e57d82.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2cd8e1fcd10c5ce6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-2a9d08e3b3b38904.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a42c89dfe47ca432.rmeta --cap-lints allow -D warnings`
20942022-04-28T20:35:50.612Z Compiling progenitor-impl v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
20952022-04-28T20:35:50.619Z Running `rustc --crate-name progenitor_impl --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7f12090fd74791e3 -C extra-filename=-7f12090fd74791e3 --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-f74d1cbfdc1ea5a0.rmeta --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-3e1ee49792111e8c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2c98b6ca5ae1e242.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-75d7dc3cbadadd47.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-ede886504aa9a002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ca0142b33283a2bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-f7cf668ea20ca969.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-1a57b4aa0428ec93.rmeta --cap-lints allow -D warnings`
20962022-04-28T20:35:52.988Z Running `rustc --crate-name progenitor_impl --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d0ed8d1308649496 -C extra-filename=-d0ed8d1308649496 --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-f74d1cbfdc1ea5a0.rmeta --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-3e1ee49792111e8c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c019ff9720d7ef10.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-ede886504aa9a002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1d1717295d920469.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-a488762a409e3978.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-1a57b4aa0428ec93.rmeta --cap-lints allow -D warnings`
20972022-04-28T20:35:58.507Z Running `rustc --crate-name progenitor_impl --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=97c4642fef848bd9 -C extra-filename=-97c4642fef848bd9 --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-b584075a648480cf.rmeta --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-e00f94252e62df81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a0157959ccc3e75f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-f2775878b3bc6326.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-22957974b0c0ecc5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-ba94fb7412277da9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef9a3b4ac0c5f91f.rmeta --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-121774634f8255d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cbdd6c878708bf5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-0e2a7fb7468c43cc.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-00b7cf5f18ea426d.rmeta --cap-lints allow -D warnings`
20982022-04-28T20:35:59.492Z Running `rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=db2fde6bf58ccc74 -C extra-filename=-db2fde6bf58ccc74 --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-08f62b25a28a9be9.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bfc89269a85d149a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-76458d54813678a9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-37a028b708e57d82.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-4aa87e9b8fbc472d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8f091c1830a9364a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c87ae4f2ccbcda45.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-79fe080afa3da303.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1dc92d25e147a539.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5edd781fa119be13.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8810ca856cdb4bfd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-199c8d30fee0c641.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ad0f075c828adc85.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-c0e919fea6ea789d.rmeta --cap-lints allow -D warnings`
20992022-04-28T20:36:01.409Z Compiling hyper-tls v0.5.0
21002022-04-28T20:36:01.536Z Running `rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=14c707a08f42b897 -C extra-filename=-14c707a08f42b897 --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-0796bbadec385ca0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2981849909c95505.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-6cb5f9aa7e4e0620.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-8cfe4d3053ea628c.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
21012022-04-28T20:36:01.544Z Compiling hyper-rustls v0.23.0
21022022-04-28T20:36:01.550Z Running `rustc --crate-name hyper_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-rustls-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2263867ed68a2caa -C extra-filename=-2263867ed68a2caa --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-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2981849909c95505.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4342aab4da693912.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-84f3656e67dc7a67.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out`
21032022-04-28T20:36:02.309Z Running `rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/da09c39/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt-probes"' -C metadata=31e9654add7ecb50 -C extra-filename=-31e9654add7ecb50 --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-a04e5322ce90bddd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-3cd79af0f3532f5e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-2ae35c238dd75dda.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5f26bdd3a3f0acad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2981849909c95505.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2c98b6ca5ae1e242.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-75d7dc3cbadadd47.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-43e4f8e137a886f8.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4342aab4da693912.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-1bbc71b6c8513d64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ca0142b33283a2bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-79b4ff69af060100.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4972cb5ad73140fa.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f73739cfa1b77faf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9f4bef368bdc2335.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-84f3656e67dc7a67.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a39fda4d9c279f5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out`
21042022-04-28T20:36:02.438Z Compiling progenitor-macro v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
21052022-04-28T20:36:02.471Z Running `rustc --crate-name progenitor_macro --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=636cb2a0979aad67 -C extra-filename=-636cb2a0979aad67 --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-75d7dc3cbadadd47.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-7f12090fd74791e3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9263dfd59b87ecd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings`
21062022-04-28T20:36:02.678Z Compiling polar-core v0.26.0
21072022-04-28T20:36:02.685Z Running `rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/polar-core-0.26.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=0d8577d88e26bd1b -C extra-filename=-0d8577d88e26bd1b --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-0d8577d88e26bd1b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-d3daba8cc5b01bf2.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --cap-lints allow -D warnings`
21082022-04-28T20:36:02.831Z Compiling reqwest v0.11.10
21092022-04-28T20:36:02.839Z Running `rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="webpki-roots"' -C metadata=f9fdd88c749c8508 -C extra-filename=-f9fdd88c749c8508 --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-9337458902b82fe8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-f2d4b75d543c9a40.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-f48efce7ec2b4b53.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5628c0377f63db96.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2981849909c95505.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2263867ed68a2caa.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-14c707a08f42b897.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1490a1c36fddae59.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-6c0ef2a4ebda766f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-be73d2772859c80d.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-6cb5f9aa7e4e0620.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4342aab4da693912.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-1bbc71b6c8513d64.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-8cfe4d3053ea628c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-84f3656e67dc7a67.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-78b942572c28cc79.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-d20961c2baa55bc6.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-d882a324e96c01b7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out -L native=/usr/lib/amd64`
21102022-04-28T20:36:03.690Z Running `rustc --crate-name hyper_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-rustls-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=83a37ced06ef1c41 -C extra-filename=-83a37ced06ef1c41 --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-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9555bd1f9f3097b6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-742869018753551c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
21112022-04-28T20:36:04.575Z Running `rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1e5b2a4924874dab -C extra-filename=-1e5b2a4924874dab --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-0796bbadec385ca0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-f4e92a022e8702cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-dcd7a80a233e46f9.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
21122022-04-28T20:36:05.655Z Running `rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/da09c39/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt-probes"' -C metadata=559c8ee90d3ca9c1 -C extra-filename=-559c8ee90d3ca9c1 --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-a04e5322ce90bddd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-2ae35c238dd75dda.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5f26bdd3a3f0acad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c019ff9720d7ef10.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-43e4f8e137a886f8.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9555bd1f9f3097b6.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-1bbc71b6c8513d64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90b51609bafd3a58.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-4007c2c6e95b2177.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-742869018753551c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-62d09a498c41c0b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
21132022-04-28T20:36:07.890Z Compiling httptest v0.15.4
21142022-04-28T20:36:07.896Z 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 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=55af4510f6b2587a -C extra-filename=-55af4510f6b2587a --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-acf741f66f357ac8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-83aa835a9366d683.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9fbfae795f9f548c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-208706d6d7bdaa03.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --cap-lints allow -D warnings`
21152022-04-28T20:36:08.790Z Running `rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="webpki-roots"' -C metadata=45834a0d09a6c1d4 -C extra-filename=-45834a0d09a6c1d4 --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-9337458902b82fe8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-f2d4b75d543c9a40.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-86f3839cd573c8fa.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-48bc448bb8f12df7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5628c0377f63db96.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-83a37ced06ef1c41.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-1e5b2a4924874dab.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1490a1c36fddae59.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-be73d2772859c80d.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-f4e92a022e8702cf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-e8973c22a90577a2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9555bd1f9f3097b6.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-1bbc71b6c8513d64.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-dcd7a80a233e46f9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-742869018753551c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6df3d0b6ebcd38f1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-d20961c2baa55bc6.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-d62b045032a3ce2c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21162022-04-28T20:36:10.482Z Compiling progenitor-client v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
21172022-04-28T20:36:10.489Z Running `rustc --crate-name progenitor_client --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6a1cf95827ab4feb -C extra-filename=-6a1cf95827ab4feb --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-0796bbadec385ca0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f9fdd88c749c8508.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out -L native=/usr/lib/amd64`
21182022-04-28T20:36:11.442Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-0d8577d88e26bd1b/build-script-build`
21192022-04-28T20:36:17.510Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21202022-04-28T20:36:17.538Z Running `rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=4eea360f49bef454 -C extra-filename=-4eea360f49bef454 --out-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-d3a1bd78e475046e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
21212022-04-28T20:36:20.365Z Running `rustc --crate-name progenitor_client --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b281b39fa8838458 -C extra-filename=-b281b39fa8838458 --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-0796bbadec385ca0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21222022-04-28T20:36:20.784Z Running `rustc --crate-name crucible --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b9d0e44dd2685f86 -C extra-filename=-b9d0e44dd2685f86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-facaf61658f27b17.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4a7e22dd075d6856.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-4dd59f7de99372c2.rmeta --extern crucible_scope=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_scope-fc33d312d9840c0a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a22b63c0d57e76dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-742869018753551c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f45631f926b438a2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-62d09a498c41c0b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21232022-04-28T20:36:21.272Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21242022-04-28T20:36:21.290Z Running `rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fd1ccb712ceed156 -C extra-filename=-fd1ccb712ceed156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21252022-04-28T20:36:21.345Z Compiling tough v0.12.1
21262022-04-28T20:36:21.351Z Running `rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tough-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=b30964e28f7d5608 -C extra-filename=-b30964e28f7d5608 --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-d3a1bd78e475046e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8dff65f16c0d8842.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-4d11aac62bcb8e32.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-b226f01dc57b3632.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-ff8cb8c621342007.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-02657dec5229a614.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-2c0287f01aeb363d.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-3ae7c8a255f97058.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-165c82a2a34b9d5a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-d20961c2baa55bc6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-73caa01e8e3d5623.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21272022-04-28T20:36:23.270Z Compiling omicron-zone-package v0.2.1
21282022-04-28T20:36:23.276Z Running `rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/omicron-zone-package-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=19f0c2fffc1bf794 -C extra-filename=-19f0c2fffc1bf794 --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-ab2622333268a6e4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-1d182a73126624a2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-73caa01e8e3d5623.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21292022-04-28T20:36:25.500Z Running `rustc --crate-name hyper_rustls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-rustls-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=ef254122ab0bffbf -C extra-filename=-ef254122ab0bffbf --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-3684981dcc1f717a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6b7c0d743858e674.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7d5c20f3b271459f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
21302022-04-28T20:36:26.384Z Running `rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=d1a4c726b71a56a1 -C extra-filename=-d1a4c726b71a56a1 --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-08f62b25a28a9be9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-cb8ea4a5e0bb3171.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-bacef11f0e39c918.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
21312022-04-28T20:36:27.229Z Running `rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/da09c39/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt-probes"' -C metadata=0ff1952156ebae90 -C extra-filename=-0ff1952156ebae90 --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-a4dd4ed9969baabe.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-00487d4f5c5cab06.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-2ae35c238dd75dda.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-ced2ad1863bfbbcb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a0157959ccc3e75f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-f2775878b3bc6326.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-43e4f8e137a886f8.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-22957974b0c0ecc5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6b7c0d743858e674.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9c77473490879ffa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-e880cd177f8740d5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-5ab8c464b64424b3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-16268c4c79cc3fc8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7d5c20f3b271459f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-235f869a023b8e47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
21322022-04-28T20:36:30.154Z Running `rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=de4d35be3bce9cf2 -C extra-filename=-de4d35be3bce9cf2 --out-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-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
21332022-04-28T20:36:31.440Z Running `rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/reqwest-0.11.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="webpki-roots"' -C metadata=33a6d53c57e98dc3 -C extra-filename=-33a6d53c57e98dc3 --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-00487d4f5c5cab06.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-7f3ade6d97fef78b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-76458d54813678a9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-37a028b708e57d82.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-4aa87e9b8fbc472d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8f091c1830a9364a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ef254122ab0bffbf.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-d1a4c726b71a56a1.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-033e1f9d27df8573.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-bc78263176b3dcfd.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-cb8ea4a5e0bb3171.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5edd781fa119be13.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6b7c0d743858e674.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9c77473490879ffa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-e880cd177f8740d5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-bacef11f0e39c918.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7d5c20f3b271459f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-56c0991c04ab938e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-41ec751a8b8f4442.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-9b3d3789f0398c63.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21342022-04-28T20:36:37.398Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ec4f3a41a638ea6c3316a86f30f1895f4877f2ef#ec4f3a41)
21352022-04-28T20:36:37.404Z Running `rustc --crate-name propolis_client --edition=2018 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ec4f3a4/client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=858bbd968f085046 -C extra-filename=-858bbd968f085046 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-b9d0e44dd2685f86.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21362022-04-28T20:36:40.977Z Compiling progenitor v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
21372022-04-28T20:36:40.984Z Running `rustc --crate-name progenitor --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0d3cb77d5b3c61f9 -C extra-filename=-0d3cb77d5b3c61f9 --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-ab2622333268a6e4.rmeta --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-3e1ee49792111e8c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b281b39fa8838458.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d0ed8d1308649496.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-636cb2a0979aad67.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21382022-04-28T20:36:41.534Z Running `rustc --crate-name progenitor --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3976349a2fd38d7f -C extra-filename=-3976349a2fd38d7f --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-ab2622333268a6e4.rmeta --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-3e1ee49792111e8c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-75d7dc3cbadadd47.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6a1cf95827ab4feb.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-7f12090fd74791e3.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-636cb2a0979aad67.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out -L native=/usr/lib/amd64`
21392022-04-28T20:36:41.555Z Running `rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=48c53ed33c676356 -C extra-filename=-48c53ed33c676356 --out-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-417e1331e370fd54.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
21402022-04-28T20:36:42.073Z Running `rustc --crate-name progenitor_client --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4ed7dc1bead12abb -C extra-filename=-4ed7dc1bead12abb --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-08f62b25a28a9be9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-76458d54813678a9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21412022-04-28T20:36:43.039Z Running `rustc --crate-name crucible --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=33a1a28d598e999a -C extra-filename=-33a1a28d598e999a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-53ad172f056a8708.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-00487d4f5c5cab06.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-35931efa940654cf.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-9cef7ecbfda9a45a.rmeta --extern crucible_scope=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_scope-2b6d7ca5d260eef3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-76458d54813678a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f157370d9e377929.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-c4c873069a636739.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7d5c20f3b271459f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cf7a201a8b1c5cd1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ad0f075c828adc85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-235f869a023b8e47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21422022-04-28T20:36:43.390Z Running `rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2763805c7dec28f9 -C extra-filename=-2763805c7dec28f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef9a3b4ac0c5f91f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21432022-04-28T20:36:43.692Z Running `rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/omicron-zone-package-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=6967807b7ee69ce7 -C extra-filename=-6967807b7ee69ce7 --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-18866d448504c1f0.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-3c8d16ee8e4de965.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4caeab0816a14bb1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4ef0bc4bb8a1286b.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21442022-04-28T20:36:44.207Z Running `rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tough-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=70a3f04fbba942f0 -C extra-filename=-70a3f04fbba942f0 --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-417e1331e370fd54.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-47b31db3292547c0.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-47422cc38f78b682.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-3a0840960d4d1efa.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-8f77c7949c19d046.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c4dd7f8b7fcb8eda.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-d0d50506f15c95da.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-1064e7802d8b13db.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-97a26bf499da7e8f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-41ec751a8b8f4442.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4ef0bc4bb8a1286b.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21452022-04-28T20:36:45.864Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21462022-04-28T20:36:45.871Z Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f69acc17c3ba1712 -C extra-filename=-f69acc17c3ba1712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f0001a5c42710563.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21472022-04-28T20:36:51.022Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
21482022-04-28T20:36:51.029Z Running `rustc --crate-name crucible_agent_client --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b9bfee27045f7caa -C extra-filename=-b9bfee27045f7caa --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-ab2622333268a6e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21492022-04-28T20:36:54.314Z Compiling internal-dns-client v0.1.0 (/work/oxidecomputer/omicron/internal-dns-client)
21502022-04-28T20:36:54.321Z Running `rustc --crate-name internal_dns_client --edition=2021 internal-dns-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=61aa154b609c1b9e -C extra-filename=-61aa154b609c1b9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21512022-04-28T20:36:56.924Z Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e48099a9bcdd058a -C extra-filename=-e48099a9bcdd058a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6bb029cd7dc88ce2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-3cd79af0f3532f5e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-31e9654add7ecb50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2981849909c95505.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3976349a2fd38d7f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d43d63670afc5d3f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f9fdd88c749c8508.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-503bc39a968fa5b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ca0142b33283a2bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-32300db0b27c03e2.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-fb4b6c25405982fb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out -L native=/usr/lib/amd64`
21522022-04-28T20:37:00.972Z Running `rustc --crate-name progenitor --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e0b71cfce02bdb9a -C extra-filename=-e0b71cfce02bdb9a --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-18866d448504c1f0.rmeta --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-e00f94252e62df81.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-f2775878b3bc6326.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-4ed7dc1bead12abb.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-97c4642fef848bd9.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-636cb2a0979aad67.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21532022-04-28T20:37:01.099Z Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=a581802e68c60705 -C extra-filename=-a581802e68c60705 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f0001a5c42710563.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21542022-04-28T20:37:01.549Z Running `rustc --crate-name internal_dns_client --edition=2021 internal-dns-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=0800b7d24256aa77 -C extra-filename=-0800b7d24256aa77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21552022-04-28T20:37:01.695Z Running `rustc --crate-name propolis_client --edition=2018 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ec4f3a4/client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=338533af58a88a4a -C extra-filename=-338533af58a88a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-33a1a28d598e999a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21562022-04-28T20:37:04.105Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21572022-04-28T20:37:04.112Z Running `rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e5f49eac2a4387d1 -C extra-filename=-e5f49eac2a4387d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rmeta --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-61aa154b609c1b9e.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21582022-04-28T20:37:07.003Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21592022-04-28T20:37:07.009Z Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=09fc2f67b6890270 -C extra-filename=-09fc2f67b6890270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a86bd37610c04b32.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-dd21f45841791b10.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3dd49b6e16a3567.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21602022-04-28T20:37:10.747Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
21612022-04-28T20:37:10.755Z Running `rustc --crate-name nexus_client --edition=2021 nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ac494c5d3154ba21 -C extra-filename=-ac494c5d3154ba21 --out-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-d3a1bd78e475046e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21622022-04-28T20:37:11.486Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
21632022-04-28T20:37:11.493Z Running `rustc --crate-name sled_agent_client --edition=2021 sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9251b643904601bc -C extra-filename=-9251b643904601bc --out-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-beafa45614662b8c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21642022-04-28T20:37:11.553Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
21652022-04-28T20:37:11.559Z Running `rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fb4b9aa98cd5cffe -C extra-filename=-fb4b9aa98cd5cffe --out-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-d3a1bd78e475046e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21662022-04-28T20:37:12.949Z Compiling gateway-sp-comms v0.1.0 (/work/oxidecomputer/omicron/gateway-sp-comms)
21672022-04-28T20:37:12.956Z Running `rustc --crate-name gateway_sp_comms --edition=2018 gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d153fec8bf64761a -C extra-filename=-d153fec8bf64761a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-05e72ac991a768b1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-62d09a498c41c0b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21682022-04-28T20:37:13.993Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21692022-04-28T20:37:14.000Z Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9aaf77359dedf2c3 -C extra-filename=-9aaf77359dedf2c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21702022-04-28T20:37:14.201Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
21712022-04-28T20:37:14.207Z Running `rustc --crate-name gateway_client --edition=2021 gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cfcbf9c7494fde4e -C extra-filename=-cfcbf9c7494fde4e --out-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-d3a1bd78e475046e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21722022-04-28T20:37:18.375Z Running `rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=3960c5b06fd643ad -C extra-filename=-3960c5b06fd643ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2763805c7dec28f9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef9a3b4ac0c5f91f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21732022-04-28T20:37:18.966Z Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=fa2e04f58dad5b22 -C extra-filename=-fa2e04f58dad5b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5bdd022a7d0aac78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ade3659202ab9af7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cebe467b7a50804a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e0b71cfce02bdb9a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-08aee65914a9a290.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-f071b18aee5b34ab.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3016fdea09e4863f.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1b701716665dec38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21742022-04-28T20:37:18.991Z Running `rustc --crate-name crucible_agent_client --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=ad82404db142692a -C extra-filename=-ad82404db142692a --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-18866d448504c1f0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e0b71cfce02bdb9a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21752022-04-28T20:37:20.713Z Running `rustc --crate-name internal_dns_client --edition=2021 internal-dns-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=97f9b76fa1323e6c -C extra-filename=-97f9b76fa1323e6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e0b71cfce02bdb9a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21762022-04-28T20:37:22.149Z Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=f2b6b6db93adb825 -C extra-filename=-f2b6b6db93adb825 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a86bd37610c04b32.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-dd21f45841791b10.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3dd49b6e16a3567.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21772022-04-28T20:37:23.124Z Running `rustc --crate-name sled_agent_client --edition=2021 sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=022b3d695496b6e1 -C extra-filename=-022b3d695496b6e1 --out-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-beafa45614662b8c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21782022-04-28T20:37:25.035Z Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=9753759f87fc9c2f -C extra-filename=-9753759f87fc9c2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21792022-04-28T20:37:27.454Z Running `rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=3ceb4ead046ede02 -C extra-filename=-3ceb4ead046ede02 --out-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-d3a1bd78e475046e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21802022-04-28T20:37:28.551Z Running `rustc --crate-name gateway_client --edition=2021 gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=1b32f1b46423aae9 -C extra-filename=-1b32f1b46423aae9 --out-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-d3a1bd78e475046e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21812022-04-28T20:37:29.049Z Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=05c9d742ff22648f -C extra-filename=-05c9d742ff22648f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-31e9654add7ecb50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e48099a9bcdd058a.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-78f626d058dc11d4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-dd21f45841791b10.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-43b578bc5f594c06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-fb4b6c25405982fb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out -L native=/usr/lib/amd64`
21822022-04-28T20:37:29.498Z Running `rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/polar-core-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=c220a4fadab72a81 -C extra-filename=-c220a4fadab72a81 --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-e5db3c81302032c4.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-e218e1791de3817d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7a3a319a4fa8eb5a.so --cap-lints allow -D warnings`
21832022-04-28T20:37:30.044Z Running `rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/polar-core-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=600d01a12477f28d -C extra-filename=-600d01a12477f28d --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-e5db3c81302032c4.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-8b78f1739a952492.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7a3a319a4fa8eb5a.so --cap-lints allow -D warnings`
21842022-04-28T20:37:33.051Z Running `rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=b3a81d9d68761c34 -C extra-filename=-b3a81d9d68761c34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e11d27096ba7a1e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21852022-04-28T20:37:33.528Z Running `rustc --crate-name omicron_dev --edition=2021 test-utils/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=e32ee669201669a3 -C extra-filename=-e32ee669201669a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a86bd37610c04b32.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-dd21f45841791b10.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3dd49b6e16a3567.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21862022-04-28T20:37:33.610Z Running `rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=bc9085043ae4ef2d -C extra-filename=-bc9085043ae4ef2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-61aa154b609c1b9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21872022-04-28T20:37:36.221Z Running `rustc --crate-name gateway_sp_comms --edition=2018 gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=d2cee4a6d55b5824 -C extra-filename=-d2cee4a6d55b5824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-208706d6d7bdaa03.rlib --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-05e72ac991a768b1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-62d09a498c41c0b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21882022-04-28T20:37:37.100Z Running `rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=f42f484ea6ee427a -C extra-filename=-f42f484ea6ee427a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e11d27096ba7a1e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fd1ccb712ceed156.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21892022-04-28T20:37:39.782Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
21902022-04-28T20:37:39.808Z Running `rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3fd8ba6e1d4759b2 -C extra-filename=-3fd8ba6e1d4759b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -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-559c8ee90d3ca9c1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac494c5d3154ba21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fd1ccb712ceed156.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21912022-04-28T20:37:42.472Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21922022-04-28T20:37:42.478Z Running `rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=93af0cc746ea2503 -C extra-filename=-93af0cc746ea2503 --out-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-d3a1bd78e475046e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac494c5d3154ba21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21932022-04-28T20:37:43.594Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21942022-04-28T20:37:43.602Z Running `rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6790c16ac9a5c0cd -C extra-filename=-6790c16ac9a5c0cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-21d5064b190a9fc4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b9bfee27045f7caa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac494c5d3154ba21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7af0366e00579e9d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-858bbd968f085046.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9251b643904601bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rmeta --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-4b73a51270793896.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-0861e511273c945d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cb0f712c2a78350a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
21952022-04-28T20:37:51.859Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21962022-04-28T20:37:51.867Z Running `rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cb38e3d8838f46fb -C extra-filename=-cb38e3d8838f46fb --out-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-f46a815d0eaad9f6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d153fec8bf64761a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21972022-04-28T20:37:58.899Z Running `rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=3da2e673976233b5 -C extra-filename=-3da2e673976233b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -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-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac494c5d3154ba21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fd1ccb712ceed156.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21982022-04-28T20:38:02.698Z Running `rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=a0fc5f9edc9e80c5 -C extra-filename=-a0fc5f9edc9e80c5 --out-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-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac494c5d3154ba21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
21992022-04-28T20:38:02.951Z Running `rustc --crate-name apigen --edition=2021 internal-dns/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=facc12ca0a2af9b7 -C extra-filename=-facc12ca0a2af9b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e5f49eac2a4387d1.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-61aa154b609c1b9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22002022-04-28T20:38:04.890Z Running `rustc --crate-name dnsadm --edition=2021 internal-dns/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=ec642f8ba9c2d76f -C extra-filename=-ec642f8ba9c2d76f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e5f49eac2a4387d1.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-61aa154b609c1b9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22012022-04-28T20:38:05.571Z Running `rustc --crate-name dns_server --edition=2021 internal-dns/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=0e631c03cd12e2a9 -C extra-filename=-0e631c03cd12e2a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e5f49eac2a4387d1.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-61aa154b609c1b9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22022022-04-28T20:38:07.332Z Running `rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=861602140bb638d7 -C extra-filename=-861602140bb638d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-21d5064b190a9fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b9bfee27045f7caa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-30d2f73bbc2b96ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac494c5d3154ba21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7af0366e00579e9d.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-858bbd968f085046.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-92a3e3f8799ebda7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9251b643904601bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-4b73a51270793896.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-0861e511273c945d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cb0f712c2a78350a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22032022-04-28T20:38:07.756Z Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=7e498ce8a4b503cf -C extra-filename=-7e498ce8a4b503cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9aaf77359dedf2c3.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22042022-04-28T20:38:10.109Z Running `rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2606a55da1e17d7a -C extra-filename=-2606a55da1e17d7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1dc2f1bec4e4e7a9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rmeta --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-97f9b76fa1323e6c.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-6e4f882f3bc75ae3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-702180468ed85401.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-dccc58ce2cc87760.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-b1a6f5f149904e0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a42c89dfe47ca432.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8497e5eca6703940.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22052022-04-28T20:38:12.018Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
22062022-04-28T20:38:12.035Z Running `rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=ba364f707aa98320 -C extra-filename=-ba364f707aa98320 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cfcbf9c7494fde4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22072022-04-28T20:38:14.884Z Running `rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=646f76c7bf6423b0 -C extra-filename=-646f76c7bf6423b0 --out-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-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d153fec8bf64761a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9aaf77359dedf2c3.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22082022-04-28T20:38:19.334Z Running `rustc --crate-name nexus_client --edition=2021 nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=6d94a8b16cddde59 -C extra-filename=-6d94a8b16cddde59 --out-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-417e1331e370fd54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e0b71cfce02bdb9a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22092022-04-28T20:38:20.846Z Running `rustc --crate-name sled_agent_client --edition=2021 sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4fa61ee537eb5fe4 -C extra-filename=-4fa61ee537eb5fe4 --out-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-beafa45614662b8c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e0b71cfce02bdb9a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22102022-04-28T20:38:23.572Z Running `rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=fa0d4c6b35a6d040 -C extra-filename=-fa0d4c6b35a6d040 --out-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-417e1331e370fd54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e0b71cfce02bdb9a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22112022-04-28T20:38:26.234Z Running `rustc --crate-name gateway_sp_comms --edition=2018 gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=464d2c58a5020cc3 -C extra-filename=-464d2c58a5020cc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-54fd104d0332e5bc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-c4c873069a636739.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-08aee65914a9a290.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-551ec45393bc93f4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bb34448660184395.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-235f869a023b8e47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22122022-04-28T20:38:27.122Z Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=7c2491ce530e4315 -C extra-filename=-7c2491ce530e4315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-24ca958685dbe29e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-013f970b9ad6fe35.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-deb2c4b96ff41302.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-8d2ae287bfb54be7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1b701716665dec38.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22132022-04-28T20:38:27.231Z Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=6bedb48efa2b9d7d -C extra-filename=-6bedb48efa2b9d7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-54fd104d0332e5bc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22142022-04-28T20:38:27.818Z Running `rustc --crate-name gateway_client --edition=2021 gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=665148ce6de44786 -C extra-filename=-665148ce6de44786 --out-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-417e1331e370fd54.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e0b71cfce02bdb9a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22152022-04-28T20:38:28.588Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22162022-04-28T20:38:28.612Z Running `rustc --crate-name build_script_build --edition=2021 nexus/test-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=92e1bc2c8f9192e6 -C extra-filename=-92e1bc2c8f9192e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-92e1bc2c8f9192e6 -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-31e9654add7ecb50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-05c9d742ff22648f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-8e6fd4ce0aaa1f00.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out -L native=/usr/lib/amd64`
22172022-04-28T20:38:28.878Z Compiling oso v0.26.0
22182022-04-28T20:38:28.885Z Running `rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/oso-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=225248f675be6469 -C extra-filename=-225248f675be6469 --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-83593620746c365d.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-4ad755e473e7325e.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-40eb33be886a53d3.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-c220a4fadab72a81.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f45631f926b438a2.rmeta --extern tracing_subscriber=/work/oxidecomputer/omicron/target/debug/deps/libtracing_subscriber-179819e101145253.rmeta --cap-lints allow -D warnings`
22192022-04-28T20:38:32.002Z Running `rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/oso-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=f0a10b8d8a3006c1 -C extra-filename=-f0a10b8d8a3006c1 --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-83593620746c365d.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-d7bb5dc7747e8dc6.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-40eb33be886a53d3.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-600d01a12477f28d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ad0f075c828adc85.rmeta --extern tracing_subscriber=/work/oxidecomputer/omicron/target/debug/deps/libtracing_subscriber-1790f7ccd82b79dd.rmeta --cap-lints allow -D warnings`
22202022-04-28T20:38:33.663Z Running `rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=d108b95d162336c6 -C extra-filename=-d108b95d162336c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -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-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac494c5d3154ba21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3fd8ba6e1d4759b2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fd1ccb712ceed156.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22212022-04-28T20:38:35.942Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22222022-04-28T20:38:35.948Z Running `rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=175bc80671aee6c5 -C extra-filename=-175bc80671aee6c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2859567a2bd02916.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-19f0c2fffc1bf794.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-bd1c77838ba0bc2b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-73caa01e8e3d5623.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22232022-04-28T20:38:38.188Z Running `rustc --crate-name dnsadm --edition=2021 internal-dns/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c1b7d9771194e17d -C extra-filename=-c1b7d9771194e17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1dc2f1bec4e4e7a9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2606a55da1e17d7a.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-97f9b76fa1323e6c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-6e4f882f3bc75ae3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-702180468ed85401.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-dccc58ce2cc87760.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-b1a6f5f149904e0f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a42c89dfe47ca432.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8497e5eca6703940.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22242022-04-28T20:38:38.218Z Running `rustc --crate-name dns_server --edition=2021 internal-dns/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=389aa802f2d99ca4 -C extra-filename=-389aa802f2d99ca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1dc2f1bec4e4e7a9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2606a55da1e17d7a.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-97f9b76fa1323e6c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-6e4f882f3bc75ae3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-702180468ed85401.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-dccc58ce2cc87760.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-b1a6f5f149904e0f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a42c89dfe47ca432.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8497e5eca6703940.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22252022-04-28T20:38:40.044Z Running `rustc --crate-name basic_test --edition=2021 internal-dns/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=a8e5c22b37a6c0ed -C extra-filename=-a8e5c22b37a6c0ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e5f49eac2a4387d1.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-61aa154b609c1b9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22262022-04-28T20:38:43.531Z Running `rustc --crate-name apigen --edition=2021 internal-dns/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=29a65aae32055c3d -C extra-filename=-29a65aae32055c3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1dc2f1bec4e4e7a9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-2606a55da1e17d7a.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-97f9b76fa1323e6c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-6e4f882f3bc75ae3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-702180468ed85401.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-dccc58ce2cc87760.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-b1a6f5f149904e0f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a42c89dfe47ca432.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8497e5eca6703940.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22272022-04-28T20:38:45.082Z Running `rustc --crate-name openapi_test --edition=2021 internal-dns/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=f0aa794728b7e3f8 -C extra-filename=-f0aa794728b7e3f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e5f49eac2a4387d1.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-61aa154b609c1b9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22282022-04-28T20:38:57.045Z Running `rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=acf1f7a161ad6ea3 -C extra-filename=-acf1f7a161ad6ea3 --out-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-417e1331e370fd54.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6d94a8b16cddde59.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22292022-04-28T20:38:57.438Z Running `rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b289f26023879037 -C extra-filename=-b289f26023879037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -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-0ff1952156ebae90.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6d94a8b16cddde59.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2763805c7dec28f9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22302022-04-28T20:39:05.482Z Running `rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=207d6361f62fe363 -C extra-filename=-207d6361f62fe363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-607322bf522276f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9652141db787797b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad82404db142692a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ade3659202ab9af7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6d94a8b16cddde59.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a74a74c2451c0a3e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e0b71cfce02bdb9a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-338533af58a88a4a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4fa61ee537eb5fe4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-f071b18aee5b34ab.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8810ca856cdb4bfd.rmeta --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-615f7abe52caeba9.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4caeab0816a14bb1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cf7a201a8b1c5cd1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c1a45853334cb2ae.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5e909ee8e4849dc3.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22312022-04-28T20:39:06.099Z Running `rustc --crate-name gateway --edition=2021 gateway/src/bin/gateway.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=ffea637b6fe6ba85 -C extra-filename=-ffea637b6fe6ba85 --out-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-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d153fec8bf64761a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cb38e3d8838f46fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9aaf77359dedf2c3.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22322022-04-28T20:39:08.555Z Running `rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5c390f6da64455b7 -C extra-filename=-5c390f6da64455b7 --out-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-1dc2f1bec4e4e7a9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-54fd104d0332e5bc.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-464d2c58a5020cc3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-c4c873069a636739.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22332022-04-28T20:39:14.938Z Running `rustc --crate-name omicron_dev --edition=2021 test-utils/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=979cf0abe594848e -C extra-filename=-979cf0abe594848e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7c2491ce530e4315.rlib --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-24ca958685dbe29e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-013f970b9ad6fe35.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-deb2c4b96ff41302.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-8d2ae287bfb54be7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1b701716665dec38.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22342022-04-28T20:39:24.633Z Running `rustc --crate-name test_omicron_dev --edition=2021 test-utils/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=37d5d20918cd7a5b -C extra-filename=-37d5d20918cd7a5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a86bd37610c04b32.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-dd21f45841791b10.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3dd49b6e16a3567.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22352022-04-28T20:39:26.040Z Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=1f1312ffd22429bb -C extra-filename=-1f1312ffd22429bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-54fd104d0332e5bc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6bedb48efa2b9d7d.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22362022-04-28T20:39:35.936Z Running `rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=158b2f5f7cedee39 -C extra-filename=-158b2f5f7cedee39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0cf1436cc03934b1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-fcf59afbdbde8dda.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-259bafc7843bd09c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b9bfee27045f7caa.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6152ab6e4ddfec32.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a67ec14650cd120b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e34fe99f9a5a22bf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4a92703c2c6498ff.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-994f4ac3ac5276f6.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-daca5a4ec4067aa5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-225248f675be6469.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fb4b9aa98cd5cffe.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fd1ccb712ceed156.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4eea360f49bef454.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-93af0cc746ea2503.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e3ace23baf86592.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8239c97c4e4aae92.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9251b643904601bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b30964e28f7d5608.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-62d09a498c41c0b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22372022-04-28T20:39:40.513Z Running `rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4df487a61e57aa05 -C extra-filename=-4df487a61e57aa05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1dc2f1bec4e4e7a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-665148ce6de44786.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bb34448660184395.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22382022-04-28T20:39:42.877Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-92e1bc2c8f9192e6/build-script-build`
22392022-04-28T20:39:47.048Z Running `rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5dedc091601847e9 -C extra-filename=-5dedc091601847e9 --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-417e1331e370fd54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6d94a8b16cddde59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-acf1f7a161ad6ea3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22402022-04-28T20:39:53.732Z Running `rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4c33791a81be9df3 -C extra-filename=-4c33791a81be9df3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -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-0ff1952156ebae90.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6d94a8b16cddde59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-b289f26023879037.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2763805c7dec28f9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22412022-04-28T20:39:54.216Z Running `rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=de637250709adfa7 -C extra-filename=-de637250709adfa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -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-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac494c5d3154ba21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3fd8ba6e1d4759b2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fd1ccb712ceed156.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22422022-04-28T20:39:54.792Z Running `rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=6477d8b57e1854f2 -C extra-filename=-6477d8b57e1854f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-5ba46e82fe95de86.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-207d6361f62fe363.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6967807b7ee69ce7.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-031d7c8b3687f6d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-f071b18aee5b34ab.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4caeab0816a14bb1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4ef0bc4bb8a1286b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22432022-04-28T20:39:57.743Z Running `rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=639ca637ba79cbba -C extra-filename=-639ca637ba79cbba --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ceb0f340e7c72874.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-00487d4f5c5cab06.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4a4f4c416d2f79c2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-37bdc534d1235638.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad82404db142692a.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7788c4c75c50c259.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-791a82d1f05786d7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9c2afc5808867fc4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5676683534c8af32.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ade3659202ab9af7.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-c46ec954ad0e7d5a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-7d50e845eea9218f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6452bb810676da4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-207d6361f62fe363.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f0a10b8d8a3006c1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa0d4c6b35a6d040.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2763805c7dec28f9.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-48c53ed33c676356.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-acf1f7a161ad6ea3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cebe467b7a50804a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-2da247859b0465c6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-13aee6bcf8188240.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-e880cd177f8740d5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-08aee65914a9a290.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4fa61ee537eb5fe4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3016fdea09e4863f.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1b701716665dec38.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-70a3f04fbba942f0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-235f869a023b8e47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22442022-04-28T20:39:58.880Z Running `rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=2b010d8188459a74 -C extra-filename=-2b010d8188459a74 --out-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-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d153fec8bf64761a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cb38e3d8838f46fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-9aaf77359dedf2c3.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22452022-04-28T20:40:05.424Z Running `rustc --crate-name gateway --edition=2021 gateway/src/bin/gateway.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5a17c78ca2f28c97 -C extra-filename=-5a17c78ca2f28c97 --out-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-1dc2f1bec4e4e7a9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-54fd104d0332e5bc.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-464d2c58a5020cc3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5c390f6da64455b7.rlib --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-c4c873069a636739.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
22462022-04-28T20:40:23.945Z Running `rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=cce2961be257fe82 -C extra-filename=-cce2961be257fe82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-21d5064b190a9fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b9bfee27045f7caa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-30d2f73bbc2b96ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac494c5d3154ba21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7af0366e00579e9d.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-858bbd968f085046.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-92a3e3f8799ebda7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9251b643904601bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-4b73a51270793896.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-0861e511273c945d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cb0f712c2a78350a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22472022-04-28T20:40:27.194Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy)
22482022-04-28T20:40:27.200Z Running `rustc --crate-name thing_flinger --edition=2021 deploy/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=a3bc71db28ca8f49 -C extra-filename=-a3bc71db28ca8f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-67d4d0b933a3b739.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-175bc80671aee6c5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22492022-04-28T20:40:29.668Z Running `rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=aff622113db384f3 -C extra-filename=-aff622113db384f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2859567a2bd02916.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-175bc80671aee6c5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-19f0c2fffc1bf794.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-bd1c77838ba0bc2b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-73caa01e8e3d5623.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22502022-04-28T20:40:33.099Z 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=5045e0021505be9d -C extra-filename=-5045e0021505be9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-67d4d0b933a3b739.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-175bc80671aee6c5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22512022-04-28T20:40:36.151Z Running `rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=8c1403da3201e353 -C extra-filename=-8c1403da3201e353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2859567a2bd02916.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-19f0c2fffc1bf794.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-bd1c77838ba0bc2b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-73caa01e8e3d5623.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22522022-04-28T20:40:36.438Z Running `rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=5261e14c0624bb1f -C extra-filename=-5261e14c0624bb1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-21d5064b190a9fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b9bfee27045f7caa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-30d2f73bbc2b96ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac494c5d3154ba21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7af0366e00579e9d.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-858bbd968f085046.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-92a3e3f8799ebda7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9251b643904601bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-4b73a51270793896.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-0861e511273c945d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cb0f712c2a78350a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22532022-04-28T20:40:46.691Z Running `rustc --crate-name thing_flinger --edition=2021 deploy/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e58c6874989bb9e6 -C extra-filename=-e58c6874989bb9e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-387409dfa003b288.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6477d8b57e1854f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-207d6361f62fe363.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22542022-04-28T20:40:46.791Z Running `rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=d0317ffb776c5a0a -C extra-filename=-d0317ffb776c5a0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-21d5064b190a9fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b9bfee27045f7caa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-30d2f73bbc2b96ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ac494c5d3154ba21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7af0366e00579e9d.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-0d3cb77d5b3c61f9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-858bbd968f085046.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-92a3e3f8799ebda7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9251b643904601bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-4b73a51270793896.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-0861e511273c945d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cb0f712c2a78350a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22552022-04-28T20:40:47.069Z Running `rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e7effa811a822607 -C extra-filename=-e7effa811a822607 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-607322bf522276f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9652141db787797b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad82404db142692a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ade3659202ab9af7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6d94a8b16cddde59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-207d6361f62fe363.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a74a74c2451c0a3e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e0b71cfce02bdb9a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-338533af58a88a4a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4fa61ee537eb5fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-f071b18aee5b34ab.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8810ca856cdb4bfd.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-615f7abe52caeba9.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4caeab0816a14bb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cf7a201a8b1c5cd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c1a45853334cb2ae.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5e909ee8e4849dc3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22562022-04-28T20:40:47.227Z Running `rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4e0fa8b3cbe5b6fe -C extra-filename=-4e0fa8b3cbe5b6fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-5ba46e82fe95de86.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6477d8b57e1854f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-207d6361f62fe363.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-6967807b7ee69ce7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-031d7c8b3687f6d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-f071b18aee5b34ab.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4caeab0816a14bb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-4ef0bc4bb8a1286b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22572022-04-28T20:40:58.206Z Running `rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b8438440b46ba6fa -C extra-filename=-b8438440b46ba6fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-607322bf522276f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9652141db787797b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad82404db142692a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ade3659202ab9af7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-6d94a8b16cddde59.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-207d6361f62fe363.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a74a74c2451c0a3e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e0b71cfce02bdb9a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-338533af58a88a4a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4fa61ee537eb5fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-f071b18aee5b34ab.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8810ca856cdb4bfd.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-615f7abe52caeba9.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4caeab0816a14bb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cf7a201a8b1c5cd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c1a45853334cb2ae.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5e909ee8e4849dc3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22582022-04-28T20:41:03.908Z 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 --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=4940223614644a29 -C extra-filename=-4940223614644a29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-387409dfa003b288.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6477d8b57e1854f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-207d6361f62fe363.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22592022-04-28T20:41:42.747Z Running `rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=69d8f7f8c27b044d -C extra-filename=-69d8f7f8c27b044d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rmeta --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-158b2f5f7cedee39.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fb4b9aa98cd5cffe.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3fd8ba6e1d4759b2.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-93af0cc746ea2503.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
22602022-04-28T20:43:41.265Z Running `rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=4a6df6778510a70e -C extra-filename=-4a6df6778510a70e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0cf1436cc03934b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-fcf59afbdbde8dda.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-259bafc7843bd09c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8f14d956e328ef96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b9bfee27045f7caa.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6152ab6e4ddfec32.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a67ec14650cd120b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e34fe99f9a5a22bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-55af4510f6b2587a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4a92703c2c6498ff.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-994f4ac3ac5276f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-69d8f7f8c27b044d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4195dffcb44d528e.so --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-daca5a4ec4067aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-158b2f5f7cedee39.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-225248f675be6469.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fb4b9aa98cd5cffe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fd1ccb712ceed156.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4eea360f49bef454.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-93af0cc746ea2503.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e3ace23baf86592.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8239c97c4e4aae92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9251b643904601bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-64eb119f9fd400cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b30964e28f7d5608.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-62d09a498c41c0b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22612022-04-28T20:43:41.274Z Running `rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=b671045baf67c4da -C extra-filename=-b671045baf67c4da --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0cf1436cc03934b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-fcf59afbdbde8dda.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-259bafc7843bd09c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8f14d956e328ef96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b9bfee27045f7caa.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6152ab6e4ddfec32.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a67ec14650cd120b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e34fe99f9a5a22bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-55af4510f6b2587a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4a92703c2c6498ff.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-994f4ac3ac5276f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-69d8f7f8c27b044d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4195dffcb44d528e.so --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-daca5a4ec4067aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-225248f675be6469.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fb4b9aa98cd5cffe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fd1ccb712ceed156.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4eea360f49bef454.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-93af0cc746ea2503.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e3ace23baf86592.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8239c97c4e4aae92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9251b643904601bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-64eb119f9fd400cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b30964e28f7d5608.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-62d09a498c41c0b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22622022-04-28T20:43:46.697Z Running `rustc --crate-name setup_benchmark --edition=2021 nexus/benches/setup_benchmark.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg test -C metadata=216888ac43c2cc73 -C extra-filename=-216888ac43c2cc73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0cf1436cc03934b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-fcf59afbdbde8dda.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-259bafc7843bd09c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8f14d956e328ef96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b9bfee27045f7caa.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6152ab6e4ddfec32.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a67ec14650cd120b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e34fe99f9a5a22bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-55af4510f6b2587a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4a92703c2c6498ff.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-994f4ac3ac5276f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-69d8f7f8c27b044d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4195dffcb44d528e.so --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-daca5a4ec4067aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-158b2f5f7cedee39.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-225248f675be6469.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fb4b9aa98cd5cffe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fd1ccb712ceed156.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4eea360f49bef454.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-93af0cc746ea2503.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e3ace23baf86592.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8239c97c4e4aae92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9251b643904601bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-64eb119f9fd400cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b30964e28f7d5608.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-62d09a498c41c0b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22632022-04-28T20:43:46.708Z Running `rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c9b1bfb1a31d1fdc -C extra-filename=-c9b1bfb1a31d1fdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ceb0f340e7c72874.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-00487d4f5c5cab06.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4a4f4c416d2f79c2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-37bdc534d1235638.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-ad82404db142692a.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7788c4c75c50c259.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-791a82d1f05786d7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0ff1952156ebae90.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9c2afc5808867fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5676683534c8af32.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ade3659202ab9af7.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-c46ec954ad0e7d5a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-7d50e845eea9218f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6452bb810676da4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-fa2e04f58dad5b22.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-639ca637ba79cbba.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-207d6361f62fe363.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f0a10b8d8a3006c1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fa0d4c6b35a6d040.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2763805c7dec28f9.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-48c53ed33c676356.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-acf1f7a161ad6ea3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cebe467b7a50804a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-2da247859b0465c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-13aee6bcf8188240.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-e880cd177f8740d5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-08aee65914a9a290.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4fa61ee537eb5fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-8a5daeebb8e90d8d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3016fdea09e4863f.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1b701716665dec38.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-70a3f04fbba942f0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-235f869a023b8e47.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22642022-04-28T20:43:46.717Z Running `rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=6cb92dc331378648 -C extra-filename=-6cb92dc331378648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0cf1436cc03934b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-fcf59afbdbde8dda.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-259bafc7843bd09c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8f14d956e328ef96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b9bfee27045f7caa.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6152ab6e4ddfec32.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-a67ec14650cd120b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-559c8ee90d3ca9c1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e34fe99f9a5a22bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-55af4510f6b2587a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4a92703c2c6498ff.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-994f4ac3ac5276f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-69d8f7f8c27b044d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4195dffcb44d528e.so --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-daca5a4ec4067aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f69acc17c3ba1712.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-158b2f5f7cedee39.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6790c16ac9a5c0cd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-09fc2f67b6890270.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-225248f675be6469.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-fb4b9aa98cd5cffe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fd1ccb712ceed156.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4eea360f49bef454.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-93af0cc746ea2503.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e3ace23baf86592.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8239c97c4e4aae92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9251b643904601bc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-361bef49c0d48411.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-64eb119f9fd400cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b30964e28f7d5608.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-62d09a498c41c0b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
22652022-04-28T20:48:01.606Z Finished dev [unoptimized + debuginfo] target(s) in 19m 35s
22662022-04-28T20:48:01.876Z
22672022-04-28T20:48:01.882Zreal 19:35.427465074
22682022-04-28T20:48:01.888Zuser 1:41:45.221013401
22692022-04-28T20:48:01.894Zsys 15:32.010502199
22702022-04-28T20:48:01.900Ztrap 4.423054331
22712022-04-28T20:48:01.906Ztflt 13.740425976
22722022-04-28T20:48:01.912Zdflt 18.951582887
22732022-04-28T20:48:01.919Zkflt 0.159987587
22742022-04-28T20:48:01.925Zlock 3:25:44.543195882
22752022-04-28T20:48:01.931Zslp 5:12:54.968510544
22762022-04-28T20:48:01.937Zlat 4:46.463502684
22772022-04-28T20:48:01.944Zstop 3:56.156930000
22782022-04-28T20:48:01.951Z+ banner deploy-check
22792022-04-28T20:48:01.956Z
22802022-04-28T20:48:01.962Z ##### ###### ##### # #### # # #### # # ######
22812022-04-28T20:48:01.968Z # # # # # # # # # # # # # # #
22822022-04-28T20:48:01.974Z # # ##### # # # # # # ##### # ###### #####
22832022-04-28T20:48:01.981Z # # # ##### # # # # # # # #
22842022-04-28T20:48:01.987Z # # # # # # # # # # # # #
22852022-04-28T20:48:01.992Z ##### ###### # ###### #### # #### # # ######
22862022-04-28T20:48:01.999Z
22872022-04-28T20:48:02.009Z+ ptime -m cargo run --bin omicron-package -- check
22882022-04-28T20:48:02.609Z Compiling serde v1.0.136
22892022-04-28T20:48:02.622Z Compiling uuid v0.8.2
22902022-04-28T20:48:02.632Z Compiling indexmap v1.8.1
22912022-04-28T20:48:02.641Z Compiling console v0.15.0
22922022-04-28T20:48:02.649Z Compiling chrono v0.4.19
22932022-04-28T20:48:02.659Z Compiling tokio v1.17.0
22942022-04-28T20:48:04.091Z Compiling indicatif v0.16.2
22952022-04-28T20:48:11.741Z Compiling serde_json v1.0.79
22962022-04-28T20:48:11.748Z Compiling serde_tokenstream v0.1.3
22972022-04-28T20:48:12.556Z Compiling tokio-util v0.6.9
22982022-04-28T20:48:12.564Z Compiling tokio-rustls v0.23.3
22992022-04-28T20:48:12.570Z Compiling tokio-native-tls v0.3.0
23002022-04-28T20:48:12.576Z Compiling tokio-util v0.7.1
23012022-04-28T20:48:12.612Z Compiling steno v0.1.0 (https://github.com/oxidecomputer/steno?branch=main#578498bb)
23022022-04-28T20:48:13.478Z Compiling backoff v0.4.0
23032022-04-28T20:48:13.497Z Compiling dropshot_endpoint v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394)
23042022-04-28T20:48:13.513Z Compiling crucible-common v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
23052022-04-28T20:48:14.426Z Compiling h2 v0.3.12
23062022-04-28T20:48:15.213Z Compiling tokio-postgres v0.7.5
23072022-04-28T20:48:15.474Z Compiling crucible-scope v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
23082022-04-28T20:48:16.125Z Compiling schemars v0.8.8
23092022-04-28T20:48:16.727Z Compiling usdt-impl v0.3.2
23102022-04-28T20:48:17.704Z Compiling openapiv3 v1.0.1
23112022-04-28T20:48:19.029Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
23122022-04-28T20:48:21.588Z Compiling typify-impl v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98)
23132022-04-28T20:48:24.657Z Compiling usdt-macro v0.3.2
23142022-04-28T20:48:25.032Z Compiling usdt-attr-macro v0.3.2
23152022-04-28T20:48:29.402Z Compiling usdt v0.3.2
23162022-04-28T20:48:29.960Z Compiling slog-dtrace v0.2.1
23172022-04-28T20:48:30.186Z Compiling hyper v0.14.18
23182022-04-28T20:48:31.836Z Compiling typify-macro v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98)
23192022-04-28T20:48:37.366Z Compiling typify v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98)
23202022-04-28T20:48:37.616Z Compiling progenitor-impl v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
23212022-04-28T20:48:41.132Z Compiling hyper-rustls v0.23.0
23222022-04-28T20:48:41.140Z Compiling hyper-tls v0.5.0
23232022-04-28T20:48:41.417Z Compiling dropshot v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394)
23242022-04-28T20:48:42.004Z Compiling reqwest v0.11.10
23252022-04-28T20:48:42.823Z Compiling progenitor-macro v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
23262022-04-28T20:48:45.965Z Compiling progenitor-client v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
23272022-04-28T20:48:45.971Z Compiling omicron-zone-package v0.2.1
23282022-04-28T20:48:47.193Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
23292022-04-28T20:48:54.358Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ec4f3a41a638ea6c3316a86f30f1895f4877f2ef#ec4f3a41)
23302022-04-28T20:48:56.444Z Compiling progenitor v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
23312022-04-28T20:48:56.913Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23322022-04-28T20:48:56.920Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
23332022-04-28T20:49:04.111Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
23342022-04-28T20:49:04.118Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
23352022-04-28T20:49:08.896Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23362022-04-28T20:49:21.713Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23372022-04-28T20:50:17.309Z Finished dev [unoptimized + debuginfo] target(s) in 2m 15s
23382022-04-28T20:50:17.343Z Running `target/debug/omicron-package check`
23392022-04-28T20:50:18.144Z Compiling proc-macro2 v1.0.37
23402022-04-28T20:50:18.151Z Compiling unicode-xid v0.2.2
23412022-04-28T20:50:18.158Z Compiling syn v1.0.91
23422022-04-28T20:50:18.164Z Compiling libc v0.2.123
23432022-04-28T20:50:18.170Z Checking cfg-if v1.0.0
23442022-04-28T20:50:18.176Z Compiling version_check v0.9.4
23452022-04-28T20:50:18.183Z Compiling serde_derive v1.0.136
23462022-04-28T20:50:18.190Z Compiling autocfg v1.1.0
23472022-04-28T20:50:18.479Z Compiling serde v1.0.136
23482022-04-28T20:50:18.635Z Compiling memchr v2.4.1
23492022-04-28T20:50:19.653Z Checking once_cell v1.10.0
23502022-04-28T20:50:19.735Z Compiling log v0.4.16
23512022-04-28T20:50:19.844Z Checking itoa v1.0.1
23522022-04-28T20:50:19.908Z Compiling serde_json v1.0.79
23532022-04-28T20:50:19.931Z Checking smallvec v1.8.0
23542022-04-28T20:50:20.106Z Checking lazy_static v1.4.0
23552022-04-28T20:50:20.292Z Checking scopeguard v1.1.0
23562022-04-28T20:50:20.366Z Checking pin-project-lite v0.2.8
23572022-04-28T20:50:20.405Z Compiling cc v1.0.73
23582022-04-28T20:50:20.531Z Checking ryu v1.0.9
23592022-04-28T20:50:20.627Z Compiling parking_lot_core v0.9.1
23602022-04-28T20:50:20.680Z Compiling futures-core v0.3.21
23612022-04-28T20:50:20.742Z Compiling ucd-trie v0.1.3
23622022-04-28T20:50:20.759Z Compiling typenum v1.15.0
23632022-04-28T20:50:21.075Z Checking futures-sink v0.3.21
23642022-04-28T20:50:21.129Z Compiling futures-task v0.3.21
23652022-04-28T20:50:21.399Z Compiling futures-channel v0.3.21
23662022-04-28T20:50:21.496Z Compiling futures-util v0.3.21
23672022-04-28T20:50:21.523Z Checking pin-utils v0.1.0
23682022-04-28T20:50:21.587Z Checking futures-io v0.3.21
23692022-04-28T20:50:21.853Z Checking slab v0.4.5
23702022-04-28T20:50:22.081Z Checking bitflags v1.3.2
23712022-04-28T20:50:22.248Z Checking byteorder v1.4.3
23722022-04-28T20:50:22.328Z Compiling pkg-config v0.3.24
23732022-04-28T20:50:22.498Z Checking spin v0.5.2
23742022-04-28T20:50:22.918Z Checking tinyvec_macros v0.1.0
23752022-04-28T20:50:22.926Z Checking untrusted v0.7.1
23762022-04-28T20:50:22.970Z Compiling regex-syntax v0.6.25
23772022-04-28T20:50:22.978Z Checking base64 v0.13.0
23782022-04-28T20:50:23.058Z Checking fnv v1.0.7
23792022-04-28T20:50:23.187Z Checking subtle v2.4.1
23802022-04-28T20:50:23.239Z Compiling parking_lot_core v0.8.5
23812022-04-28T20:50:23.840Z Checking percent-encoding v2.1.0
23822022-04-28T20:50:24.076Z Checking matches v0.1.9
23832022-04-28T20:50:24.262Z Checking unicode-bidi v0.3.7
23842022-04-28T20:50:24.338Z Compiling slog v2.7.0
23852022-04-28T20:50:24.432Z Compiling maplit v1.0.2
23862022-04-28T20:50:24.496Z Compiling rustls v0.20.4
23872022-04-28T20:50:24.799Z Checking ppv-lite86 v0.2.16
23882022-04-28T20:50:25.173Z Compiling httparse v1.6.0
23892022-04-28T20:50:25.216Z Compiling unicode-segmentation v1.9.0
23902022-04-28T20:50:25.492Z Checking dyn-clone v1.0.5
23912022-04-28T20:50:25.532Z Checking httpdate v1.0.2
23922022-04-28T20:50:25.603Z Checking try-lock v0.2.3
23932022-04-28T20:50:25.866Z Compiling schemars v0.8.8
23942022-04-28T20:50:26.002Z Checking tower-service v0.3.1
23952022-04-28T20:50:26.210Z Compiling async-trait v0.1.53
23962022-04-28T20:50:26.217Z Compiling openssl v0.10.38
23972022-04-28T20:50:26.334Z Checking remove_dir_all v0.5.3
23982022-04-28T20:50:26.384Z Checking foreign-types-shared v0.1.1
23992022-04-28T20:50:26.741Z Compiling hashbrown v0.11.2
24002022-04-28T20:50:26.749Z Checking fastrand v1.7.0
24012022-04-28T20:50:27.020Z Compiling same-file v1.0.6
24022022-04-28T20:50:27.180Z Compiling time-macros v0.2.4
24032022-04-28T20:50:27.359Z Checking num_threads v0.1.5
24042022-04-28T20:50:27.494Z Compiling native-tls v0.2.8
24052022-04-28T20:50:27.694Z Checking ipnet v2.4.0
24062022-04-28T20:50:27.722Z Compiling home v0.5.3
24072022-04-28T20:50:28.370Z Compiling anyhow v1.0.56
24082022-04-28T20:50:28.541Z Checking openssl-probe v0.1.5
24092022-04-28T20:50:28.810Z Compiling crossbeam-utils v0.8.8
24102022-04-28T20:50:29.005Z Compiling encoding_rs v0.8.30
24112022-04-28T20:50:29.178Z Checking unicode-width v0.1.9
24122022-04-28T20:50:29.607Z Checking mime v0.3.16
24132022-04-28T20:50:29.650Z Compiling uuid v0.8.2
24142022-04-28T20:50:29.712Z Checking cpufeatures v0.2.2
24152022-04-28T20:50:30.059Z Compiling convert_case v0.4.0
24162022-04-28T20:50:30.068Z Compiling slog-async v2.7.0
24172022-04-28T20:50:30.387Z Checking take_mut v0.2.2
24182022-04-28T20:50:30.576Z Checking match_cfg v0.1.0
24192022-04-28T20:50:30.906Z Checking ansi_term v0.12.1
24202022-04-28T20:50:31.045Z Checking strsim v0.8.0
24212022-04-28T20:50:31.208Z Checking vec_map v0.8.2
24222022-04-28T20:50:31.315Z Compiling paste v1.0.7
24232022-04-28T20:50:31.619Z Checking fallible-iterator v0.2.0
24242022-04-28T20:50:31.699Z Compiling rustversion v1.0.6
24252022-04-28T20:50:31.705Z Compiling strsim v0.10.0
24262022-04-28T20:50:31.901Z Compiling semver v0.1.20
24272022-04-28T20:50:32.433Z Compiling ident_case v1.0.1
24282022-04-28T20:50:32.989Z Checking siphasher v0.3.10
24292022-04-28T20:50:32.996Z Compiling radium v0.6.2
24302022-04-28T20:50:33.260Z Compiling heck v0.4.0
24312022-04-28T20:50:33.471Z Checking fixedbitset v0.4.1
24322022-04-28T20:50:33.522Z Checking opaque-debug v0.3.0
24332022-04-28T20:50:33.771Z Compiling vcpkg v0.2.15
24342022-04-28T20:50:33.870Z Checking tap v1.0.1
24352022-04-28T20:50:33.928Z Checking funty v1.2.0
24362022-04-28T20:50:34.135Z Checking const-oid v0.6.2
24372022-04-28T20:50:34.142Z Checking static_assertions v1.1.0
24382022-04-28T20:50:34.191Z Compiling crunchy v0.2.2
24392022-04-28T20:50:34.315Z Checking fallible-streaming-iterator v0.1.9
24402022-04-28T20:50:34.882Z Compiling tiny-keccak v2.0.2
24412022-04-28T20:50:34.899Z Compiling new_debug_unreachable v1.0.4
24422022-04-28T20:50:35.184Z Compiling precomputed-hash v0.1.1
24432022-04-28T20:50:35.235Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24442022-04-28T20:50:35.322Z Compiling either v1.6.1
24452022-04-28T20:50:35.363Z Compiling fixedbitset v0.2.0
24462022-04-28T20:50:35.555Z Checking array-init v2.0.0
24472022-04-28T20:50:35.561Z Compiling bit-vec v0.6.3
24482022-04-28T20:50:35.678Z Checking half v1.8.2
24492022-04-28T20:50:35.745Z Compiling lalrpop-util v0.19.7
24502022-04-28T20:50:35.937Z Checking data-encoding v2.3.2
24512022-04-28T20:50:36.393Z Compiling diff v0.1.12
24522022-04-28T20:50:36.466Z Compiling crc32fast v1.3.2
24532022-04-28T20:50:36.591Z Checking arc-swap v1.5.0
24542022-04-28T20:50:36.636Z Checking termcolor v1.1.3
24552022-04-28T20:50:36.661Z Checking endian-type v0.1.2
24562022-04-28T20:50:36.985Z Compiling doc-comment v0.3.3
24572022-04-28T20:50:37.204Z Checking os_str_bytes v6.0.0
24582022-04-28T20:50:37.260Z Checking humantime v2.1.0
24592022-04-28T20:50:37.518Z Compiling unindent v0.1.8
24602022-04-28T20:50:37.544Z Checking itoa v0.4.8
24612022-04-28T20:50:37.624Z Checking textwrap v0.15.0
24622022-04-28T20:50:38.041Z Compiling ref-cast v1.0.6
24632022-04-28T20:50:38.049Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24642022-04-28T20:50:38.314Z Checking pretty-hex v0.3.0
24652022-04-28T20:50:38.360Z Checking hex v0.4.3
24662022-04-28T20:50:38.422Z Checking instant v0.1.12
24672022-04-28T20:50:39.099Z Compiling generic-array v0.14.5
24682022-04-28T20:50:39.136Z Compiling ahash v0.7.6
24692022-04-28T20:50:39.147Z Compiling usdt-impl v0.3.2
24702022-04-28T20:50:39.155Z Compiling proc-macro-error-attr v1.0.4
24712022-04-28T20:50:39.237Z Compiling proc-macro-error v1.0.4
24722022-04-28T20:50:39.248Z Compiling dropshot v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394)
24732022-04-28T20:50:39.265Z Compiling slog-dtrace v0.2.1
24742022-04-28T20:50:39.663Z Compiling unicase v2.6.0
24752022-04-28T20:50:39.830Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
24762022-04-28T20:50:39.875Z Compiling cookie v0.16.0
24772022-04-28T20:50:39.881Z Compiling num-traits v0.2.14
24782022-04-28T20:50:40.001Z Compiling num-integer v0.1.44
24792022-04-28T20:50:40.009Z Compiling indexmap v1.8.1
24802022-04-28T20:50:40.564Z Compiling memoffset v0.6.5
24812022-04-28T20:50:40.596Z Compiling crossbeam-epoch v0.9.8
24822022-04-28T20:50:40.603Z Checking thread_local v1.1.4
24832022-04-28T20:50:40.725Z Checking path-dedot v3.0.16
24842022-04-28T20:50:40.731Z Checking tracing-core v0.1.23
24852022-04-28T20:50:40.738Z Checking sharded-slab v0.1.4
24862022-04-28T20:50:40.768Z Checking lock_api v0.4.6
24872022-04-28T20:50:41.139Z Checking nibble_vec v0.1.0
24882022-04-28T20:50:41.293Z Compiling pest v2.1.3
24892022-04-28T20:50:41.676Z Checking fxhash v0.2.1
24902022-04-28T20:50:41.721Z Checking tinyvec v1.5.1
24912022-04-28T20:50:41.916Z Checking rustls-pemfile v0.3.0
24922022-04-28T20:50:41.976Z Checking rustls-pemfile v1.0.0
24932022-04-28T20:50:42.027Z Checking pem v1.0.2
24942022-04-28T20:50:42.224Z Checking form_urlencoded v1.0.1
24952022-04-28T20:50:42.414Z Compiling ring v0.16.20
24962022-04-28T20:50:42.487Z Compiling openssl-sys v0.9.72
24972022-04-28T20:50:42.931Z Compiling heck v0.3.3
24982022-04-28T20:50:43.085Z Checking foreign-types v0.3.2
24992022-04-28T20:50:43.634Z Compiling walkdir v2.3.2
25002022-04-28T20:50:43.763Z Checking textwrap v0.11.0
25012022-04-28T20:50:44.044Z Checking getopts v0.2.21
25022022-04-28T20:50:44.866Z Compiling rustc_version v0.1.7
25032022-04-28T20:50:44.905Z Checking phf_shared v0.10.0
25042022-04-28T20:50:44.962Z Checking wyz v0.4.0
25052022-04-28T20:50:45.129Z Checking der v0.4.5
25062022-04-28T20:50:45.492Z Compiling itertools v0.10.3
25072022-04-28T20:50:45.649Z Checking ringbuffer v0.8.4
25082022-04-28T20:50:45.672Z Compiling bit-set v0.5.2
25092022-04-28T20:50:46.197Z Checking clap_lex v0.1.1
25102022-04-28T20:50:46.311Z Compiling libsqlite3-sys v0.24.1
25112022-04-28T20:50:46.467Z Compiling indoc v1.0.4
25122022-04-28T20:50:46.593Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25132022-04-28T20:50:50.574Z Checking path-absolutize v3.0.12
25142022-04-28T20:50:51.422Z Checking radix_trie v0.2.1
25152022-04-28T20:50:51.737Z Checking tracing-subscriber v0.3.9
25162022-04-28T20:50:51.872Z Compiling pest_meta v2.1.3
25172022-04-28T20:50:52.006Z Compiling semver-parser v0.10.2
25182022-04-28T20:50:53.913Z Checking unicode-normalization v0.1.19
25192022-04-28T20:50:55.397Z Checking phf v0.10.1
25202022-04-28T20:50:55.602Z Compiling newtype_derive v0.1.6
25212022-04-28T20:50:56.561Z Checking spki v0.4.1
25222022-04-28T20:50:56.727Z Checking aho-corasick v0.7.18
25232022-04-28T20:50:56.739Z Checking bstr v0.2.17
25242022-04-28T20:50:57.025Z Checking getrandom v0.2.5
25252022-04-28T20:50:57.652Z Checking num_cpus v1.13.1
25262022-04-28T20:50:57.659Z Checking signal-hook-registry v1.4.0
25272022-04-28T20:50:58.024Z Checking socket2 v0.4.4
25282022-04-28T20:50:58.294Z Checking time v0.1.44
25292022-04-28T20:50:58.307Z Checking atty v0.2.14
25302022-04-28T20:50:58.316Z Checking tempfile v3.3.0
25312022-04-28T20:50:58.701Z Checking time v0.3.9
25322022-04-28T20:50:58.785Z Checking thread-id v4.0.0
25332022-04-28T20:50:59.096Z Checking dirs-sys-next v0.1.2
25342022-04-28T20:50:59.166Z Checking hostname v0.3.1
25352022-04-28T20:50:59.213Z Checking xattr v0.2.2
25362022-04-28T20:50:59.406Z Checking filetime v0.2.15
25372022-04-28T20:50:59.560Z Checking rand v0.4.6
25382022-04-28T20:51:00.518Z Checking quote v1.0.18
25392022-04-28T20:51:01.583Z Checking mio v0.8.2
25402022-04-28T20:51:01.851Z Checking want v0.3.0
25412022-04-28T20:51:02.368Z Compiling ena v0.14.0
25422022-04-28T20:51:02.381Z Checking slog-scope v4.4.0
25432022-04-28T20:51:02.942Z Compiling semver v0.11.0
25442022-04-28T20:51:02.953Z Checking crossbeam-channel v0.5.4
25452022-04-28T20:51:04.114Z Checking bitvec v0.22.3
25462022-04-28T20:51:04.809Z Checking idna v0.2.3
25472022-04-28T20:51:04.903Z Checking stringprep v0.1.2
25482022-04-28T20:51:05.534Z Checking pkcs8 v0.7.6
25492022-04-28T20:51:05.773Z Checking rand_core v0.6.3
25502022-04-28T20:51:05.857Z Checking parking_lot v0.12.0
25512022-04-28T20:51:05.894Z Checking clap v2.34.0
25522022-04-28T20:51:06.076Z Checking regex v1.5.5
25532022-04-28T20:51:06.538Z Checking dirs-next v2.0.0
25542022-04-28T20:51:06.659Z Checking parking_lot v0.11.2
25552022-04-28T20:51:06.678Z Checking tar v0.4.38
25562022-04-28T20:51:08.268Z Checking tempdir v0.3.7
25572022-04-28T20:51:09.240Z Compiling mime_guess v2.0.4
25582022-04-28T20:51:10.721Z Checking slog-stdlog v4.1.1
25592022-04-28T20:51:12.311Z Checking block-buffer v0.10.2
25602022-04-28T20:51:12.711Z Checking crypto-common v0.1.3
25612022-04-28T20:51:12.825Z Checking digest v0.9.0
25622022-04-28T20:51:13.224Z Checking cipher v0.3.0
25632022-04-28T20:51:13.278Z Checking universal-hash v0.4.1
25642022-04-28T20:51:13.573Z Checking block-buffer v0.9.0
25652022-04-28T20:51:13.703Z Checking crypto-mac v0.11.1
25662022-04-28T20:51:13.802Z Checking aead v0.4.3
25672022-04-28T20:51:14.082Z Checking rand_chacha v0.3.1
25682022-04-28T20:51:14.316Z Checking url v2.2.2
25692022-04-28T20:51:14.986Z Checking term v0.7.0
25702022-04-28T20:51:15.997Z Checking scheduled-thread-pool v0.2.5
25712022-04-28T20:51:16.057Z Compiling string_cache v0.8.3
25722022-04-28T20:51:16.144Z Checking toolchain_find v0.2.0
25732022-04-28T20:51:16.570Z Checking env_logger v0.9.0
25742022-04-28T20:51:16.719Z Checking globset v0.4.8
25752022-04-28T20:51:16.901Z Checking ff v0.10.1
25762022-04-28T20:51:17.264Z Checking sled v0.34.7
25772022-04-28T20:51:17.512Z Compiling chrono v0.4.19
25782022-04-28T20:51:17.594Z Checking digest v0.10.3
25792022-04-28T20:51:17.871Z Checking signature v1.3.2
25802022-04-28T20:51:18.317Z Checking polyval v0.5.3
25812022-04-28T20:51:18.390Z Checking aes v0.7.5
25822022-04-28T20:51:18.425Z Checking ctr v0.8.0
25832022-04-28T20:51:18.510Z Checking sha2 v0.9.9
25842022-04-28T20:51:18.939Z Checking hmac v0.11.0
25852022-04-28T20:51:19.113Z Checking rand v0.8.5
25862022-04-28T20:51:19.416Z Checking hashlink v0.7.0
25872022-04-28T20:51:19.722Z Checking slog-term v2.9.0
25882022-04-28T20:51:19.782Z Compiling ascii-canvas v3.0.0
25892022-04-28T20:51:20.613Z Checking r2d2 v0.8.9
25902022-04-28T20:51:20.904Z Checking group v0.10.0
25912022-04-28T20:51:21.378Z Checking md-5 v0.10.1
25922022-04-28T20:51:21.427Z Checking sha2 v0.10.2
25932022-04-28T20:51:21.551Z Checking hmac v0.12.1
25942022-04-28T20:51:21.805Z Checking sha-1 v0.10.0
25952022-04-28T20:51:22.109Z Checking rusqlite v0.27.0
25962022-04-28T20:51:22.478Z Checking slog-envlogger v2.2.0
25972022-04-28T20:51:22.498Z Checking twox-hash v1.6.2
25982022-04-28T20:51:22.771Z Checking webpki v0.22.0
25992022-04-28T20:51:22.778Z Checking sct v0.7.0
26002022-04-28T20:51:23.386Z Compiling synstructure v0.12.6
26012022-04-28T20:51:23.392Z Compiling serde_derive_internals v0.25.0
26022022-04-28T20:51:23.398Z Compiling pest_generator v2.1.3
26032022-04-28T20:51:23.404Z Compiling darling_core v0.13.1
26042022-04-28T20:51:24.597Z Checking webpki-roots v0.22.2
26052022-04-28T20:51:25.034Z Checking spdm v0.1.0 (https://github.com/oxidecomputer/spdm?rev=9742f6e#9742f6ea)
26062022-04-28T20:51:30.508Z Compiling thiserror-impl v1.0.30
26072022-04-28T20:51:30.514Z Compiling tokio-macros v1.7.0
26082022-04-28T20:51:30.520Z Compiling futures-macro v0.3.21
26092022-04-28T20:51:30.525Z Compiling tracing-attributes v0.1.20
26102022-04-28T20:51:30.531Z Compiling schemars_derive v0.8.8
26112022-04-28T20:51:30.537Z Compiling zerocopy-derive v0.2.0
26122022-04-28T20:51:30.550Z Compiling pest_derive v2.1.0
26132022-04-28T20:51:33.563Z Compiling async-stream-impl v0.3.3
26142022-04-28T20:51:34.589Z Compiling structopt-derive v0.4.18
26152022-04-28T20:51:34.937Z Compiling structmeta-derive v0.1.4
26162022-04-28T20:51:36.608Z Compiling zeroize_derive v1.3.2
26172022-04-28T20:51:37.243Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26182022-04-28T20:51:37.645Z Compiling enum-as-inner v0.4.0
26192022-04-28T20:51:37.951Z Compiling zone_cfg_derive v0.1.2
26202022-04-28T20:51:38.062Z Compiling diesel_derives v2.0.0 (https://github.com/diesel-rs/diesel?rev=ce77c382#ce77c382)
26212022-04-28T20:51:39.197Z Compiling clap_derive v3.1.7
26222022-04-28T20:51:39.316Z Compiling strum_macros v0.23.1
26232022-04-28T20:51:40.038Z Compiling snafu-derive v0.7.0
26242022-04-28T20:51:40.668Z Compiling impl-trait-for-tuples v0.2.2
26252022-04-28T20:51:41.155Z Compiling ref-cast-impl v1.0.6
26262022-04-28T20:51:41.419Z Compiling oso-derive v0.26.0
26272022-04-28T20:51:43.400Z Compiling darling_macro v0.13.1
26282022-04-28T20:51:43.867Z Compiling zerocopy v0.3.0
26292022-04-28T20:51:46.526Z Checking async-stream v0.3.3
26302022-04-28T20:51:47.056Z Checking thiserror v1.0.30
26312022-04-28T20:51:47.330Z Checking tracing v0.1.32
26322022-04-28T20:51:47.455Z Checking zeroize v1.3.0
26332022-04-28T20:51:47.677Z Checking structopt v0.3.26
26342022-04-28T20:51:47.948Z Compiling structmeta v0.1.4
26352022-04-28T20:51:48.107Z Compiling darling v0.13.1
26362022-04-28T20:51:48.200Z Checking dtrace-parser v0.1.12
26372022-04-28T20:51:48.477Z Checking dof v0.1.5
26382022-04-28T20:51:48.498Z Checking rustfmt-wrapper v0.1.0
26392022-04-28T20:51:49.009Z Checking smf v0.2.1
26402022-04-28T20:51:49.166Z Checking zone v0.1.8
26412022-04-28T20:51:50.813Z Checking crypto-bigint v0.2.11
26422022-04-28T20:51:51.566Z Checking aes-gcm-siv v0.10.3
26432022-04-28T20:51:52.161Z Compiling serde_with_macros v1.5.1
26442022-04-28T20:51:52.968Z Compiling parse-display-derive v0.5.5
26452022-04-28T20:51:53.095Z Checking snafu v0.7.0
26462022-04-28T20:51:53.732Z Checking elliptic-curve v0.10.6
26472022-04-28T20:51:54.849Z Checking ecdsa v0.12.4
26482022-04-28T20:51:55.738Z Checking futures-executor v0.3.21
26492022-04-28T20:51:55.862Z Checking p256 v0.9.0
26502022-04-28T20:51:56.374Z Checking futures v0.3.21
26512022-04-28T20:52:00.148Z Checking parse-display v0.5.5
26522022-04-28T20:52:00.512Z Checking bytes v1.1.0
26532022-04-28T20:52:00.518Z Checking serde_urlencoded v0.7.1
26542022-04-28T20:52:00.524Z Checking toml v0.5.9
26552022-04-28T20:52:01.519Z Checking ipnetwork v0.18.0
26562022-04-28T20:52:01.702Z Checking macaddr v1.0.1
26572022-04-28T20:52:02.004Z Checking serde_with v1.12.1
26582022-04-28T20:52:02.082Z Checking bincode v1.3.3
26592022-04-28T20:52:02.321Z Checking serde-big-array v0.3.3
26602022-04-28T20:52:02.358Z Checking serde_cbor v0.11.2
26612022-04-28T20:52:02.556Z Checking serde_plain v1.0.0
26622022-04-28T20:52:03.221Z Compiling serde_tokenstream v0.1.3
26632022-04-28T20:52:03.505Z Checking tokio v1.17.0
26642022-04-28T20:52:03.720Z Checking http v0.2.6
26652022-04-28T20:52:04.360Z Checking postgres-protocol v0.6.3
26662022-04-28T20:52:04.395Z Checking petgraph v0.6.0
26672022-04-28T20:52:05.436Z Checking clap v3.1.9
26682022-04-28T20:52:05.779Z Checking fatfs v0.3.5
26692022-04-28T20:52:07.720Z Checking openapiv3 v1.0.1
26702022-04-28T20:52:08.237Z Checking slog-json v2.6.1
26712022-04-28T20:52:08.901Z Checking diesel v2.0.0 (https://github.com/diesel-rs/diesel?rev=ce77c382#ce77c382)
26722022-04-28T20:52:08.919Z Checking olpc-cjson v0.1.1
26732022-04-28T20:52:09.328Z Compiling dropshot_endpoint v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394)
26742022-04-28T20:52:09.376Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/src/authz/authz-macros)
26752022-04-28T20:52:09.471Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/src/db/db-macros)
26762022-04-28T20:52:10.236Z Checking vsss-rs v2.0.0-pre0
26772022-04-28T20:52:10.714Z Compiling petgraph v0.5.1
26782022-04-28T20:52:11.329Z Checking postgres-types v0.2.2
26792022-04-28T20:52:12.313Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26802022-04-28T20:52:14.836Z Checking http-body v0.4.4
26812022-04-28T20:52:15.305Z Checking headers-core v0.2.0
26822022-04-28T20:52:15.333Z Checking slog-bunyan v2.4.0
26832022-04-28T20:52:15.372Z Checking typify-impl v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98)
26842022-04-28T20:52:15.651Z Compiling lalrpop v0.19.7
26852022-04-28T20:52:15.773Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26862022-04-28T20:52:15.788Z Checking tokio-util v0.6.9
26872022-04-28T20:52:16.579Z Checking tokio-rustls v0.23.3
26882022-04-28T20:52:17.467Z Checking tokio-native-tls v0.3.0
26892022-04-28T20:52:17.480Z Checking backoff v0.4.0
26902022-04-28T20:52:17.522Z Checking steno v0.1.0 (https://github.com/oxidecomputer/steno?branch=main#578498bb)
26912022-04-28T20:52:18.131Z Checking tokio-util v0.7.1
26922022-04-28T20:52:18.211Z Checking trust-dns-proto v0.21.2
26932022-04-28T20:52:18.854Z Checking bb8 v0.8.0
26942022-04-28T20:52:19.961Z Checking headers v0.3.7
26952022-04-28T20:52:20.126Z Compiling usdt-attr-macro v0.3.2
26962022-04-28T20:52:20.514Z Compiling usdt-macro v0.3.2
26972022-04-28T20:52:22.425Z Checking h2 v0.3.12
26982022-04-28T20:52:23.196Z Checking tokio-postgres v0.7.5
26992022-04-28T20:52:23.382Z Checking crucible-common v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
27002022-04-28T20:52:24.169Z Checking crucible-scope v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
27012022-04-28T20:52:24.435Z Checking usdt v0.3.2
27022022-04-28T20:52:24.762Z Checking trust-dns-client v0.21.1
27032022-04-28T20:52:24.996Z Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
27042022-04-28T20:52:27.302Z Checking trust-dns-server v0.21.2
27052022-04-28T20:52:28.696Z Compiling typify-macro v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98)
27062022-04-28T20:52:32.800Z Compiling typify v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98)
27072022-04-28T20:52:33.053Z Compiling progenitor-impl v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
27082022-04-28T20:52:34.789Z Checking hyper v0.14.18
27092022-04-28T20:52:37.268Z Compiling progenitor-macro v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
27102022-04-28T20:52:47.465Z Checking hyper-tls v0.5.0
27112022-04-28T20:52:47.471Z Checking hyper-rustls v0.23.0
27122022-04-28T20:52:48.227Z Checking reqwest v0.11.10
27132022-04-28T20:52:51.206Z Checking progenitor-client v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
27142022-04-28T20:52:51.212Z Checking tough v0.12.1
27152022-04-28T20:52:51.703Z Checking progenitor v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
27162022-04-28T20:52:52.057Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
27172022-04-28T20:52:52.063Z Checking internal-dns-client v0.1.0 (/work/oxidecomputer/omicron/internal-dns-client)
27182022-04-28T20:52:52.785Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27192022-04-28T20:52:52.792Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27202022-04-28T20:52:53.170Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212022-04-28T20:52:53.196Z Compiling polar-core v0.26.0
27222022-04-28T20:52:54.102Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27232022-04-28T20:52:58.066Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ec4f3a41a638ea6c3316a86f30f1895f4877f2ef#ec4f3a41)
27242022-04-28T20:52:59.616Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
27252022-04-28T20:52:59.622Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
27262022-04-28T20:52:59.628Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
27272022-04-28T20:53:03.006Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27282022-04-28T20:53:03.013Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292022-04-28T20:53:03.019Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27302022-04-28T20:53:08.473Z Checking diesel-dtrace v0.1.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#3bce2661)
27312022-04-28T20:53:08.480Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=8c6685f0b33c7bbc6418384850cb9c897896cda5#8c6685f0)
27322022-04-28T20:53:35.899Z Checking oso v0.26.0
27332022-04-28T20:54:23.275Z Finished release [optimized] target(s) in 4m 05s
27342022-04-28T20:54:23.368Z
27352022-04-28T20:54:23.374Zreal 6:21.484124918
27362022-04-28T20:54:23.380Zuser 25:18.765896470
27372022-04-28T20:54:23.386Zsys 4:36.387012897
27382022-04-28T20:54:23.392Ztrap 0.965060266
27392022-04-28T20:54:23.398Ztflt 0.627058901
27402022-04-28T20:54:23.404Zdflt 3.156610623
27412022-04-28T20:54:23.410Zkflt 0.001475995
27422022-04-28T20:54:23.416Zlock 1:17:42.634938662
27432022-04-28T20:54:23.421Zslp 1:05:44.583987333
27442022-04-28T20:54:23.427Zlat 52.215792443
27452022-04-28T20:54:23.433Zstop 37.660366325
27462022-04-28T20:54:23.439Z+ banner test
27472022-04-28T20:54:23.445Z
27482022-04-28T20:54:23.451Z ##### ###### #### #####
27492022-04-28T20:54:23.456Z # # # #
27502022-04-28T20:54:23.462Z # ##### #### #
27512022-04-28T20:54:23.468Z # # # #
27522022-04-28T20:54:23.499Z # # # # #
27532022-04-28T20:54:23.505Z # ###### #### #
27542022-04-28T20:54:23.511Z
27552022-04-28T20:54:23.516Z+ ptime -m cargo +nightly-2021-11-24 test --workspace --locked --verbose
27562022-04-28T20:54:24.128Z Fresh version_check v0.9.4
27572022-04-28T20:54:24.134Z Fresh autocfg v1.1.0
27582022-04-28T20:54:24.140Z Fresh cc v1.0.73
27592022-04-28T20:54:24.146Z Fresh pkg-config v0.3.24
27602022-04-28T20:54:24.151Z Fresh cfg-if v1.0.0
27612022-04-28T20:54:24.157Z Compiling syn v1.0.91
27622022-04-28T20:54:24.163Z Fresh time-macros v0.2.4
27632022-04-28T20:54:24.169Z Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.91/build.rs --error-format=json --json=diagnostic-rendered-ansi --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"' -C metadata=735a56f4f10166bc -C extra-filename=-735a56f4f10166bc --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-735a56f4f10166bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27642022-04-28T20:54:24.176Z Fresh unicode-segmentation v1.9.0
27652022-04-28T20:54:24.182Z Fresh paste v1.0.7
27662022-04-28T20:54:24.188Z Fresh semver v0.1.20
27672022-04-28T20:54:24.195Z Fresh ident_case v1.0.1
27682022-04-28T20:54:24.201Z Fresh once_cell v1.10.0
27692022-04-28T20:54:24.207Z Fresh itoa v1.0.1
27702022-04-28T20:54:24.213Z Fresh smallvec v1.8.0
27712022-04-28T20:54:24.220Z Fresh lazy_static v1.4.0
27722022-04-28T20:54:24.226Z Fresh scopeguard v1.1.0
27732022-04-28T20:54:24.232Z Fresh pin-project-lite v0.2.8
27742022-04-28T20:54:24.237Z Fresh ryu v1.0.9
27752022-04-28T20:54:24.243Z Fresh futures-sink v0.3.21
27762022-04-28T20:54:24.249Z Fresh slab v0.4.5
27772022-04-28T20:54:24.255Z Fresh pin-utils v0.1.0
27782022-04-28T20:54:24.261Z Fresh futures-io v0.3.21
27792022-04-28T20:54:24.266Z Fresh bitflags v1.3.2
27802022-04-28T20:54:24.272Z Fresh byteorder v1.4.3
27812022-04-28T20:54:24.278Z Fresh tinyvec_macros v0.1.0
27822022-04-28T20:54:24.284Z Fresh base64 v0.13.0
27832022-04-28T20:54:24.290Z Fresh fnv v1.0.7
27842022-04-28T20:54:24.296Z Fresh ucd-trie v0.1.3
27852022-04-28T20:54:24.302Z Fresh untrusted v0.7.1
27862022-04-28T20:54:24.308Z Fresh spin v0.5.2
27872022-04-28T20:54:24.315Z Fresh unicode-bidi v0.3.7
27882022-04-28T20:54:24.320Z Fresh matches v0.1.9
27892022-04-28T20:54:24.327Z Fresh percent-encoding v2.1.0
27902022-04-28T20:54:24.332Z Fresh heck v0.4.0
27912022-04-28T20:54:24.338Z Fresh ppv-lite86 v0.2.16
27922022-04-28T20:54:24.344Z Fresh unicode-xid v0.2.2
27932022-04-28T20:54:24.350Z Fresh regex-syntax v0.6.25
27942022-04-28T20:54:24.357Z Fresh try-lock v0.2.3
27952022-04-28T20:54:24.362Z Fresh httpdate v1.0.2
27962022-04-28T20:54:24.369Z Fresh dyn-clone v1.0.5
27972022-04-28T20:54:24.375Z Fresh foreign-types-shared v0.1.1
27982022-04-28T20:54:24.381Z Fresh tower-service v0.3.1
27992022-04-28T20:54:24.387Z Fresh remove_dir_all v0.5.3
28002022-04-28T20:54:24.393Z Fresh fastrand v1.7.0
28012022-04-28T20:54:24.399Z Fresh num_threads v0.1.5
28022022-04-28T20:54:24.405Z Fresh ipnet v2.4.0
28032022-04-28T20:54:24.411Z Fresh openssl-probe v0.1.5
28042022-04-28T20:54:24.417Z Fresh vcpkg v0.2.15
28052022-04-28T20:54:24.424Z Fresh unicode-width v0.1.9
28062022-04-28T20:54:24.430Z Fresh mime v0.3.16
28072022-04-28T20:54:24.436Z Fresh same-file v1.0.6
28082022-04-28T20:54:24.442Z Fresh cpufeatures v0.2.2
28092022-04-28T20:54:24.448Z Fresh home v0.5.3
28102022-04-28T20:54:24.455Z Fresh take_mut v0.2.2
28112022-04-28T20:54:24.461Z Fresh match_cfg v0.1.0
28122022-04-28T20:54:24.467Z Fresh strsim v0.8.0
28132022-04-28T20:54:24.474Z Fresh ansi_term v0.12.1
28142022-04-28T20:54:24.480Z Fresh convert_case v0.4.0
28152022-04-28T20:54:24.488Z Fresh vec_map v0.8.2
28162022-04-28T20:54:24.495Z Fresh similar v2.1.0
28172022-04-28T20:54:24.526Z Fresh newline-converter v0.2.0
28182022-04-28T20:54:24.533Z Fresh fallible-iterator v0.2.0
28192022-04-28T20:54:24.539Z Fresh convert_case v0.5.0
28202022-04-28T20:54:24.545Z Fresh siphasher v0.3.10
28212022-04-28T20:54:24.550Z Fresh fixedbitset v0.4.1
28222022-04-28T20:54:24.556Z Fresh bit-vec v0.6.3
28232022-04-28T20:54:24.563Z Fresh subtle v2.4.1
28242022-04-28T20:54:24.569Z Fresh fixedbitset v0.2.0
28252022-04-28T20:54:24.575Z Fresh new_debug_unreachable v1.0.4
28262022-04-28T20:54:24.581Z Fresh precomputed-hash v0.1.1
28272022-04-28T20:54:24.587Z Fresh diff v0.1.12
28282022-04-28T20:54:24.593Z Fresh unindent v0.1.8
28292022-04-28T20:54:24.600Z Fresh tap v1.0.1
28302022-04-28T20:54:24.606Z Fresh opaque-debug v0.3.0
28312022-04-28T20:54:24.612Z Fresh funty v1.2.0
28322022-04-28T20:54:24.619Z Fresh array-init v2.0.0
28332022-04-28T20:54:24.642Z Fresh const-oid v0.6.2
28342022-04-28T20:54:24.648Z Fresh termcolor v1.1.3
28352022-04-28T20:54:24.653Z Fresh fallible-streaming-iterator v0.1.9
28362022-04-28T20:54:24.660Z Fresh static_assertions v1.1.0
28372022-04-28T20:54:24.666Z Fresh os_str_bytes v6.0.0
28382022-04-28T20:54:24.672Z Fresh strsim v0.10.0
28392022-04-28T20:54:24.678Z Fresh textwrap v0.15.0
28402022-04-28T20:54:24.685Z Fresh quick-error v1.2.3
28412022-04-28T20:54:24.691Z Fresh either v1.6.1
28422022-04-28T20:54:24.697Z Fresh data-encoding v2.3.2
28432022-04-28T20:54:24.703Z Fresh arc-swap v1.5.0
28442022-04-28T20:54:24.710Z Fresh endian-type v0.1.2
28452022-04-28T20:54:24.716Z Fresh linked-hash-map v0.5.4
28462022-04-28T20:54:24.722Z Fresh adler v1.0.2
28472022-04-28T20:54:24.728Z Fresh half v1.8.2
28482022-04-28T20:54:24.734Z Fresh predicates-core v1.0.3
28492022-04-28T20:54:24.740Z Fresh humantime v2.1.0
28502022-04-28T20:54:24.746Z Fresh termtree v0.2.4
28512022-04-28T20:54:24.752Z Fresh difflib v0.4.0
28522022-04-28T20:54:24.758Z Fresh number_prefix v0.4.0
28532022-04-28T20:54:24.764Z Fresh hex v0.4.3
28542022-04-28T20:54:24.770Z Fresh normalize-line-endings v0.3.0
28552022-04-28T20:54:24.777Z Fresh plotters-backend v0.3.2
28562022-04-28T20:54:24.783Z Fresh regex-automata v0.1.10
28572022-04-28T20:54:24.791Z Fresh utf-8 v0.7.6
28582022-04-28T20:54:24.798Z Fresh itoa v0.4.8
28592022-04-28T20:54:24.804Z Fresh pretty-hex v0.3.0
28602022-04-28T20:54:24.809Z Fresh fragile v1.1.0
28612022-04-28T20:54:24.816Z Fresh downcast v0.11.0
28622022-04-28T20:54:24.822Z Fresh lalrpop-util v0.19.7
28632022-04-28T20:54:24.828Z Fresh oorandom v11.1.3
28642022-04-28T20:54:24.834Z Fresh glob v0.3.0
28652022-04-28T20:54:24.840Z Fresh maplit v1.0.2
28662022-04-28T20:54:24.849Z Fresh instant v0.1.12
28672022-04-28T20:54:24.857Z Fresh heck v0.3.3
28682022-04-28T20:54:24.863Z Fresh rustc_version v0.1.7
28692022-04-28T20:54:24.869Z Fresh thread_local v1.1.4
28702022-04-28T20:54:24.875Z Fresh path-dedot v3.0.16
28712022-04-28T20:54:24.882Z Fresh nibble_vec v0.1.0
28722022-04-28T20:54:24.888Z Fresh lock_api v0.4.6
28732022-04-28T20:54:24.894Z Fresh tracing-core v0.1.23
28742022-04-28T20:54:24.900Z Fresh sharded-slab v0.1.4
28752022-04-28T20:54:24.906Z Fresh tinyvec v1.5.1
28762022-04-28T20:54:24.912Z Fresh pest v2.1.3
28772022-04-28T20:54:24.918Z Fresh rustls-pemfile v0.3.0
28782022-04-28T20:54:24.924Z Fresh rustls-pemfile v1.0.0
28792022-04-28T20:54:24.931Z Fresh fxhash v0.2.1
28802022-04-28T20:54:24.937Z Fresh pem v1.0.2
28812022-04-28T20:54:24.943Z Fresh form_urlencoded v1.0.1
28822022-04-28T20:54:24.949Z Fresh foreign-types v0.3.2
28832022-04-28T20:54:24.955Z Fresh walkdir v2.3.2
28842022-04-28T20:54:24.962Z Fresh textwrap v0.11.0
28852022-04-28T20:54:24.968Z Fresh getopts v0.2.21
28862022-04-28T20:54:24.974Z Fresh phf_shared v0.10.0
28872022-04-28T20:54:24.980Z Fresh bit-set v0.5.2
28882022-04-28T20:54:24.986Z Fresh indoc v1.0.4
28892022-04-28T20:54:24.992Z Fresh wyz v0.4.0
28902022-04-28T20:54:24.998Z Fresh ringbuffer v0.8.4
28912022-04-28T20:54:25.009Z Fresh der v0.4.5
28922022-04-28T20:54:25.015Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28932022-04-28T20:54:25.020Z Fresh clap_lex v0.1.1
28942022-04-28T20:54:25.026Z Fresh lru-cache v0.1.2
28952022-04-28T20:54:25.032Z Fresh itertools v0.10.3
28962022-04-28T20:54:25.038Z Fresh predicates-tree v1.0.5
28972022-04-28T20:54:25.044Z Fresh plotters-svg v0.3.1
28982022-04-28T20:54:25.049Z Fresh libc v0.2.123
28992022-04-28T20:54:25.055Z Fresh proc-macro2 v1.0.37
29002022-04-28T20:54:25.061Z Fresh memchr v2.4.1
29012022-04-28T20:54:25.067Z Fresh futures-core v0.3.21
29022022-04-28T20:54:25.072Z Fresh typenum v1.15.0
29032022-04-28T20:54:25.078Z Fresh futures-task v0.3.21
29042022-04-28T20:54:25.084Z Fresh log v0.4.16
29052022-04-28T20:54:25.090Z Fresh pest_meta v2.1.3
29062022-04-28T20:54:25.096Z Fresh httparse v1.6.0
29072022-04-28T20:54:25.102Z Fresh slog v2.7.0
29082022-04-28T20:54:25.108Z Fresh anyhow v1.0.56
29092022-04-28T20:54:25.115Z Fresh encoding_rs v0.8.30
29102022-04-28T20:54:25.121Z Fresh rustversion v1.0.6
29112022-04-28T20:54:25.127Z Fresh radix_trie v0.2.1
29122022-04-28T20:54:25.133Z Fresh path-absolutize v3.0.12
29132022-04-28T20:54:25.139Z Fresh unicode-normalization v0.1.19
29142022-04-28T20:54:25.144Z Fresh semver-parser v0.10.2
29152022-04-28T20:54:25.151Z Fresh tracing-subscriber v0.3.9
29162022-04-28T20:54:25.157Z Fresh radium v0.6.2
29172022-04-28T20:54:25.163Z Fresh phf v0.10.1
29182022-04-28T20:54:25.168Z Fresh crunchy v0.2.2
29192022-04-28T20:54:25.175Z Fresh crc32fast v1.3.2
29202022-04-28T20:54:25.181Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
29212022-04-28T20:54:25.187Z Fresh doc-comment v0.3.3
29222022-04-28T20:54:25.192Z Fresh crossbeam-utils v0.8.8
29232022-04-28T20:54:25.198Z Fresh spki v0.4.1
29242022-04-28T20:54:25.205Z Fresh semver v1.0.6
29252022-04-28T20:54:25.211Z Fresh terminal_size v0.1.17
29262022-04-28T20:54:25.217Z Fresh getrandom v0.2.5
29272022-04-28T20:54:25.223Z Fresh signal-hook-registry v1.4.0
29282022-04-28T20:54:25.229Z Fresh parking_lot_core v0.9.1
29292022-04-28T20:54:25.235Z Fresh num_cpus v1.13.1
29302022-04-28T20:54:25.240Z Fresh socket2 v0.4.4
29312022-04-28T20:54:25.246Z Fresh num-traits v0.2.14
29322022-04-28T20:54:25.252Z Fresh time v0.1.44
29332022-04-28T20:54:25.273Z Fresh quote v1.0.18
29342022-04-28T20:54:25.280Z Fresh atty v0.2.14
29352022-04-28T20:54:25.286Z Fresh tempfile v3.3.0
29362022-04-28T20:54:25.292Z Fresh time v0.3.9
29372022-04-28T20:54:25.298Z Fresh dirs-sys-next v0.1.2
29382022-04-28T20:54:25.304Z Fresh thread-id v4.0.0
29392022-04-28T20:54:25.311Z Fresh parking_lot_core v0.8.5
29402022-04-28T20:54:25.316Z Fresh hostname v0.3.1
29412022-04-28T20:54:25.322Z Fresh filetime v0.2.15
29422022-04-28T20:54:25.328Z Fresh xattr v0.2.2
29432022-04-28T20:54:25.335Z Fresh rand v0.4.6
29442022-04-28T20:54:25.341Z Fresh subprocess v0.2.8
29452022-04-28T20:54:25.348Z Fresh memoffset v0.6.5
29462022-04-28T20:54:25.355Z Fresh aho-corasick v0.7.18
29472022-04-28T20:54:25.362Z Fresh csv-core v0.1.10
29482022-04-28T20:54:25.369Z Fresh unicase v2.6.0
29492022-04-28T20:54:25.375Z Fresh futures-channel v0.3.21
29502022-04-28T20:54:25.381Z Fresh miniz_oxide v0.4.4
29512022-04-28T20:54:25.387Z Fresh generic-array v0.14.5
29522022-04-28T20:54:25.393Z Fresh openssl-sys v0.9.72
29532022-04-28T20:54:25.400Z Fresh mio v0.8.2
29542022-04-28T20:54:25.406Z Fresh want v0.3.0
29552022-04-28T20:54:25.412Z Fresh ena v0.14.0
29562022-04-28T20:54:25.418Z Fresh ring v0.16.20
29572022-04-28T20:54:25.425Z Fresh slog-scope v4.4.0
29582022-04-28T20:54:25.431Z Fresh crossbeam-queue v0.3.5
29592022-04-28T20:54:25.438Z Fresh idna v0.2.3
29602022-04-28T20:54:25.444Z Fresh semver v0.11.0
29612022-04-28T20:54:25.450Z Fresh stringprep v0.1.2
29622022-04-28T20:54:25.457Z Fresh bitvec v0.22.3
29632022-04-28T20:54:25.463Z Fresh libsqlite3-sys v0.24.1
29642022-04-28T20:54:25.469Z Fresh tiny-keccak v2.0.2
29652022-04-28T20:54:25.475Z Fresh proc-macro-error-attr v1.0.4
29662022-04-28T20:54:25.481Z Fresh crossbeam-channel v0.5.4
29672022-04-28T20:54:25.488Z Fresh pkcs8 v0.7.6
29682022-04-28T20:54:25.495Z Fresh rustc_version v0.4.0
29692022-04-28T20:54:25.511Z Fresh resolv-conf v0.7.0
29702022-04-28T20:54:25.517Z Fresh ahash v0.7.6
29712022-04-28T20:54:25.523Z Fresh rand_core v0.6.3
29722022-04-28T20:54:25.553Z Fresh float-cmp v0.9.0
29732022-04-28T20:54:25.560Z Fresh plotters v0.3.1
29742022-04-28T20:54:25.566Z Fresh parking_lot v0.12.0
29752022-04-28T20:54:25.572Z Fresh num-integer v0.1.44
29762022-04-28T20:54:25.578Z Fresh signal-hook v0.3.13
29772022-04-28T20:54:25.584Z Fresh dirs-next v2.0.0
29782022-04-28T20:54:25.590Z Fresh parking_lot v0.11.2
29792022-04-28T20:54:25.596Z Fresh clap v2.34.0
29802022-04-28T20:54:25.603Z Fresh cookie v0.16.0
29812022-04-28T20:54:25.610Z Fresh crossbeam-epoch v0.9.8
29822022-04-28T20:54:25.616Z Fresh tar v0.4.38
29832022-04-28T20:54:25.622Z Fresh tempdir v0.3.7
29842022-04-28T20:54:25.627Z Fresh regex v1.5.5
29852022-04-28T20:54:25.633Z Fresh openssl v0.10.38
29862022-04-28T20:54:25.640Z Fresh crypto-common v0.1.3
29872022-04-28T20:54:25.646Z Fresh block-buffer v0.10.2
29882022-04-28T20:54:25.652Z Fresh digest v0.9.0
29892022-04-28T20:54:25.658Z Fresh cipher v0.3.0
29902022-04-28T20:54:25.664Z Fresh universal-hash v0.4.1
29912022-04-28T20:54:25.670Z Fresh block-buffer v0.9.0
29922022-04-28T20:54:25.678Z Fresh aead v0.4.3
29932022-04-28T20:54:25.684Z Fresh crypto-mac v0.11.1
29942022-04-28T20:54:25.690Z Fresh flate2 v1.0.22
29952022-04-28T20:54:25.696Z Fresh webpki v0.22.0
29962022-04-28T20:54:25.702Z Fresh sct v0.7.0
29972022-04-28T20:54:25.708Z Fresh newtype_derive v0.1.6
29982022-04-28T20:54:25.714Z Fresh slog-stdlog v4.1.1
29992022-04-28T20:54:25.720Z Fresh url v2.2.2
30002022-04-28T20:54:25.726Z Fresh serde_derive v1.0.136
30012022-04-28T20:54:25.732Z Fresh tokio-macros v1.7.0
30022022-04-28T20:54:25.738Z Fresh thiserror-impl v1.0.30
30032022-04-28T20:54:25.744Z Fresh futures-macro v0.3.21
30042022-04-28T20:54:25.751Z Fresh serde_derive_internals v0.25.0
30052022-04-28T20:54:25.757Z Fresh synstructure v0.12.6
30062022-04-28T20:54:25.763Z Fresh tracing-attributes v0.1.20
30072022-04-28T20:54:25.769Z Fresh async-trait v0.1.53
30082022-04-28T20:54:25.775Z Fresh pest_generator v2.1.3
30092022-04-28T20:54:25.781Z Fresh proc-macro-error v1.0.4
30102022-04-28T20:54:25.787Z Fresh async-stream-impl v0.3.3
30112022-04-28T20:54:25.794Z Fresh darling_core v0.13.1
30122022-04-28T20:54:25.800Z Fresh structmeta-derive v0.1.4
30132022-04-28T20:54:25.806Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?branch=main#d98084b8)
30142022-04-28T20:54:25.813Z Fresh serde_repr v0.1.7
30152022-04-28T20:54:25.819Z Fresh enum-as-inner v0.4.0
30162022-04-28T20:54:25.824Z Fresh diesel_derives v2.0.0 (https://github.com/diesel-rs/diesel?rev=ce77c382#ce77c382)
30172022-04-28T20:54:25.830Z Fresh snafu-derive v0.7.0
30182022-04-28T20:54:25.836Z Fresh strum_macros v0.23.1
30192022-04-28T20:54:25.843Z Fresh ref-cast-impl v1.0.6
30202022-04-28T20:54:25.849Z Fresh slog-async v2.7.0
30212022-04-28T20:54:25.855Z Fresh impl-trait-for-tuples v0.2.2
30222022-04-28T20:54:25.861Z Fresh oso-derive v0.26.0
30232022-04-28T20:54:25.867Z Fresh mockall_derive v0.11.0
30242022-04-28T20:54:25.873Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
30252022-04-28T20:54:25.879Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30262022-04-28T20:54:25.885Z Fresh string_cache v0.8.3
30272022-04-28T20:54:25.890Z Fresh hashbrown v0.11.2
30282022-04-28T20:54:25.897Z Fresh rand_chacha v0.3.1
30292022-04-28T20:54:25.903Z Fresh ff v0.10.1
30302022-04-28T20:54:25.909Z Running `rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test -C metadata=30d1b2bcc5d7e79c -C extra-filename=-30d1b2bcc5d7e79c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -D warnings`
30312022-04-28T20:54:25.915Z Running `rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test -C metadata=50d9496ffe8bedc3 -C extra-filename=-50d9496ffe8bedc3 --out-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-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -D warnings`
30322022-04-28T20:54:25.921Z Fresh term v0.7.0
30332022-04-28T20:54:25.942Z Fresh console v0.15.0
30342022-04-28T20:54:25.948Z Fresh crossbeam-deque v0.8.1
30352022-04-28T20:54:25.954Z Fresh scheduled-thread-pool v0.2.5
30362022-04-28T20:54:25.960Z Fresh sled v0.34.7
30372022-04-28T20:54:25.966Z Fresh predicates v2.1.1
30382022-04-28T20:54:25.972Z Fresh toolchain_find v0.2.0
30392022-04-28T20:54:25.980Z Fresh env_logger v0.9.0
30402022-04-28T20:54:25.985Z Fresh digest v0.10.3
30412022-04-28T20:54:25.991Z Fresh native-tls v0.2.8
30422022-04-28T20:54:25.997Z Fresh aes v0.7.5
30432022-04-28T20:54:26.003Z Fresh ctr v0.8.0
30442022-04-28T20:54:26.009Z Fresh signature v1.3.2
30452022-04-28T20:54:26.015Z Fresh rustls v0.20.4
30462022-04-28T20:54:26.021Z Fresh webpki-roots v0.22.2
30472022-04-28T20:54:26.027Z Fresh polyval v0.5.3
30482022-04-28T20:54:26.033Z Fresh hmac v0.11.0
30492022-04-28T20:54:26.039Z Fresh sha2 v0.9.9
30502022-04-28T20:54:26.045Z Fresh schemars_derive v0.8.8
30512022-04-28T20:54:26.052Z Fresh zerocopy-derive v0.2.0
30522022-04-28T20:54:26.058Z Fresh serde v1.0.136
30532022-04-28T20:54:26.065Z Fresh thiserror v1.0.30
30542022-04-28T20:54:26.071Z Fresh futures-util v0.3.21
30552022-04-28T20:54:26.077Z Fresh zeroize_derive v1.3.2
30562022-04-28T20:54:26.083Z Fresh pest_derive v2.1.0
30572022-04-28T20:54:26.088Z Fresh structopt-derive v0.4.18
30582022-04-28T20:54:26.094Z Fresh darling_macro v0.13.1
30592022-04-28T20:54:26.100Z Fresh tracing v0.1.32
30602022-04-28T20:54:26.106Z Fresh async-stream v0.3.3
30612022-04-28T20:54:26.112Z Fresh zone_cfg_derive v0.1.2
30622022-04-28T20:54:26.118Z Fresh clap_derive v3.1.7
30632022-04-28T20:54:26.124Z Fresh serial_test_derive v0.6.0
30642022-04-28T20:54:26.131Z Fresh structmeta v0.1.4
30652022-04-28T20:54:26.137Z Fresh snafu v0.7.0
30662022-04-28T20:54:26.144Z Fresh ref-cast v1.0.6
30672022-04-28T20:54:26.149Z Fresh ascii-canvas v3.0.0
30682022-04-28T20:54:26.156Z Fresh rand v0.8.5
30692022-04-28T20:54:26.163Z Fresh hashlink v0.7.0
30702022-04-28T20:54:26.169Z Fresh group v0.10.0
30712022-04-28T20:54:26.176Z Fresh slog-term v2.9.0
30722022-04-28T20:54:26.182Z Fresh expectorate v1.0.5
30732022-04-28T20:54:26.188Z Fresh rayon-core v1.9.2
30742022-04-28T20:54:26.194Z Fresh crossbeam v0.8.1
30752022-04-28T20:54:26.200Z Fresh r2d2 v0.8.9
30762022-04-28T20:54:26.207Z Fresh mockall v0.11.0
30772022-04-28T20:54:26.213Z Fresh mime_guess v2.0.4
30782022-04-28T20:54:26.219Z Fresh sha-1 v0.10.0
30792022-04-28T20:54:26.225Z Fresh md-5 v0.10.1
30802022-04-28T20:54:26.230Z Fresh hmac v0.12.1
30812022-04-28T20:54:26.236Z Fresh sha2 v0.10.2
30822022-04-28T20:54:26.242Z Fresh serde_tokenstream v0.1.3
30832022-04-28T20:54:26.248Z Fresh zerocopy v0.3.0
30842022-04-28T20:54:26.255Z Fresh bytes v1.1.0
30852022-04-28T20:54:26.260Z Fresh serde_json v1.0.79
30862022-04-28T20:54:26.267Z Fresh chrono v0.4.19
30872022-04-28T20:54:26.273Z Fresh uuid v0.8.2
30882022-04-28T20:54:26.278Z Fresh indexmap v1.8.1
30892022-04-28T20:54:26.284Z Fresh serde_urlencoded v0.7.1
30902022-04-28T20:54:26.290Z Fresh futures-executor v0.3.21
30912022-04-28T20:54:26.296Z Fresh toml v0.5.9
30922022-04-28T20:54:26.302Z Fresh rustfmt-wrapper v0.1.0
30932022-04-28T20:54:26.308Z Fresh ipnetwork v0.18.0
30942022-04-28T20:54:26.315Z Fresh smf v0.2.1
30952022-04-28T20:54:26.321Z Fresh macaddr v1.0.1
30962022-04-28T20:54:26.327Z Fresh zeroize v1.3.0
30972022-04-28T20:54:26.332Z Fresh bincode v1.3.3
30982022-04-28T20:54:26.338Z Fresh serde-big-array v0.3.3
30992022-04-28T20:54:26.345Z Fresh serde_cbor v0.11.2
31002022-04-28T20:54:26.351Z Fresh bstr v0.2.17
31012022-04-28T20:54:26.358Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?branch=main#d98084b8)
31022022-04-28T20:54:26.364Z Fresh serde_plain v1.0.0
31032022-04-28T20:54:26.369Z Fresh darling v0.13.1
31042022-04-28T20:54:26.376Z Fresh dtrace-parser v0.1.12
31052022-04-28T20:54:26.382Z Fresh structopt v0.3.26
31062022-04-28T20:54:26.388Z Fresh zone v0.1.8
31072022-04-28T20:54:26.395Z Fresh parse-display-derive v0.5.5
31082022-04-28T20:54:26.402Z Fresh portpicker v0.1.1
31092022-04-28T20:54:26.408Z Fresh serial_test v0.6.0
31102022-04-28T20:54:26.414Z Fresh twox-hash v1.6.2
31112022-04-28T20:54:26.420Z Fresh spdm v0.1.0 (https://github.com/oxidecomputer/spdm?rev=9742f6e#9742f6ea)
31122022-04-28T20:54:26.426Z Fresh rusqlite v0.27.0
31132022-04-28T20:54:26.432Z Fresh cast v0.2.7
31142022-04-28T20:54:26.438Z Fresh slog-envlogger v2.2.0
31152022-04-28T20:54:26.445Z Fresh rayon v1.5.2
31162022-04-28T20:54:26.452Z Fresh tinytemplate v1.2.1
31172022-04-28T20:54:26.458Z Fresh dropshot_endpoint v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394)
31182022-04-28T20:54:26.464Z Fresh petgraph v0.5.1
31192022-04-28T20:54:26.472Z Fresh trybuild v1.0.59
31202022-04-28T20:54:26.478Z Fresh dof v0.1.5
31212022-04-28T20:54:26.483Z Fresh csv v1.1.6
31222022-04-28T20:54:26.490Z Fresh tokio v1.17.0
31232022-04-28T20:54:26.497Z Fresh http v0.2.6
31242022-04-28T20:54:26.503Z Fresh schemars v0.8.8
31252022-04-28T20:54:26.509Z Fresh slog-json v2.6.1
31262022-04-28T20:54:26.515Z Fresh postgres-protocol v0.6.3
31272022-04-28T20:54:26.521Z Fresh olpc-cjson v0.1.1
31282022-04-28T20:54:26.528Z Fresh fatfs v0.3.5
31292022-04-28T20:54:26.534Z Fresh openapiv3 v1.0.1
31302022-04-28T20:54:26.541Z Fresh futures v0.3.21
31312022-04-28T20:54:26.546Z Fresh petgraph v0.6.0
31322022-04-28T20:54:26.553Z Fresh clap v3.1.9
31332022-04-28T20:54:26.580Z Fresh crypto-bigint v0.2.11
31342022-04-28T20:54:26.586Z Fresh aes-gcm-siv v0.10.3
31352022-04-28T20:54:26.592Z Fresh diesel v2.0.0 (https://github.com/diesel-rs/diesel?rev=ce77c382#ce77c382)
31362022-04-28T20:54:26.598Z Fresh vsss-rs v2.0.0-pre0
31372022-04-28T20:54:26.604Z Fresh globset v0.4.8
31382022-04-28T20:54:26.610Z Fresh serde_with_macros v1.5.1
31392022-04-28T20:54:26.616Z Fresh parse-display v0.5.5
31402022-04-28T20:54:26.621Z Fresh criterion-plot v0.4.4
31412022-04-28T20:54:26.627Z Fresh indicatif v0.16.2
31422022-04-28T20:54:26.634Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31432022-04-28T20:54:26.640Z Fresh lalrpop v0.19.7
31442022-04-28T20:54:26.646Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/src/db/db-macros)
31452022-04-28T20:54:26.652Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/src/authz/authz-macros)
31462022-04-28T20:54:26.657Z Fresh openapi-lint v0.1.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#9e3ada82)
31472022-04-28T20:54:26.663Z Fresh gateway-messages v0.1.0 (/work/oxidecomputer/omicron/gateway-messages)
31482022-04-28T20:54:26.669Z Fresh tokio-util v0.6.9
31492022-04-28T20:54:26.675Z Fresh http-body v0.4.4
31502022-04-28T20:54:26.680Z Fresh tokio-rustls v0.23.3
31512022-04-28T20:54:26.686Z Fresh tokio-native-tls v0.3.0
31522022-04-28T20:54:26.691Z Fresh slog-bunyan v2.4.0
31532022-04-28T20:54:26.697Z Fresh postgres-types v0.2.2
31542022-04-28T20:54:26.703Z Fresh backoff v0.4.0
31552022-04-28T20:54:26.709Z Fresh tokio-util v0.7.1
31562022-04-28T20:54:26.715Z Fresh trust-dns-proto v0.21.2
31572022-04-28T20:54:26.720Z Fresh tungstenite v0.17.2
31582022-04-28T20:54:26.726Z Fresh tokio-stream v0.1.8
31592022-04-28T20:54:26.731Z Fresh bb8 v0.8.0
31602022-04-28T20:54:26.736Z Fresh headers-core v0.2.0
31612022-04-28T20:54:26.743Z Fresh signal-hook-tokio v0.3.1
31622022-04-28T20:54:26.748Z Fresh steno v0.1.0 (https://github.com/oxidecomputer/steno?branch=main#578498bb)
31632022-04-28T20:54:26.754Z Fresh elliptic-curve v0.10.6
31642022-04-28T20:54:26.760Z Fresh serde_with v1.12.1
31652022-04-28T20:54:26.766Z Fresh criterion v0.3.5
31662022-04-28T20:54:26.771Z Fresh trust-dns-resolver v0.21.2
31672022-04-28T20:54:26.778Z Fresh usdt-attr-macro v0.3.2
31682022-04-28T20:54:26.784Z Fresh usdt-macro v0.3.2
31692022-04-28T20:54:26.790Z Fresh typify-macro v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98)
31702022-04-28T20:54:26.796Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31712022-04-28T20:54:26.801Z Fresh h2 v0.3.12
31722022-04-28T20:54:26.807Z Fresh tokio-postgres v0.7.5
31732022-04-28T20:54:26.813Z Fresh crucible-common v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
31742022-04-28T20:54:26.819Z Fresh crucible-scope v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
31752022-04-28T20:54:26.824Z Fresh trust-dns-client v0.21.1
31762022-04-28T20:54:26.830Z Fresh tokio-tungstenite v0.17.1
31772022-04-28T20:54:26.836Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=8c6685f0b33c7bbc6418384850cb9c897896cda5#8c6685f0)
31782022-04-28T20:54:26.843Z Fresh headers v0.3.7
31792022-04-28T20:54:26.849Z Fresh ecdsa v0.12.4
31802022-04-28T20:54:26.855Z Fresh hyper v0.14.18
31812022-04-28T20:54:26.861Z Fresh crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
31822022-04-28T20:54:26.866Z Fresh trust-dns-server v0.21.2
31832022-04-28T20:54:26.872Z Fresh p256 v0.9.0
31842022-04-28T20:54:26.878Z Fresh httptest v0.15.4
31852022-04-28T20:54:26.885Z Fresh hyper-rustls v0.23.0
31862022-04-28T20:54:26.890Z Fresh hyper-tls v0.5.0
31872022-04-28T20:54:26.896Z Fresh polar-core v0.26.0
31882022-04-28T20:54:26.901Z Fresh progenitor-macro v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
31892022-04-28T20:54:26.907Z Fresh reqwest v0.11.10
31902022-04-28T20:54:26.913Z Fresh omicron-zone-package v0.2.1
31912022-04-28T20:54:26.919Z Fresh oso v0.26.0
31922022-04-28T20:54:26.924Z Fresh progenitor-client v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
31932022-04-28T20:54:26.930Z Fresh tough v0.12.1
31942022-04-28T20:54:26.936Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-735a56f4f10166bc/build-script-build`
31952022-04-28T20:54:26.942Z Running `rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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"' -C metadata=7a5123f430179390 -C extra-filename=-7a5123f430179390 --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-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-1a57b4aa0428ec93.rmeta --cap-lints allow -D warnings`
31962022-04-28T20:54:26.949Z Running `rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=41c00510632b98a1 -C extra-filename=-41c00510632b98a1 --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-22957974b0c0ecc5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-ba94fb7412277da9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-00b7cf5f18ea426d.rmeta --cap-lints allow -D warnings`
31972022-04-28T20:54:32.739Z Compiling usdt-impl v0.3.2
31982022-04-28T20:54:32.746Z Compiling typify-impl v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98)
31992022-04-28T20:54:32.752Z Running `rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-impl-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=fb43682482de546f -C extra-filename=-fb43682482de546f --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-554027d0cfe4392d.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-0770231a51f791a4.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-56f66819cdb3b821.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-22957974b0c0ecc5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-ba94fb7412277da9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-41c00510632b98a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-5b8dc643235ca96c.rmeta --cap-lints allow -D warnings`
32002022-04-28T20:54:32.759Z Running `rustc --crate-name typify_impl --edition=2018 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/6617df9/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=fa2b049c7b797b11 -C extra-filename=-fa2b049c7b797b11 --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-b584075a648480cf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c467e75cb34b718c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-22957974b0c0ecc5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-ba94fb7412277da9.rmeta --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-121774634f8255d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-41c00510632b98a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-00b7cf5f18ea426d.rmeta --cap-lints allow -D warnings`
32012022-04-28T20:54:32.765Z Running `rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-impl-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=16a499d68ff5644e -C extra-filename=-16a499d68ff5644e --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-900a08d07f38ab7f.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6238bb85d15a922d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d0d55de696587202.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a5123f430179390.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-38176a5008991e8e.rmeta --cap-lints allow -D warnings`
32022022-04-28T20:54:32.772Z Running `rustc --crate-name typify_impl --edition=2018 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/6617df9/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7fa06cbf2c9fad46 -C extra-filename=-7fa06cbf2c9fad46 --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-f74d1cbfdc1ea5a0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-416152f70a11b2a8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-ede886504aa9a002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a5123f430179390.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-1a57b4aa0428ec93.rmeta --cap-lints allow -D warnings`
32032022-04-28T20:54:34.160Z Compiling usdt v0.3.2
32042022-04-28T20:54:34.167Z Running `rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=c09cd42a0a2dccb7 -C extra-filename=-c09cd42a0a2dccb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-0770231a51f791a4.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-56f66819cdb3b821.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-aa0fc49f36ddad74.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-fb43682482de546f.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-78f233ebb70f8c6b.so --cap-lints allow -D warnings`
32052022-04-28T20:54:34.233Z Running `rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/usdt-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=423760b5c8ade894 -C extra-filename=-423760b5c8ade894 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6238bb85d15a922d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d0d55de696587202.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-aa0fc49f36ddad74.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-16a499d68ff5644e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-78f233ebb70f8c6b.so --cap-lints allow -D warnings`
32062022-04-28T20:54:34.961Z Compiling dropshot v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394)
32072022-04-28T20:54:34.968Z Running `rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/da09c39/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt-probes"' -C metadata=b2d5ffa2d6e2c9ce -C extra-filename=-b2d5ffa2d6e2c9ce --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-a4dd4ed9969baabe.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-00487d4f5c5cab06.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-2ae35c238dd75dda.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-ced2ad1863bfbbcb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a0157959ccc3e75f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-f2775878b3bc6326.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-43e4f8e137a886f8.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-22957974b0c0ecc5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6b7c0d743858e674.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9c77473490879ffa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-e880cd177f8740d5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-5ab8c464b64424b3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-16268c4c79cc3fc8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7d5c20f3b271459f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c09cd42a0a2dccb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
32082022-04-28T20:54:35.047Z Compiling slog-dtrace v0.2.1
32092022-04-28T20:54:35.053Z Running `rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-dtrace-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f66f824ce1c532c4 -C extra-filename=-f66f824ce1c532c4 --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-417e1331e370fd54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c09cd42a0a2dccb7.rmeta --cap-lints allow -D warnings`
32102022-04-28T20:54:36.424Z Compiling diesel-dtrace v0.1.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#3bce2661)
32112022-04-28T20:54:36.431Z Running `rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/3bce266/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=faa7ea3c555a21f7 -C extra-filename=-faa7ea3c555a21f7 --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-7788c4c75c50c259.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c09cd42a0a2dccb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
32122022-04-28T20:54:37.068Z Running `rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/da09c39/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="usdt-probes"' -C metadata=2f9fc29ef5115bb8 -C extra-filename=-2f9fc29ef5115bb8 --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-a04e5322ce90bddd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-2ae35c238dd75dda.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5f26bdd3a3f0acad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c019ff9720d7ef10.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-43e4f8e137a886f8.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9555bd1f9f3097b6.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-1bbc71b6c8513d64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-90b51609bafd3a58.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-4007c2c6e95b2177.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-742869018753551c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-423760b5c8ade894.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
32132022-04-28T20:54:37.419Z Running `rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-dtrace-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ebc9ab9797561f43 -C extra-filename=-ebc9ab9797561f43 --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-d3a1bd78e475046e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-423760b5c8ade894.rmeta --cap-lints allow -D warnings`
32142022-04-28T20:54:37.775Z Running `rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/3bce266/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2550b885445a4567 -C extra-filename=-2550b885445a4567 --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-6152ab6e4ddfec32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-423760b5c8ade894.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
32152022-04-28T20:54:38.800Z Compiling typify v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98)
32162022-04-28T20:54:38.806Z Running `rustc --crate-name typify --edition=2018 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/6617df9/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=2c3a4d83cafce773 -C extra-filename=-2c3a4d83cafce773 --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-fa2b049c7b797b11.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-9b2eca3dc01eb77f.so --cap-lints allow -D warnings`
32172022-04-28T20:54:38.898Z Running `rustc --crate-name typify --edition=2018 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/6617df9/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bf4451b5e136e456 -C extra-filename=-bf4451b5e136e456 --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-7fa06cbf2c9fad46.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-9b2eca3dc01eb77f.so --cap-lints allow -D warnings`
32182022-04-28T20:54:39.266Z Compiling progenitor-impl v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
32192022-04-28T20:54:39.272Z Running `rustc --crate-name progenitor_impl --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e40acde360e48a4c -C extra-filename=-e40acde360e48a4c --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-b584075a648480cf.rmeta --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-e00f94252e62df81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a0157959ccc3e75f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-f2775878b3bc6326.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-22957974b0c0ecc5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-ba94fb7412277da9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef9a3b4ac0c5f91f.rmeta --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-121774634f8255d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-41c00510632b98a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-2c3a4d83cafce773.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-00b7cf5f18ea426d.rmeta --cap-lints allow -D warnings`
32202022-04-28T20:54:39.348Z Running `rustc --crate-name progenitor_impl --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=748726f694caf5c6 -C extra-filename=-748726f694caf5c6 --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-f74d1cbfdc1ea5a0.rmeta --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-3e1ee49792111e8c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c019ff9720d7ef10.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-ede886504aa9a002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7a5123f430179390.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-bf4451b5e136e456.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-1a57b4aa0428ec93.rmeta --cap-lints allow -D warnings`
32212022-04-28T20:54:44.838Z Compiling progenitor v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe)
32222022-04-28T20:54:44.844Z Running `rustc --crate-name progenitor --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=793f66f13e744f8f -C extra-filename=-793f66f13e744f8f --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-ab2622333268a6e4.rmeta --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-3e1ee49792111e8c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b281b39fa8838458.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-748726f694caf5c6.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-636cb2a0979aad67.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32232022-04-28T20:54:45.424Z Running `rustc --crate-name progenitor --edition=2018 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/bbf81df/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b4478d6538f35791 -C extra-filename=-b4478d6538f35791 --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-18866d448504c1f0.rmeta --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-e00f94252e62df81.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-f2775878b3bc6326.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-4ed7dc1bead12abb.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e40acde360e48a4c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-636cb2a0979aad67.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32242022-04-28T20:54:45.985Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
32252022-04-28T20:54:45.991Z Running `rustc --crate-name crucible --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=13167ed6e05af635 -C extra-filename=-13167ed6e05af635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-53ad172f056a8708.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-00487d4f5c5cab06.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-35931efa940654cf.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-9cef7ecbfda9a45a.rmeta --extern crucible_scope=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_scope-2b6d7ca5d260eef3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-76458d54813678a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f157370d9e377929.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-c4c873069a636739.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7d5c20f3b271459f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cf7a201a8b1c5cd1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-ad0f075c828adc85.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c09cd42a0a2dccb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32262022-04-28T20:54:46.981Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272022-04-28T20:54:46.988Z Running `rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=839e811bd2f48cb4 -C extra-filename=-839e811bd2f48cb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ef9a3b4ac0c5f91f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32282022-04-28T20:54:48.902Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32292022-04-28T20:54:48.938Z Running `rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=a488b6898a334527 -C extra-filename=-a488b6898a334527 --out-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-417e1331e370fd54.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
32302022-04-28T20:54:48.945Z Running `rustc --crate-name crucible --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b76ffd893409dea1 -C extra-filename=-b76ffd893409dea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-facaf61658f27b17.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4a7e22dd075d6856.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-4dd59f7de99372c2.rmeta --extern crucible_scope=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_scope-fc33d312d9840c0a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-afd6f16c26c2466b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a22b63c0d57e76dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-742869018753551c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f45631f926b438a2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-423760b5c8ade894.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32312022-04-28T20:54:49.444Z Running `rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a89f3032713c76f0 -C extra-filename=-a89f3032713c76f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32322022-04-28T20:54:50.054Z Running `rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --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=78a2e8e90b2f5208 -C extra-filename=-78a2e8e90b2f5208 --out-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-d3a1bd78e475046e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
32332022-04-28T20:54:51.673Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32342022-04-28T20:54:51.680Z Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=97240a2950cd691f -C extra-filename=-97240a2950cd691f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f0001a5c42710563.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32352022-04-28T20:54:52.357Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1)
32362022-04-28T20:54:52.364Z Running `rustc --crate-name crucible_agent_client --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3096c59f7f2b6055 -C extra-filename=-3096c59f7f2b6055 --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-ab2622333268a6e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32372022-04-28T20:54:52.678Z Compiling internal-dns-client v0.1.0 (/work/oxidecomputer/omicron/internal-dns-client)
32382022-04-28T20:54:52.685Z Running `rustc --crate-name internal_dns_client --edition=2021 internal-dns-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5592f7c75febf3d4 -C extra-filename=-5592f7c75febf3d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32392022-04-28T20:54:52.970Z Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=df30e4adebe9706e -C extra-filename=-df30e4adebe9706e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5bdd022a7d0aac78.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ade3659202ab9af7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cebe467b7a50804a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b4478d6538f35791.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-08aee65914a9a290.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-f071b18aee5b34ab.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3016fdea09e4863f.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1b701716665dec38.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32402022-04-28T20:54:55.433Z Running `rustc --crate-name crucible_agent_client --edition=2018 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/257032d/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f76236bc13377b6a -C extra-filename=-f76236bc13377b6a --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-18866d448504c1f0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b4478d6538f35791.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32412022-04-28T20:54:55.856Z Running `rustc --crate-name internal_dns_client --edition=2021 internal-dns-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=f2757375ce0e7ee1 -C extra-filename=-f2757375ce0e7ee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b4478d6538f35791.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32422022-04-28T20:54:58.301Z Running `rustc --crate-name internal_dns_client --edition=2021 internal-dns-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=d55a6aecc640f237 -C extra-filename=-d55a6aecc640f237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32432022-04-28T20:54:58.613Z Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=5f9127ce34d2261c -C extra-filename=-5f9127ce34d2261c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f0001a5c42710563.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32442022-04-28T20:55:01.100Z Running `rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=66849c75e4d9ff4f -C extra-filename=-66849c75e4d9ff4f --out-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-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out`
32452022-04-28T20:55:05.195Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ec4f3a41a638ea6c3316a86f30f1895f4877f2ef#ec4f3a41)
32462022-04-28T20:55:05.203Z Running `rustc --crate-name propolis_client --edition=2018 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ec4f3a4/client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=af0c34a5a023a99a -C extra-filename=-af0c34a5a023a99a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-13167ed6e05af635.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32472022-04-28T20:55:07.683Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
32482022-04-28T20:55:07.690Z Running `rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=38b74e007e55d030 -C extra-filename=-38b74e007e55d030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rmeta --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-5592f7c75febf3d4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32492022-04-28T20:55:08.090Z Running `rustc --crate-name propolis_client --edition=2018 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ec4f3a4/client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=571c27ab8c5bd3cc -C extra-filename=-571c27ab8c5bd3cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-b76ffd893409dea1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32502022-04-28T20:55:08.120Z Running `rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e8a57c5d216b9935 -C extra-filename=-e8a57c5d216b9935 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1dc2f1bec4e4e7a9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rmeta --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-f2757375ce0e7ee1.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-6e4f882f3bc75ae3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-702180468ed85401.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-dccc58ce2cc87760.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-b1a6f5f149904e0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a42c89dfe47ca432.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8497e5eca6703940.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32512022-04-28T20:55:09.788Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32522022-04-28T20:55:09.797Z Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7e7dad2de2394936 -C extra-filename=-7e7dad2de2394936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a86bd37610c04b32.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-dd21f45841791b10.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3dd49b6e16a3567.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32532022-04-28T20:55:11.005Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
32542022-04-28T20:55:11.012Z Running `rustc --crate-name nexus_client --edition=2021 nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=89143d35f116538a -C extra-filename=-89143d35f116538a --out-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-d3a1bd78e475046e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32552022-04-28T20:55:14.441Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
32562022-04-28T20:55:14.455Z Running `rustc --crate-name sled_agent_client --edition=2021 sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=635bfb5a5caeb922 -C extra-filename=-635bfb5a5caeb922 --out-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-beafa45614662b8c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32572022-04-28T20:55:14.550Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
32582022-04-28T20:55:14.557Z Running `rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ebd722ee4eb7c938 -C extra-filename=-ebd722ee4eb7c938 --out-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-d3a1bd78e475046e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32592022-04-28T20:55:17.292Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32602022-04-28T20:55:17.299Z Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3401d6fe48fdd62f -C extra-filename=-3401d6fe48fdd62f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32612022-04-28T20:55:19.418Z Compiling gateway-sp-comms v0.1.0 (/work/oxidecomputer/omicron/gateway-sp-comms)
32622022-04-28T20:55:19.425Z Running `rustc --crate-name gateway_sp_comms --edition=2018 gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=b7ae6060b9186811 -C extra-filename=-b7ae6060b9186811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-05e72ac991a768b1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-423760b5c8ade894.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32632022-04-28T20:55:21.781Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
32642022-04-28T20:55:21.789Z Running `rustc --crate-name gateway_client --edition=2021 gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=618a8f42fec1e2c6 -C extra-filename=-618a8f42fec1e2c6 --out-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-d3a1bd78e475046e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32652022-04-28T20:55:22.361Z Running `rustc --crate-name nexus_client --edition=2021 nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=820847ac77732ec9 -C extra-filename=-820847ac77732ec9 --out-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-417e1331e370fd54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b4478d6538f35791.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32662022-04-28T20:55:23.525Z Running `rustc --crate-name sled_agent_client --edition=2021 sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=9a0e2386b69ef23a -C extra-filename=-9a0e2386b69ef23a --out-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-beafa45614662b8c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b4478d6538f35791.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32672022-04-28T20:55:24.371Z Running `rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=eb5c1935fd2b3ea5 -C extra-filename=-eb5c1935fd2b3ea5 --out-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-417e1331e370fd54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b4478d6538f35791.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32682022-04-28T20:55:27.044Z Running `rustc --crate-name gateway_sp_comms --edition=2018 gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e6977ea698378410 -C extra-filename=-e6977ea698378410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-54fd104d0332e5bc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-c4c873069a636739.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-08aee65914a9a290.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-551ec45393bc93f4.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-bb34448660184395.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c09cd42a0a2dccb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32692022-04-28T20:55:30.612Z Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=7db5fdb5d602724a -C extra-filename=-7db5fdb5d602724a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-24ca958685dbe29e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-013f970b9ad6fe35.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-deb2c4b96ff41302.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-8d2ae287bfb54be7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1b701716665dec38.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32702022-04-28T20:55:31.415Z Running `rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=f88da147afcc876e -C extra-filename=-f88da147afcc876e --out-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-d3a1bd78e475046e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32712022-04-28T20:55:33.247Z Running `rustc --crate-name nexus_client --edition=2021 nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=849c8eedc652fb5a -C extra-filename=-849c8eedc652fb5a --out-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-d3a1bd78e475046e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32722022-04-28T20:55:34.350Z Running `rustc --crate-name sled_agent_client --edition=2021 sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=cf14b0543b7fca0c -C extra-filename=-cf14b0543b7fca0c --out-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-beafa45614662b8c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32732022-04-28T20:55:34.440Z Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=dfda757e515818ec -C extra-filename=-dfda757e515818ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a86bd37610c04b32.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-dd21f45841791b10.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3dd49b6e16a3567.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32742022-04-28T20:55:34.764Z Running `rustc --crate-name gateway_client --edition=2021 gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=263dc6eb0b3d26fa -C extra-filename=-263dc6eb0b3d26fa --out-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-d3a1bd78e475046e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32752022-04-28T20:55:35.121Z Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=100e147475c9d141 -C extra-filename=-100e147475c9d141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32762022-04-28T20:55:38.677Z Running `rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=d1c8d5e66eac69f5 -C extra-filename=-d1c8d5e66eac69f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e11d27096ba7a1e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32772022-04-28T20:55:39.485Z Running `rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=6260544ddd1d9313 -C extra-filename=-6260544ddd1d9313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e11d27096ba7a1e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a89f3032713c76f0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32782022-04-28T20:55:40.134Z Running `rustc --crate-name gateway_sp_comms --edition=2018 gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=6611ba120ab47d04 -C extra-filename=-6611ba120ab47d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-208706d6d7bdaa03.rlib --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-05e72ac991a768b1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-423760b5c8ade894.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32792022-04-28T20:55:40.665Z Running `rustc --crate-name omicron_dev --edition=2021 test-utils/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=4d9ace6ae8dee1f1 -C extra-filename=-4d9ace6ae8dee1f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a86bd37610c04b32.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-dd21f45841791b10.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3dd49b6e16a3567.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32802022-04-28T20:55:41.576Z Running `rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=7de8a45f48d02484 -C extra-filename=-7de8a45f48d02484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-5592f7c75febf3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32812022-04-28T20:55:41.922Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32822022-04-28T20:55:41.928Z Running `rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=50d41761a94b31f8 -C extra-filename=-50d41761a94b31f8 --out-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-d3a1bd78e475046e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32832022-04-28T20:55:42.275Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32842022-04-28T20:55:42.283Z Running `rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=968f72e799de139d -C extra-filename=-968f72e799de139d --out-dir /work/oxidecomputer/omicron/target/debug/deps -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-2f9fc29ef5115bb8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a89f3032713c76f0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32852022-04-28T20:55:43.510Z Running `rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=74f76721f1c42a46 -C extra-filename=-74f76721f1c42a46 --out-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-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32862022-04-28T20:55:45.747Z Running `rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=fc8038a724d8e738 -C extra-filename=-fc8038a724d8e738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -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-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a89f3032713c76f0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32872022-04-28T20:55:46.156Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32882022-04-28T20:55:46.163Z Running `rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=3af6f8a61e3749fe -C extra-filename=-3af6f8a61e3749fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-21d5064b190a9fc4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3096c59f7f2b6055.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7af0366e00579e9d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-571c27ab8c5bd3cc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-635bfb5a5caeb922.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rmeta --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-4b73a51270793896.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-0861e511273c945d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cb0f712c2a78350a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32892022-04-28T20:55:46.670Z Running `rustc --crate-name apigen --edition=2021 internal-dns/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=72efd33f9c60c420 -C extra-filename=-72efd33f9c60c420 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1dc2f1bec4e4e7a9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e8a57c5d216b9935.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-f2757375ce0e7ee1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-6e4f882f3bc75ae3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-702180468ed85401.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-dccc58ce2cc87760.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-b1a6f5f149904e0f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a42c89dfe47ca432.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8497e5eca6703940.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32902022-04-28T20:55:49.396Z Running `rustc --crate-name dnsadm --edition=2021 internal-dns/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=8504cbb35f8a2046 -C extra-filename=-8504cbb35f8a2046 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1dc2f1bec4e4e7a9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e8a57c5d216b9935.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-f2757375ce0e7ee1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-6e4f882f3bc75ae3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-702180468ed85401.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-dccc58ce2cc87760.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-b1a6f5f149904e0f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a42c89dfe47ca432.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8497e5eca6703940.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32912022-04-28T20:55:51.694Z Running `rustc --crate-name dns_server --edition=2021 internal-dns/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=5d23b5fabde29171 -C extra-filename=-5d23b5fabde29171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1dc2f1bec4e4e7a9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-e8a57c5d216b9935.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-f2757375ce0e7ee1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-6e4f882f3bc75ae3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-702180468ed85401.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-eb9ca18a629e60c5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-dccc58ce2cc87760.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-4d0fe6c8859768ba.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-b1a6f5f149904e0f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-a42c89dfe47ca432.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8497e5eca6703940.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32922022-04-28T20:56:02.195Z Running `rustc --crate-name openapi_test --edition=2021 internal-dns/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=17821b60737e0619 -C extra-filename=-17821b60737e0619 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-38b74e007e55d030.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-5592f7c75febf3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32932022-04-28T20:56:09.552Z Running `rustc --crate-name apigen --edition=2021 internal-dns/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=1de2bc6e117b12c1 -C extra-filename=-1de2bc6e117b12c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-38b74e007e55d030.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-5592f7c75febf3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32942022-04-28T20:56:10.249Z Running `rustc --crate-name dns_server --edition=2021 internal-dns/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=b495f4cce0f7c378 -C extra-filename=-b495f4cce0f7c378 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-38b74e007e55d030.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-5592f7c75febf3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32952022-04-28T20:56:11.504Z Running `rustc --crate-name dnsadm --edition=2021 internal-dns/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=04892944730fc2b9 -C extra-filename=-04892944730fc2b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-38b74e007e55d030.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-5592f7c75febf3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32962022-04-28T20:56:12.481Z Running `rustc --crate-name basic_test --edition=2021 internal-dns/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=0f2062ec326858c5 -C extra-filename=-0f2062ec326858c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-38b74e007e55d030.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-5592f7c75febf3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32972022-04-28T20:56:13.877Z Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=f6ce2330bf700755 -C extra-filename=-f6ce2330bf700755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3401d6fe48fdd62f.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
32982022-04-28T20:56:16.732Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32992022-04-28T20:56:16.739Z Running `rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5fbd9e653ee5bac0 -C extra-filename=-5fbd9e653ee5bac0 --out-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-f46a815d0eaad9f6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b7ae6060b9186811.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33002022-04-28T20:56:16.782Z Running `rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=b2694308f40da4fc -C extra-filename=-b2694308f40da4fc --out-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-417e1331e370fd54.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-820847ac77732ec9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f66f824ce1c532c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33012022-04-28T20:56:17.251Z Running `rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=bfb00cf9c09e6ab4 -C extra-filename=-bfb00cf9c09e6ab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -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-b2d5ffa2d6e2c9ce.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-820847ac77732ec9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-839e811bd2f48cb4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f66f824ce1c532c4.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33022022-04-28T20:56:25.532Z Running `rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=c648b02ed5922115 -C extra-filename=-c648b02ed5922115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-607322bf522276f6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9652141db787797b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f76236bc13377b6a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ade3659202ab9af7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-820847ac77732ec9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a74a74c2451c0a3e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b4478d6538f35791.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-af0c34a5a023a99a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9a0e2386b69ef23a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f66f824ce1c532c4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-f071b18aee5b34ab.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8810ca856cdb4bfd.rmeta --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-615f7abe52caeba9.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4caeab0816a14bb1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cf7a201a8b1c5cd1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c1a45853334cb2ae.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5e909ee8e4849dc3.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33032022-04-28T20:56:34.458Z Running `rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=670384fead06f6e5 -C extra-filename=-670384fead06f6e5 --out-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-1dc2f1bec4e4e7a9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-54fd104d0332e5bc.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e6977ea698378410.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-c4c873069a636739.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f66f824ce1c532c4.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33042022-04-28T20:56:36.197Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33052022-04-28T20:56:36.205Z Running `rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=b9020a9b7533f574 -C extra-filename=-b9020a9b7533f574 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-618a8f42fec1e2c6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33062022-04-28T20:56:39.334Z Running `rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=7c56387010bb7150 -C extra-filename=-7c56387010bb7150 --out-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-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b7ae6060b9186811.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3401d6fe48fdd62f.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33072022-04-28T20:56:39.588Z Running `rustc --crate-name test_omicron_dev --edition=2021 test-utils/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=6ba26aef46655aed -C extra-filename=-6ba26aef46655aed --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a86bd37610c04b32.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-dd21f45841791b10.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3dd49b6e16a3567.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33082022-04-28T20:56:44.816Z Running `rustc --crate-name omicron_dev --edition=2021 test-utils/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=bd0a6ef9a6b360fd -C extra-filename=-bd0a6ef9a6b360fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7db5fdb5d602724a.rlib --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-24ca958685dbe29e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-013f970b9ad6fe35.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-deb2c4b96ff41302.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-8d2ae287bfb54be7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1b701716665dec38.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33092022-04-28T20:56:45.513Z Running `rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=4b367994f5559bd7 -C extra-filename=-4b367994f5559bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-21d5064b190a9fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3096c59f7f2b6055.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-30d2f73bbc2b96ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7af0366e00579e9d.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-571c27ab8c5bd3cc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-92a3e3f8799ebda7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-635bfb5a5caeb922.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-4b73a51270793896.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-0861e511273c945d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cb0f712c2a78350a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33102022-04-28T20:56:53.040Z Running `rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d0a771f0f4faf8f1 -C extra-filename=-d0a771f0f4faf8f1 --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-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-50d41761a94b31f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33112022-04-28T20:57:06.844Z Running `rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=2ed0f260288589a5 -C extra-filename=-2ed0f260288589a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -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-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-968f72e799de139d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a89f3032713c76f0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33122022-04-28T20:57:08.079Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33132022-04-28T20:57:08.087Z Running `rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ed0f702ce612a9ce -C extra-filename=-ed0f702ce612a9ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0cf1436cc03934b1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-fcf59afbdbde8dda.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-259bafc7843bd09c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3096c59f7f2b6055.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6152ab6e4ddfec32.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2550b885445a4567.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e34fe99f9a5a22bf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4a92703c2c6498ff.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-994f4ac3ac5276f6.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-daca5a4ec4067aa5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-225248f675be6469.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ebd722ee4eb7c938.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a89f3032713c76f0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-78a2e8e90b2f5208.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-50d41761a94b31f8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e3ace23baf86592.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8239c97c4e4aae92.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-635bfb5a5caeb922.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b30964e28f7d5608.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-423760b5c8ade894.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33142022-04-28T20:57:09.583Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33152022-04-28T20:57:09.589Z Running `rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6ac8fab42e482fa3 -C extra-filename=-6ac8fab42e482fa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2859567a2bd02916.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-19f0c2fffc1bf794.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-bd1c77838ba0bc2b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-73caa01e8e3d5623.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33162022-04-28T20:57:10.802Z Running `rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=400998c453e56d3b -C extra-filename=-400998c453e56d3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -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-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-968f72e799de139d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a89f3032713c76f0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33172022-04-28T20:57:12.131Z Running `rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=6ec3f1f57bfb67e9 -C extra-filename=-6ec3f1f57bfb67e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -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-b2d5ffa2d6e2c9ce.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-820847ac77732ec9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-bfb00cf9c09e6ab4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-839e811bd2f48cb4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f66f824ce1c532c4.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33182022-04-28T20:57:13.296Z Running `rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=cb6b247a79343edd -C extra-filename=-cb6b247a79343edd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ceb0f340e7c72874.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-00487d4f5c5cab06.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4a4f4c416d2f79c2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-37bdc534d1235638.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f76236bc13377b6a.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7788c4c75c50c259.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-faa7ea3c555a21f7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9c2afc5808867fc4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5676683534c8af32.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ade3659202ab9af7.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-c46ec954ad0e7d5a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-7d50e845eea9218f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6452bb810676da4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c648b02ed5922115.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f0a10b8d8a3006c1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-eb5c1935fd2b3ea5.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-839e811bd2f48cb4.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a488b6898a334527.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b2694308f40da4fc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cebe467b7a50804a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-2da247859b0465c6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-13aee6bcf8188240.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-e880cd177f8740d5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-08aee65914a9a290.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9a0e2386b69ef23a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f66f824ce1c532c4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3016fdea09e4863f.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1b701716665dec38.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-70a3f04fbba942f0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c09cd42a0a2dccb7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33192022-04-28T20:57:38.599Z Running `rustc --crate-name gateway --edition=2021 gateway/src/bin/gateway.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=dd8dbfed0669a5d1 -C extra-filename=-dd8dbfed0669a5d1 --out-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-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b7ae6060b9186811.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5fbd9e653ee5bac0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3401d6fe48fdd62f.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33202022-04-28T20:57:41.381Z Running `rustc --crate-name gateway --edition=2021 gateway/src/bin/gateway.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=52709573641dd481 -C extra-filename=-52709573641dd481 --out-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-1dc2f1bec4e4e7a9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-54fd104d0332e5bc.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e6977ea698378410.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-670384fead06f6e5.rlib --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-c4c873069a636739.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f66f824ce1c532c4.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33212022-04-28T20:57:46.616Z Running `rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=3af2de1f830d50d6 -C extra-filename=-3af2de1f830d50d6 --out-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-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b7ae6060b9186811.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5fbd9e653ee5bac0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3401d6fe48fdd62f.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64`
33222022-04-28T20:57:52.600Z Running `rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=6addf07f9fe7cc36 -C extra-filename=-6addf07f9fe7cc36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-21d5064b190a9fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3096c59f7f2b6055.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-30d2f73bbc2b96ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7af0366e00579e9d.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-571c27ab8c5bd3cc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-92a3e3f8799ebda7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-635bfb5a5caeb922.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-4b73a51270793896.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-0861e511273c945d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cb0f712c2a78350a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33232022-04-28T20:57:55.830Z Running `rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=dff09460af960cb5 -C extra-filename=-dff09460af960cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-21d5064b190a9fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3096c59f7f2b6055.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-30d2f73bbc2b96ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7af0366e00579e9d.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-571c27ab8c5bd3cc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-92a3e3f8799ebda7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-635bfb5a5caeb922.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-4b73a51270793896.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-0861e511273c945d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cb0f712c2a78350a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33242022-04-28T20:57:58.576Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy)
33252022-04-28T20:57:58.583Z Running `rustc --crate-name thing_flinger --edition=2021 deploy/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=04ade385b99bb034 -C extra-filename=-04ade385b99bb034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-67d4d0b933a3b739.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6ac8fab42e482fa3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33262022-04-28T20:58:01.137Z Running `rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=b4bd849dbffa65ee -C extra-filename=-b4bd849dbffa65ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2859567a2bd02916.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6ac8fab42e482fa3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-19f0c2fffc1bf794.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-bd1c77838ba0bc2b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-73caa01e8e3d5623.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33272022-04-28T20:58:04.773Z Running `rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=78b3ffc1a32992c9 -C extra-filename=-78b3ffc1a32992c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2859567a2bd02916.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-19f0c2fffc1bf794.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-bd1c77838ba0bc2b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-73caa01e8e3d5623.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33282022-04-28T20:58:06.390Z 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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=c680deab00a90f14 -C extra-filename=-c680deab00a90f14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-67d4d0b933a3b739.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6ac8fab42e482fa3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33292022-04-28T20:58:09.809Z Running `rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=450531b80ade3e5f -C extra-filename=-450531b80ade3e5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-607322bf522276f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9652141db787797b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f76236bc13377b6a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ade3659202ab9af7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-820847ac77732ec9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c648b02ed5922115.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a74a74c2451c0a3e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b4478d6538f35791.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-af0c34a5a023a99a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9a0e2386b69ef23a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f66f824ce1c532c4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-f071b18aee5b34ab.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8810ca856cdb4bfd.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-615f7abe52caeba9.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4caeab0816a14bb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cf7a201a8b1c5cd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c1a45853334cb2ae.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5e909ee8e4849dc3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33302022-04-28T20:58:11.340Z Running `rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=b68383b66d5fb546 -C extra-filename=-b68383b66d5fb546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-21d5064b190a9fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3096c59f7f2b6055.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-30d2f73bbc2b96ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7af0366e00579e9d.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-571c27ab8c5bd3cc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-92a3e3f8799ebda7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-635bfb5a5caeb922.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-4b73a51270793896.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-0861e511273c945d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cb0f712c2a78350a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33312022-04-28T20:58:12.158Z Running `rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=48a8b3e2d442cfd8 -C extra-filename=-48a8b3e2d442cfd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-607322bf522276f6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-08f62b25a28a9be9.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9652141db787797b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f76236bc13377b6a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ade3659202ab9af7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-820847ac77732ec9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c648b02ed5922115.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a74a74c2451c0a3e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-05deaef3c04b1d9f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b4478d6538f35791.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-af0c34a5a023a99a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9a0e2386b69ef23a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f66f824ce1c532c4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-f071b18aee5b34ab.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8810ca856cdb4bfd.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-615f7abe52caeba9.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4caeab0816a14bb1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cf7a201a8b1c5cd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c1a45853334cb2ae.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5e909ee8e4849dc3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33322022-04-28T20:59:12.531Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33332022-04-28T20:59:12.538Z Running `rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=323b17bd8a5bd354 -C extra-filename=-323b17bd8a5bd354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rmeta --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ed0f702ce612a9ce.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ebd722ee4eb7c938.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-968f72e799de139d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-50d41761a94b31f8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
33342022-04-28T21:01:07.692Z Running `rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=6dbac0a128e5153a -C extra-filename=-6dbac0a128e5153a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-18866d448504c1f0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ceb0f340e7c72874.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-00487d4f5c5cab06.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4a4f4c416d2f79c2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-417e1331e370fd54.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-37bdc534d1235638.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f76236bc13377b6a.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7788c4c75c50c259.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-faa7ea3c555a21f7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b2d5ffa2d6e2c9ce.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9c2afc5808867fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ed9522ba2a9e7b1a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5676683534c8af32.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-a5efc500a6059d34.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3684981dcc1f717a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-db2fde6bf58ccc74.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-0deeae5703f69067.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15719e84c2b807b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ade3659202ab9af7.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-c46ec954ad0e7d5a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-7d50e845eea9218f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6452bb810676da4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-df30e4adebe9706e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-cb6b247a79343edd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c648b02ed5922115.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-f0a10b8d8a3006c1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98427ac8ffc52fe6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-eb5c1935fd2b3ea5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-839e811bd2f48cb4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a488b6898a334527.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-b2694308f40da4fc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-cebe467b7a50804a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-2da247859b0465c6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-1ef807d6f80d4cec.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-13aee6bcf8188240.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-33a6d53c57e98dc3.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b7ddd7fbfd3e521c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-bfca744306f39094.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-9b36e7fbc6727a27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c006a4c47cefb2ef.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-e880cd177f8740d5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-08aee65914a9a290.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9a0e2386b69ef23a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-58d05147ddff7e23.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f66f824ce1c532c4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3016fdea09e4863f.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-59271cb28c5bac2c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0123f6a89817df4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5e7d776bee96015a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-336328ce5ed90dd5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1b701716665dec38.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1db925d52a995d24.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-70a3f04fbba942f0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c09cd42a0a2dccb7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-f15403bd2cbb9121.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33352022-04-28T21:01:12.439Z Running `rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=1d78bf40c4680a87 -C extra-filename=-1d78bf40c4680a87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0cf1436cc03934b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-fcf59afbdbde8dda.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-259bafc7843bd09c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8f14d956e328ef96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3096c59f7f2b6055.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6152ab6e4ddfec32.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2550b885445a4567.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e34fe99f9a5a22bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-55af4510f6b2587a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4a92703c2c6498ff.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-994f4ac3ac5276f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-323b17bd8a5bd354.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4195dffcb44d528e.so --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-daca5a4ec4067aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-225248f675be6469.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ebd722ee4eb7c938.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a89f3032713c76f0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-78a2e8e90b2f5208.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-50d41761a94b31f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e3ace23baf86592.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8239c97c4e4aae92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-635bfb5a5caeb922.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-64eb119f9fd400cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b30964e28f7d5608.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-423760b5c8ade894.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33362022-04-28T21:01:12.446Z Running `rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=1eaafcf05d516763 -C extra-filename=-1eaafcf05d516763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ed0f702ce612a9ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ebd722ee4eb7c938.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-968f72e799de139d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-50d41761a94b31f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
33372022-04-28T21:01:12.454Z Running `rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=bb7151d4e7f7c604 -C extra-filename=-bb7151d4e7f7c604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0cf1436cc03934b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-fcf59afbdbde8dda.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-259bafc7843bd09c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8f14d956e328ef96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3096c59f7f2b6055.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6152ab6e4ddfec32.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2550b885445a4567.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e34fe99f9a5a22bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-55af4510f6b2587a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4a92703c2c6498ff.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-994f4ac3ac5276f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-323b17bd8a5bd354.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4195dffcb44d528e.so --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-daca5a4ec4067aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ed0f702ce612a9ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-225248f675be6469.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ebd722ee4eb7c938.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a89f3032713c76f0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-78a2e8e90b2f5208.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-50d41761a94b31f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e3ace23baf86592.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8239c97c4e4aae92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-635bfb5a5caeb922.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-64eb119f9fd400cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b30964e28f7d5608.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-423760b5c8ade894.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33382022-04-28T21:01:12.462Z Running `rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=c50d1bc952ae9455 -C extra-filename=-c50d1bc952ae9455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0cf1436cc03934b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-fcf59afbdbde8dda.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-259bafc7843bd09c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8f14d956e328ef96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3096c59f7f2b6055.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6152ab6e4ddfec32.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2550b885445a4567.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e34fe99f9a5a22bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-55af4510f6b2587a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4a92703c2c6498ff.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-994f4ac3ac5276f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-323b17bd8a5bd354.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4195dffcb44d528e.so --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-daca5a4ec4067aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ed0f702ce612a9ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-225248f675be6469.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ebd722ee4eb7c938.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a89f3032713c76f0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-78a2e8e90b2f5208.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-50d41761a94b31f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e3ace23baf86592.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8239c97c4e4aae92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-635bfb5a5caeb922.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-64eb119f9fd400cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b30964e28f7d5608.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-423760b5c8ade894.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.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-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33392022-04-28T21:05:43.392Z Finished test [unoptimized + debuginfo] target(s) in 11m 20s
33402022-04-28T21:05:43.457Z Running `/work/oxidecomputer/omicron/target/debug/deps/api_identity-50d9496ffe8bedc3`
33412022-04-28T21:05:43.510Z
33422022-04-28T21:05:43.517Zrunning 2 tests
33432022-04-28T21:05:43.523Ztest test::test_identity_no_field ... ok
33442022-04-28T21:05:43.529Ztest test::test_identity ... ok
33452022-04-28T21:05:43.535Z
33462022-04-28T21:05:43.541Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33472022-04-28T21:05:43.547Z
33482022-04-28T21:05:43.553Z Running `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-8e468cec8089b007`
33492022-04-28T21:05:43.559Z
33502022-04-28T21:05:43.565Zrunning 1 test
33512022-04-28T21:05:43.571Ztest test_authz_dump ... ok
33522022-04-28T21:05:43.577Z
33532022-04-28T21:05:43.583Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33542022-04-28T21:05:43.589Z
33552022-04-28T21:05:43.595Z Running `/work/oxidecomputer/omicron/target/debug/deps/db_macros-b4832712ab0ca4e1`
33562022-04-28T21:05:43.601Z
33572022-04-28T21:05:43.607Zrunning 6 tests
33582022-04-28T21:05:43.613Ztest lookup::test::test_lookup_dump ... ignored
33592022-04-28T21:05:43.627Ztest tests::test_derive_metadata_identity_fails_without_embedded_identity ... ok
33602022-04-28T21:05:43.633Ztest tests::test_derive_metadata_identity_fails_with_wrong_table_name_type ... ok
33612022-04-28T21:05:43.639Ztest tests::test_derive_metadata_identity_fails_for_enums ... ok
33622022-04-28T21:05:43.645Ztest tests::test_derive_metadata_identity_fails_without_table_name ... ok
33632022-04-28T21:05:43.651Ztest tests::test_derive_metadata_identity_minimal_example_compiles ... ok
33642022-04-28T21:05:43.657Z
33652022-04-28T21:05:43.664Ztest result: ok. 5 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.03s
33662022-04-28T21:05:43.670Z
33672022-04-28T21:05:43.676Z Running `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-b9020a9b7533f574`
33682022-04-28T21:05:43.682Z
33692022-04-28T21:05:43.688Zrunning 0 tests
33702022-04-28T21:05:43.694Z
33712022-04-28T21:05:43.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33722022-04-28T21:05:43.710Z
33732022-04-28T21:05:43.715Z Running `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-263dc6eb0b3d26fa`
33742022-04-28T21:05:43.730Z
33752022-04-28T21:05:43.736Zrunning 0 tests
33762022-04-28T21:05:43.742Z
33772022-04-28T21:05:43.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33782022-04-28T21:05:43.753Z
33792022-04-28T21:05:43.761Z Running `/work/oxidecomputer/omicron/target/debug/deps/gateway_messages-dfb069dfb147c4b2`
33802022-04-28T21:05:43.777Z
33812022-04-28T21:05:43.784Zrunning 2 tests
33822022-04-28T21:05:43.790Ztest tests::serial_console_data_length_fits_in_u16 ... ok
33832022-04-28T21:05:43.796Ztest tests::roundtrip_serial_console ... ok
33842022-04-28T21:05:43.802Z
33852022-04-28T21:05:43.808Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33862022-04-28T21:05:43.814Z
33872022-04-28T21:05:43.819Z Running `/work/oxidecomputer/omicron/target/debug/deps/gateway_sp_comms-6611ba120ab47d04`
33882022-04-28T21:05:43.886Z
33892022-04-28T21:05:43.892Zrunning 6 tests
33902022-04-28T21:05:43.925Ztest recv_handler::request_response_map::tests::basic_usage ... ok
33912022-04-28T21:05:43.931Ztest recv_handler::request_response_map::tests::dropping_future_cleans_up_key ... ok
33922022-04-28T21:05:43.939Ztest management_switch::location_map::tests::test_config_validation ... ok
33932022-04-28T21:05:43.946Ztest management_switch::location_map::tests::test_resolve_location ... ok
33942022-04-28T21:05:43.952Ztest management_switch::tests::test_sp_socket ... ok
33952022-04-28T21:05:43.958Ztest management_switch::tests::test_recv_task ... ok
33962022-04-28T21:05:43.964Z
33972022-04-28T21:05:43.970Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
33982022-04-28T21:05:44.018Z
33992022-04-28T21:05:44.025Z Running `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-7de8a45f48d02484`
34002022-04-28T21:05:44.031Z
34012022-04-28T21:05:44.037Zrunning 0 tests
34022022-04-28T21:05:44.044Z
34032022-04-28T21:05:44.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34042022-04-28T21:05:44.057Z
34052022-04-28T21:05:44.062Z Running `/work/oxidecomputer/omicron/target/debug/deps/apigen-1de2bc6e117b12c1`
34062022-04-28T21:05:44.069Z
34072022-04-28T21:05:44.075Zrunning 0 tests
34082022-04-28T21:05:44.084Z
34092022-04-28T21:05:44.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34102022-04-28T21:05:44.097Z
34112022-04-28T21:05:44.103Z Running `/work/oxidecomputer/omicron/target/debug/deps/dns_server-b495f4cce0f7c378`
34122022-04-28T21:05:44.113Z
34132022-04-28T21:05:44.119Zrunning 0 tests
34142022-04-28T21:05:44.125Z
34152022-04-28T21:05:44.131Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34162022-04-28T21:05:44.136Z
34172022-04-28T21:05:44.142Z Running `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-04892944730fc2b9`
34182022-04-28T21:05:44.161Z
34192022-04-28T21:05:44.167Zrunning 0 tests
34202022-04-28T21:05:44.174Z
34212022-04-28T21:05:44.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34222022-04-28T21:05:44.186Z
34232022-04-28T21:05:44.192Z Running `/work/oxidecomputer/omicron/target/debug/deps/basic_test-0f2062ec326858c5`
34242022-04-28T21:05:44.285Z
34252022-04-28T21:05:44.291Zrunning 2 tests
34262022-04-28T21:05:44.681ZApr 28 21:05:44.679 Apr 28 21:05:44.679INFO INFOlistening listening, , local_addrlocal_addr:: 127127..00..00..11::2219815975
34272022-04-28T21:05:44.687Z
34282022-04-28T21:05:44.913ZApr 28 21:05:44.913 INFO accepted connectionApr 28 21:05:44.913, remote_addrINFO: accepted connection127.0.0.1:63827, , remote_addrlocal_addr:: 127.0.0.1:57453127, .local_addr0:. 0127..10:.221980.
34292022-04-28T21:05:44.919Z1:15975
34302022-04-28T21:05:44.925ZApr 28 21:05:44.918 INFO request completed, response_code:Apr 28 21:05:44.918 200 , INFOuri :request completed /get-records, , response_codemethod:: 200GET, , urireq_id:: /get-records1b2e9781-14fb-47e4-8463-ee08eedc0b9d, , methodremote_addr:: GET127, .req_id: 1eda6db2-aa26-4649-bc46-d197a05aa7ea, remote_addr: 127.0.0.1:57453, local_addr: 127.0.0.1:15975
34312022-04-28T21:05:44.932Z0.0.1:63827, local_addr: 127.0.0.1:22198
34322022-04-28T21:05:44.939ZApr 28 21:05:44.924 INFO request completed, response_code: 200, uri: /set-records, method: PUT, req_id: 262fd52a-5543-4fae-a660-da4579b4f3fa, remote_addr: 127.0.0.1:63827, local_addr: 127.0.0.1:22198Apr 28 21:05:44.924
34332022-04-28T21:05:44.947Z INFO request completed, response_code: 200, uri: /set-records, method: PUT, req_id: 33690c3a-924b-49c2-b824-4951fc637376, remote_addr: 127.0.0.1:57453, local_addr: 127.0.0.1:15975
34342022-04-28T21:05:44.953ZApr 28 21:05:44.925Apr 28 21:05:44.925 INFOINFO request completedrequest completed, , response_coderesponse_code:: 200200, , uriuri:: /get-records/get-records, , methodmethod:: GETGET, req_id: e2ec039f-4be8-4547-b2c6-bef85ac22159, remote_addr: 127.0.0.1:63827, local_addr: 127.0.0.1:22198
34352022-04-28T21:05:44.960Z, req_id: b7ac1a53-8d2d-41a4-a6c2-066f602b838e, remote_addr: 127.0.0.1:57453, local_addr: 127.0.0.1:15975
34362022-04-28T21:05:44.966Ztest srv_crud ... ok
34372022-04-28T21:05:44.972Ztest aaaa_crud ... ok
34382022-04-28T21:05:44.978Z
34392022-04-28T21:05:44.985Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.65s
34402022-04-28T21:05:44.991Z
34412022-04-28T21:05:44.998Z Running `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-17821b60737e0619`
34422022-04-28T21:05:45.079Z
34432022-04-28T21:05:45.085Zrunning 1 test
34442022-04-28T21:05:45.416Ztest test_internal_dns_openapi ... ok
34452022-04-28T21:05:45.445Z
34462022-04-28T21:05:45.451Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
34472022-04-28T21:05:45.458Z
34482022-04-28T21:05:45.463Z Running `/work/oxidecomputer/omicron/target/debug/deps/internal_dns_client-d55a6aecc640f237`
34492022-04-28T21:05:45.469Z
34502022-04-28T21:05:45.476Zrunning 0 tests
34512022-04-28T21:05:45.482Z
34522022-04-28T21:05:45.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34532022-04-28T21:05:45.494Z
34542022-04-28T21:05:45.499Z Running `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-849c8eedc652fb5a`
34552022-04-28T21:05:45.524Z
34562022-04-28T21:05:45.530Zrunning 0 tests
34572022-04-28T21:05:45.537Z
34582022-04-28T21:05:45.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34592022-04-28T21:05:45.549Z
34602022-04-28T21:05:45.555Z Running `/work/oxidecomputer/omicron/target/debug/deps/nexus_test_utils-1eaafcf05d516763`
34612022-04-28T21:05:45.595Z
34622022-04-28T21:05:45.601Zrunning 0 tests
34632022-04-28T21:05:45.607Z
34642022-04-28T21:05:45.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34652022-04-28T21:05:45.620Z
34662022-04-28T21:05:45.626Z Running `/work/oxidecomputer/omicron/target/debug/deps/nexus_test_utils_macros-30d1b2bcc5d7e79c`
34672022-04-28T21:05:45.631Z
34682022-04-28T21:05:45.637Zrunning 0 tests
34692022-04-28T21:05:45.643Z
34702022-04-28T21:05:45.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34712022-04-28T21:05:45.656Z
34722022-04-28T21:05:45.663Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-5f9127ce34d2261c`
34732022-04-28T21:05:45.768Z
34742022-04-28T21:05:45.774Zrunning 24 tests
34752022-04-28T21:05:45.810Ztest api::external::error::test::test_bail_unless ... ok
34762022-04-28T21:05:45.816Ztest api::external::http_pagination::test::test_scan_by_name ... ok
34772022-04-28T21:05:45.823Ztest api::external::http_pagination::test::test_scan_by_id ... ok
34782022-04-28T21:05:45.829Ztest api::external::http_pagination::test::test_scan_by_nameid_generic ... ok
34792022-04-28T21:05:45.836Ztest api::external::http_pagination::test::test_pagination_examples ... ok
34802022-04-28T21:05:45.843Ztest api::external::http_pagination::test::test_scan_by_nameid_id ... ok
34812022-04-28T21:05:45.849Ztest api::external::http_pagination::test::test_scan_by_nameid_name ... ok
34822022-04-28T21:05:45.855Ztest api::external::test::test_bytecount ... ok
34832022-04-28T21:05:45.861Ztest api::external::http_pagination::test::test_pagination_schemas ... ok
34842022-04-28T21:05:45.867Ztest api::external::test::test_digest ... ok
34852022-04-28T21:05:45.873Ztest api::external::test::test_firewall_deserialization ... ok
34862022-04-28T21:05:45.879Ztest api::external::test::test_name_parse_from_param ... ok
34872022-04-28T21:05:45.885Ztest api::external::test::test_ip_port_range_into_str ... ok
34882022-04-28T21:05:45.891Ztest api::external::test::test_ipv6_net_operations ... ok
34892022-04-28T21:05:45.897Ztest api::external::test::test_name_parse ... ok
34902022-04-28T21:05:45.903Ztest api::external::test::test_ip_port_range_from_str ... ok
34912022-04-28T21:05:45.909Ztest api::external::test::test_resource_name_parse ... ok
34922022-04-28T21:05:45.914Ztest config::test::test_bad_url ... ok
34932022-04-28T21:05:45.920Ztest api::external::test::test_role_name_parse ... ok
34942022-04-28T21:05:45.926Ztest config::test::test_example_url ... ok
34952022-04-28T21:05:45.932Ztest api::external::test::test_route_destination_parse ... ok
34962022-04-28T21:05:45.938Ztest api::external::test::test_route_target_parse ... ok
34972022-04-28T21:05:45.958Ztest api::external::test::test_firewall_rule_host_filter_parse ... ok
34982022-04-28T21:05:45.964Ztest api::external::test::test_firewall_rule_target_parse ... ok
34992022-04-28T21:05:45.971Z
35002022-04-28T21:05:45.977Ztest result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
35012022-04-28T21:05:45.983Z
35022022-04-28T21:05:45.989Z Running `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_overlay_files-c680deab00a90f14`
35032022-04-28T21:05:45.995Z
35042022-04-28T21:05:46.002Zrunning 0 tests
35052022-04-28T21:05:46.008Z
35062022-04-28T21:05:46.014Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35072022-04-28T21:05:46.020Z
35082022-04-28T21:05:46.028Z Running `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-04ade385b99bb034`
35092022-04-28T21:05:46.034Z
35102022-04-28T21:05:46.040Zrunning 0 tests
35112022-04-28T21:05:46.046Z
35122022-04-28T21:05:46.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35132022-04-28T21:05:46.058Z
35142022-04-28T21:05:46.064Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-7c56387010bb7150`
35152022-04-28T21:05:46.070Z
35162022-04-28T21:05:46.076Zrunning 0 tests
35172022-04-28T21:05:46.082Z
35182022-04-28T21:05:46.088Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35192022-04-28T21:05:46.094Z
35202022-04-28T21:05:46.100Z Running `/work/oxidecomputer/omicron/target/debug/deps/gateway-dd8dbfed0669a5d1`
35212022-04-28T21:05:46.106Z
35222022-04-28T21:05:46.112Zrunning 0 tests
35232022-04-28T21:05:46.119Z
35242022-04-28T21:05:46.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35252022-04-28T21:05:46.134Z
35262022-04-28T21:05:46.141Z Running `/work/oxidecomputer/omicron/target/debug/deps/test_all-3af2de1f830d50d6`
35272022-04-28T21:05:46.179Z
35282022-04-28T21:05:46.186Zrunning 7 tests
35292022-04-28T21:05:46.579Ztest integration_tests::commands::test_gateway_openapi_sled ... ok
35302022-04-28T21:05:47.426Ztest integration_tests::serial_console::serial_console_detach ... ok
35312022-04-28T21:05:47.433Ztest integration_tests::bulk_state_get::bulk_sp_get_all_online ... ok
35322022-04-28T21:05:48.101Ztest integration_tests::bulk_state_get::bulk_sp_get_one_sp_powered_off ... ok
35332022-04-28T21:05:48.706Ztest integration_tests::serial_console::serial_console_communication ... ok
35342022-04-28T21:05:50.027Ztest integration_tests::location_discovery::discovery_both_locations ... ok
35352022-04-28T21:05:57.076Ztest integration_tests::bulk_state_get::bulk_sp_get_one_sp_unresponsive ... ok
35362022-04-28T21:05:57.082Z
35372022-04-28T21:05:57.088Ztest result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.90s
35382022-04-28T21:05:57.095Z
35392022-04-28T21:05:57.101Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-1d78bf40c4680a87`
35402022-04-28T21:05:57.110Z
35412022-04-28T21:05:57.116Zrunning 76 tests
35422022-04-28T21:05:57.123Ztest authn::external::cookies::test::test_parse_cookies_empty_headers ... ok
35432022-04-28T21:05:57.129Ztest authn::external::cookies::test::test_parse_cookies_two_cookies ... ok
35442022-04-28T21:05:57.135Ztest authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name ... ok
35452022-04-28T21:05:57.141Ztest authn::external::cookies::test::test_parse_cookies_one_cookie ... ok
35462022-04-28T21:05:57.146Ztest authn::external::cookies::test::test_parse_cookies_ignore_other_headers ... ok
35472022-04-28T21:05:57.153Ztest authn::external::cookies::test::test_parse_cookies_two_cookie_headers ... ok
35482022-04-28T21:05:57.159Ztest authn::external::session_cookie::test::test_get_token_no_header ... ok
35492022-04-28T21:05:57.166Ztest authn::external::session_cookie::test::test_get_token ... ok
35502022-04-28T21:05:57.172Ztest authn::external::session_cookie::test::test_get_token_other_cookie_present ... ok
35512022-04-28T21:05:57.179Ztest authn::external::session_cookie::test::test_session_cookie_value ... ok
35522022-04-28T21:05:57.185Ztest authn::external::spoof::test::test_make_header_value ... ok
35532022-04-28T21:05:57.192Ztest authn::external::spoof::test::test_make_header_value_raw ... ok
35542022-04-28T21:05:57.198Ztest authn::external::spoof::test::test_spoof_header_missing ... ok
35552022-04-28T21:05:57.204Ztest authn::external::spoof::test::test_spoof_header_bad_uuids ... ok
35562022-04-28T21:05:57.210Ztest authn::external::spoof::test::test_spoof_header_valid ... ok
35572022-04-28T21:05:57.217Ztest authn::external::spoof::test::test_spoof_reserved_values ... ok
35582022-04-28T21:05:57.224Ztest authn::external::session_cookie::test::test_valid_cookie ... ok
35592022-04-28T21:05:57.230Ztest authn::external::session_cookie::test::test_garbage_cookie ... ok
35602022-04-28T21:05:57.236Ztest authn::external::session_cookie::test::test_other_cookie ... ok
35612022-04-28T21:05:57.243Ztest authn::external::session_cookie::test::test_missing_cookie ... ok
35622022-04-28T21:05:57.249Ztest authn::external::session_cookie::test::test_expired_cookie_idle ... ok
35632022-04-28T21:05:57.255Ztest authn::external::session_cookie::test::test_expired_cookie_absolute ... ok
35642022-04-28T21:05:57.262Ztest authn::test::test_internal_users ... ok
35652022-04-28T21:05:57.268Ztest config::test::test_config_nonexistent ... ok
35662022-04-28T21:05:57.274Ztest authn::external::test::test_authn_sequence ... ok
35672022-04-28T21:05:57.280Ztest config::test::test_config_empty ... ok
35682022-04-28T21:05:57.286Ztest config::test::test_config_bad_toml ... ok
35692022-04-28T21:05:57.292Ztest config::test::test_bad_authn_schemes ... ok
35702022-04-28T21:05:57.299Ztest config::test::test_valid ... ok
35712022-04-28T21:05:57.305Ztest db::collection_insert::test::test_verify_query ... ok
35722022-04-28T21:06:02.605Ztest authz::context::test::test_database ... ok
35732022-04-28T21:06:02.663Ztest context::test::test_background_context ... ok
35742022-04-28T21:06:03.028Ztest context::test::test_test_context ... ok
35752022-04-28T21:06:03.135Ztest db::collection_insert::test::test_collection_present ... ok
35762022-04-28T21:06:03.141Ztest db::collection_insert::test::test_collection_not_present ... ok
35772022-04-28T21:06:03.327Ztest authz::context::test::test_organization ... ok
35782022-04-28T21:06:03.478Ztest db::datastore::test::test_project_creation ... ok
35792022-04-28T21:06:05.941Ztest db::datastore::test::test_queries_do_not_require_full_table_scan ... ok
35802022-04-28T21:06:06.519Ztest db::datastore::test::test_region_allocation ... ok
35812022-04-28T21:06:07.100Ztest db::datastore::test::test_region_allocation_not_enough_datasets ... ok
35822022-04-28T21:06:07.106Ztest db::datastore::test::test_region_allocation_is_idempotent ... ok
35832022-04-28T21:06:07.278Ztest db::datastore::test::test_region_allocation_out_of_space_does_not_fail_yet ... ok
35842022-04-28T21:06:07.285Ztest db::fixed_data::test::test_builtin_fleet_id_is_valid ... ok
35852022-04-28T21:06:07.292Ztest db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid ... ok
35862022-04-28T21:06:07.399Ztest db::datastore::test::test_sled_ipv6_address_allocation ... ok
35872022-04-28T21:06:07.406Ztest db::model::tests::test_ip_subnet_check_requestable_address ... ok
35882022-04-28T21:06:07.413Ztest db::model::tests::test_ipv6_net_random_subnet ... ok
35892022-04-28T21:06:07.420Ztest db::model::tests::test_vpc_subnet_check_requestable_addr ... ok
35902022-04-28T21:06:07.520Ztest db::explain::test::test_explain ... ok
35912022-04-28T21:06:07.845Ztest db::datastore::test::test_session_methods ... ok
35922022-04-28T21:06:08.389Ztest db::explain::test::test_explain_full_table_scan ... ok
35932022-04-28T21:06:08.497Ztest db::explain::test::test_explain_async ... ok
35942022-04-28T21:06:10.308Ztest db::datastore::test::test_ssh_keys ... ok
35952022-04-28T21:06:10.355Ztest cidata::tests::build_vfat_works_with_arbitrarily_sized_input ... ok
35962022-04-28T21:06:11.160Ztest db::pagination::test::test_paginated_multicolumn_ascending ... ok
35972022-04-28T21:06:11.333Ztest db::pagination::test::test_paginated_multicolumn_descending ... ok
35982022-04-28T21:06:11.362Ztest db::lookup::test::test_lookup ... ok
35992022-04-28T21:06:11.839Ztest db::pagination::test::test_paginated_single_column_ascending ... ok
36002022-04-28T21:06:11.847Ztest defaults::tests::test_random_vpc_ipv6_prefix ... ok
36012022-04-28T21:06:11.853Ztest external_api::console_api::test::test_find_file_404_on_directory ... ok
36022022-04-28T21:06:11.859Ztest external_api::console_api::test::test_find_file_404_on_disallowed_ext ... ok
36032022-04-28T21:06:11.867Ztest external_api::console_api::test::test_find_file_404_on_nonexistent ... ok
36042022-04-28T21:06:11.874Ztest external_api::console_api::test::test_find_file_404_on_nonexistent_nested ... ok
36052022-04-28T21:06:11.880Ztest external_api::console_api::test::test_find_file_404_on_symlink ... ok
36062022-04-28T21:06:11.887Ztest external_api::console_api::test::test_find_file_finds_file ... ok
36072022-04-28T21:06:11.893Ztest external_api::console_api::test::test_find_file_wont_follow_symlink ... ok
36082022-04-28T21:06:11.900Ztest external_api::http_entrypoints::test::test_nexus_tag_policy ... ok
36092022-04-28T21:06:11.906Ztest external_api::params::test::test_extent_count ... ok
36102022-04-28T21:06:11.913Ztest updates::tests::test_fallback_kind ... ok
36112022-04-28T21:06:12.023Ztest db::pagination::test::test_paginated_single_column_descending ... ok
36122022-04-28T21:06:12.233Ztest db::saga_recovery::test::test_failure_during_saga_can_be_recovered ... ok
36132022-04-28T21:06:13.522Ztest db::subnet_allocation::test::test_filter_conflicting_vpc_subnet_ranges_query ... ok
36142022-04-28T21:06:13.688Ztest db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery ... ok
36152022-04-28T21:06:14.658Ztest db::subnet_allocation::test::test_insert_network_interface_with_identical_primary_key ... ok
36162022-04-28T21:06:14.827Ztest db::subnet_allocation::test::test_limit_number_of_interfaces_per_instance_query ... ok
36172022-04-28T21:06:14.834Ztest db::subnet_allocation::test::test_insert_network_interface_query ... ok
36182022-04-28T21:06:14.840Z
36192022-04-28T21:06:14.846Ztest result: ok. 76 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 17.72s
36202022-04-28T21:06:14.853Z
36212022-04-28T21:06:14.859Z Running `/work/oxidecomputer/omicron/target/debug/deps/nexus-bb7151d4e7f7c604`
36222022-04-28T21:06:14.896Z
36232022-04-28T21:06:14.902Zrunning 0 tests
36242022-04-28T21:06:14.908Z
36252022-04-28T21:06:14.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36262022-04-28T21:06:14.920Z
36272022-04-28T21:06:14.926Z Running `/work/oxidecomputer/omicron/target/debug/deps/test_all-c50d1bc952ae9455`
36282022-04-28T21:06:15.156Z
36292022-04-28T21:06:15.163Zrunning 70 tests
36302022-04-28T21:06:15.415Ztest integration_tests::authn_http::test_authn_session_cookie ... ok
36312022-04-28T21:06:15.430Ztest integration_tests::authn_http::test_authn_spoof_unconfigured ... ok
36322022-04-28T21:06:15.437Ztest integration_tests::authn_http::test_authn_spoof_allowed ... ok
36332022-04-28T21:06:15.630Ztest integration_tests::commands::test_nexus_bad_config ... ok
36342022-04-28T21:06:15.664Ztest integration_tests::commands::test_nexus_no_args ... ok
36352022-04-28T21:06:15.671Ztest integration_tests::commands::test_nexus_invalid_config ... ok
36362022-04-28T21:06:15.935Ztest integration_tests::commands::test_nexus_openapi_internal ... ok
36372022-04-28T21:06:16.597Ztest integration_tests::commands::test_nexus_openapi ... ok
36382022-04-28T21:06:23.488Ztest integration_tests::console_api::test_login_form ... ok
36392022-04-28T21:06:23.929Ztest integration_tests::console_api::test_assets ... ok
36402022-04-28T21:06:24.100Ztest integration_tests::console_api::test_absolute_static_dir ... ok
36412022-04-28T21:06:24.290ZApr 28 21:06:24.288 ERRO slog-async: logger dropped messages due to channel overflow, count: 253, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36422022-04-28T21:06:24.402ZApr 28 21:06:24.398 ERRO slog-async: logger dropped messages due to channel overflow, count: 941, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36432022-04-28T21:06:24.408ZApr 28 21:06:24.403 ERRO slog-async: logger dropped messages due to channel overflow, count: 477, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36442022-04-28T21:06:24.415ZApr 28 21:06:24.405 ERRO slog-async: logger dropped messages due to channel overflow, count: 47, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36452022-04-28T21:06:24.421ZApr 28 21:06:24.409 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36462022-04-28T21:06:24.427ZApr 28 21:06:24.418 ERRO slog-async: logger dropped messages due to channel overflow, count: 316, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36472022-04-28T21:06:24.433ZApr 28 21:06:24.418 ERRO slog-async: logger dropped messages due to channel overflow, count: 1517, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36482022-04-28T21:06:24.440ZApr 28 21:06:24.419 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36492022-04-28T21:06:24.446ZApr 28 21:06:24.421 ERRO slog-async: logger dropped messages due to channel overflow, count: 619, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36502022-04-28T21:06:24.478ZApr 28 21:06:24.422 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36512022-04-28T21:06:24.484ZApr 28 21:06:24.422 ERRO slog-async: logger dropped messages due to channel overflow, count: 18, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36522022-04-28T21:06:24.494ZApr 28 21:06:24.430 ERRO slog-async: logger dropped messages due to channel overflow, count: 80, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36532022-04-28T21:06:24.501ZApr 28 21:06:24.437 ERRO slog-async: logger dropped messages due to channel overflow, count: 139, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36542022-04-28T21:06:24.508ZApr 28 21:06:24.439 ERRO slog-async: logger dropped messages due to channel overflow, count: 57, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36552022-04-28T21:06:24.515ZApr 28 21:06:24.440 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36562022-04-28T21:06:24.686ZApr 28 21:06:24.685 ERRO slog-async: logger dropped messages due to channel overflow, count: 9
36572022-04-28T21:06:24.694ZApr 28 21:06:24.693 ERRO slog-async: logger dropped messages due to channel overflow, count: 295
36582022-04-28T21:06:24.707Ztest integration_tests::basic::test_basic_failures ... ok
36592022-04-28T21:06:24.713Ztest integration_tests::console_api::test_console_pages ... ok
36602022-04-28T21:06:24.720Ztest integration_tests::basic::test_sleds_list ... ok
36612022-04-28T21:06:29.235Ztest integration_tests::console_api::test_login_redirect ... ok
36622022-04-28T21:06:29.972Ztest integration_tests::console_api::test_session_me ... ok
36632022-04-28T21:06:30.158ZApr 28 21:06:30.156 ERRO slog-async: logger dropped messages due to channel overflow, count: 105, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36642022-04-28T21:06:30.164ZApr 28 21:06:30.158 ERRO slog-async: logger dropped messages due to channel overflow, count: 263, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36652022-04-28T21:06:30.171ZApr 28 21:06:30.159 ERRO slog-async: logger dropped messages due to channel overflow, count: 45, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36662022-04-28T21:06:30.387Ztest integration_tests::datasets::test_dataset_put_bad_zpool_returns_not_found ... ok
36672022-04-28T21:06:30.445Ztest integration_tests::datasets::test_dataset_put_success ... ok
36682022-04-28T21:06:31.058ZApr 28 21:06:31.058 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36692022-04-28T21:06:31.081ZApr 28 21:06:31.080 ERRO slog-async: logger dropped messages due to channel overflow, count: 30, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36702022-04-28T21:06:31.445Ztest integration_tests::console_api::test_sessions ... ok
36712022-04-28T21:06:38.031Ztest integration_tests::basic::test_projects_basic ... ok
36722022-04-28T21:06:38.727Ztest integration_tests::disks::test_disk_invalid_block_size_rejected ... ok
36732022-04-28T21:06:39.655ZApr 28 21:06:39.654 ERRO slog-async: logger dropped messages due to channel overflow, count: 467, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36742022-04-28T21:06:39.679ZApr 28 21:06:39.679 ERRO slog-async: logger dropped messages due to channel overflow, count: 26, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36752022-04-28T21:06:39.710ZApr 28 21:06:39.710 ERRO slog-async: logger dropped messages due to channel overflow, count: 63, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36762022-04-28T21:06:39.717ZApr 28 21:06:39.710 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36772022-04-28T21:06:39.723ZApr 28 21:06:39.710 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36782022-04-28T21:06:39.730ZApr 28 21:06:39.725 ERRO slog-async: logger dropped messages due to channel overflow, count: 51, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36792022-04-28T21:06:39.736ZApr 28 21:06:39.725 ERRO slog-async: logger dropped messages due to channel overflow, count: 416, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36802022-04-28T21:06:39.743ZApr 28 21:06:39.729 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36812022-04-28T21:06:39.749ZApr 28 21:06:39.729 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36822022-04-28T21:06:39.755ZApr 28 21:06:39.730 ERRO slog-async: logger dropped messages due to channel overflow, count: 669, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36832022-04-28T21:06:39.762ZApr 28 21:06:39.730 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36842022-04-28T21:06:39.768ZApr 28 21:06:39.730 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36852022-04-28T21:06:39.774ZApr 28 21:06:39.731 ERRO slog-async: logger dropped messages due to channel overflow, count: 106, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36862022-04-28T21:06:40.083ZApr 28 21:06:40.082 ERRO slog-async: logger dropped messages due to channel overflow, count: 3
36872022-04-28T21:06:40.123Ztest integration_tests::disks::test_disk_creation_region_requested_then_started ... ok
36882022-04-28T21:06:40.567Ztest integration_tests::disks::test_disk_not_found_before_creation ... ok
36892022-04-28T21:06:40.782ZApr 28 21:06:40.781 ERRO slog-async: logger dropped messages due to channel overflow, count: 1953, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36902022-04-28T21:06:40.792ZApr 28 21:06:40.792 ERRO slog-async: logger dropped messages due to channel overflow, count: 119, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36912022-04-28T21:06:40.799ZApr 28 21:06:40.792 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36922022-04-28T21:06:40.806ZApr 28 21:06:40.805 ERRO slog-async: logger dropped messages due to channel overflow, count: 523, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36932022-04-28T21:06:40.812ZApr 28 21:06:40.805 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36942022-04-28T21:06:40.819ZApr 28 21:06:40.818 ERRO slog-async: logger dropped messages due to channel overflow, count: 307, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36952022-04-28T21:06:40.825ZApr 28 21:06:40.818 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36962022-04-28T21:06:40.839ZApr 28 21:06:40.834 ERRO slog-async: logger dropped messages due to channel overflow, count: 323, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36972022-04-28T21:06:40.845ZApr 28 21:06:40.839 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36982022-04-28T21:06:40.853ZApr 28 21:06:40.853 ERRO slog-async: logger dropped messages due to channel overflow, count: 1053, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
36992022-04-28T21:06:41.233ZApr 28 21:06:41.231 ERRO slog-async: logger dropped messages due to channel overflow, count: 1613
37002022-04-28T21:06:41.276Ztest integration_tests::disks::test_disk_create_disk_that_already_exists_fails ... ok
37012022-04-28T21:06:46.146Ztest integration_tests::images::test_global_image_create_bad_content_length ... ok
37022022-04-28T21:06:47.085Ztest integration_tests::images::test_global_image_create ... ok
37032022-04-28T21:06:47.357Ztest integration_tests::images::test_global_image_create_bad_image_size ... ok
37042022-04-28T21:06:48.103Ztest integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size ... ok
37052022-04-28T21:06:48.319ZApr 28 21:06:48.318 ERRO slog-async: logger dropped messages due to channel overflow, count: 3869, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37062022-04-28T21:06:48.332ZApr 28 21:06:48.331 ERRO slog-async: logger dropped messages due to channel overflow, count: 62, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37072022-04-28T21:06:48.368ZApr 28 21:06:48.367 ERRO slog-async: logger dropped messages due to channel overflow, count: 367, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37082022-04-28T21:06:48.374ZApr 28 21:06:48.367 ERRO slog-async: logger dropped messages due to channel overflow, count: 375, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37092022-04-28T21:06:48.381ZApr 28 21:06:48.377 ERRO slog-async: logger dropped messages due to channel overflow, count: 745, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37102022-04-28T21:06:48.388ZApr 28 21:06:48.384 ERRO slog-async: logger dropped messages due to channel overflow, count: 707, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37112022-04-28T21:06:48.394ZApr 28 21:06:48.387 ERRO slog-async: logger dropped messages due to channel overflow, count: 12, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37122022-04-28T21:06:48.979ZApr 28 21:06:48.978 ERRO slog-async: logger dropped messages due to channel overflow, count: 2329
37132022-04-28T21:06:49.020Ztest integration_tests::disks::test_disk_region_creation_failure ... ok
37142022-04-28T21:06:52.329Ztest integration_tests::images::test_global_image_create_bad_url ... ok
37152022-04-28T21:06:52.768Ztest integration_tests::basic::test_projects_list ... ok
37162022-04-28T21:06:52.983ZApr 28 21:06:52.982 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37172022-04-28T21:06:52.990ZApr 28 21:06:52.983 ERRO slog-async: logger dropped messages due to channel overflow, count: 8, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37182022-04-28T21:06:52.997ZApr 28 21:06:52.984 ERRO slog-async: logger dropped messages due to channel overflow, count: 149, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37192022-04-28T21:06:53.003ZApr 28 21:06:52.985 ERRO slog-async: logger dropped messages due to channel overflow, count: 69, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37202022-04-28T21:06:53.009ZApr 28 21:06:52.986 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37212022-04-28T21:06:53.018ZApr 28 21:06:52.986 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37222022-04-28T21:06:53.024ZApr 28 21:06:52.987 ERRO slog-async: logger dropped messages due to channel overflow, count: 122, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37232022-04-28T21:06:53.627ZApr 28 21:06:53.626 ERRO slog-async: logger dropped messages due to channel overflow, count: 1158, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37242022-04-28T21:06:53.640ZApr 28 21:06:53.640 ERRO slog-async: logger dropped messages due to channel overflow, count: 1029, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37252022-04-28T21:06:53.647ZApr 28 21:06:53.640 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37262022-04-28T21:06:53.653ZApr 28 21:06:53.640 ERRO slog-async: logger dropped messages due to channel overflow, count: 1135, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37272022-04-28T21:06:53.660ZApr 28 21:06:53.649 ERRO slog-async: logger dropped messages due to channel overflow, count: 1067, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37282022-04-28T21:06:53.739Ztest integration_tests::images::test_global_image_create_url_404 ... ok
37292022-04-28T21:06:54.075Ztest integration_tests::disks::test_disk_create_attach_detach_delete ... ok
37302022-04-28T21:06:56.405Ztest integration_tests::images::test_make_disk_from_global_image_too_small ... ok
37312022-04-28T21:06:58.231ZApr 28 21:06:58.230 ERRO slog-async: logger dropped messages due to channel overflow, count: 1147, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37322022-04-28T21:06:58.238ZApr 28 21:06:58.239 ERRO slog-async: logger dropped messages due to channel overflow, count: 989, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37332022-04-28T21:06:58.256ZApr 28 21:06:58.256 ERRO slog-async: logger dropped messages due to channel overflow, count: 1569, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37342022-04-28T21:06:58.501ZApr 28 21:06:58.501 ERRO slog-async: logger dropped messages due to channel overflow, count: 37
37352022-04-28T21:06:58.531Ztest integration_tests::images::test_make_disk_from_global_image ... ok
37362022-04-28T21:07:10.171ZApr 28 21:07:10.171 ERRO slog-async: logger dropped messages due to channel overflow, count: 901, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37372022-04-28T21:07:10.307Ztest integration_tests::instances::test_attach_one_disk_to_instance ... ok
37382022-04-28T21:07:11.161ZApr 28 21:07:11.161 ERRO slog-async: logger dropped messages due to channel overflow, count: 93, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37392022-04-28T21:07:11.203ZApr 28 21:07:11.202 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37402022-04-28T21:07:11.209ZApr 28 21:07:11.203 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37412022-04-28T21:07:11.216ZApr 28 21:07:11.203 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37422022-04-28T21:07:11.222ZApr 28 21:07:11.203 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37432022-04-28T21:07:11.228ZApr 28 21:07:11.203 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37442022-04-28T21:07:11.234ZApr 28 21:07:11.204 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37452022-04-28T21:07:11.240ZApr 28 21:07:11.204 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37462022-04-28T21:07:11.246ZApr 28 21:07:11.204 ERRO slog-async: logger dropped messages due to channel overflow, count: 10, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37472022-04-28T21:07:11.252ZApr 28 21:07:11.204 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37482022-04-28T21:07:11.258ZApr 28 21:07:11.204 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37492022-04-28T21:07:11.264ZApr 28 21:07:11.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 12, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37502022-04-28T21:07:11.270ZApr 28 21:07:11.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37512022-04-28T21:07:11.276ZApr 28 21:07:11.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37522022-04-28T21:07:11.282ZApr 28 21:07:11.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37532022-04-28T21:07:11.288ZApr 28 21:07:11.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37542022-04-28T21:07:11.294ZApr 28 21:07:11.206 ERRO slog-async: logger dropped messages due to channel overflow, count: 24, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37552022-04-28T21:07:11.300ZApr 28 21:07:11.206 ERRO slog-async: logger dropped messages due to channel overflow, count: 16, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37562022-04-28T21:07:11.306ZApr 28 21:07:11.207 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37572022-04-28T21:07:11.312ZApr 28 21:07:11.207 ERRO slog-async: logger dropped messages due to channel overflow, count: 30, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37582022-04-28T21:07:11.318ZApr 28 21:07:11.207 ERRO slog-async: logger dropped messages due to channel overflow, count: 28, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37592022-04-28T21:07:11.324ZApr 28 21:07:11.207 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37602022-04-28T21:07:11.330ZApr 28 21:07:11.207 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37612022-04-28T21:07:11.336ZApr 28 21:07:11.207 ERRO slog-async: logger dropped messages due to channel overflow, count: 12, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37622022-04-28T21:07:11.342ZApr 28 21:07:11.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37632022-04-28T21:07:11.348ZApr 28 21:07:11.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37642022-04-28T21:07:11.354ZApr 28 21:07:11.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 16, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37652022-04-28T21:07:11.360ZApr 28 21:07:11.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37662022-04-28T21:07:11.367ZApr 28 21:07:11.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 28, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37672022-04-28T21:07:11.373ZApr 28 21:07:11.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37682022-04-28T21:07:11.379ZApr 28 21:07:11.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37692022-04-28T21:07:11.386ZApr 28 21:07:11.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 30, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37702022-04-28T21:07:11.392ZApr 28 21:07:11.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 14, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37712022-04-28T21:07:11.399ZApr 28 21:07:11.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37722022-04-28T21:07:11.405ZApr 28 21:07:11.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37732022-04-28T21:07:11.412ZApr 28 21:07:11.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 117, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37742022-04-28T21:07:11.418ZApr 28 21:07:11.210 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37752022-04-28T21:07:11.424ZApr 28 21:07:11.210 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37762022-04-28T21:07:11.431ZApr 28 21:07:11.210 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37772022-04-28T21:07:11.438ZApr 28 21:07:11.210 ERRO slog-async: logger dropped messages due to channel overflow, count: 28, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37782022-04-28T21:07:11.444ZApr 28 21:07:11.210 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37792022-04-28T21:07:11.454ZApr 28 21:07:11.210 ERRO slog-async: logger dropped messages due to channel overflow, count: 122, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37802022-04-28T21:07:11.478ZApr 28 21:07:11.211 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37812022-04-28T21:07:11.484ZApr 28 21:07:11.211 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37822022-04-28T21:07:11.492ZApr 28 21:07:11.211 ERRO slog-async: logger dropped messages due to channel overflow, count: 70, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37832022-04-28T21:07:11.499ZApr 28 21:07:11.211 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37842022-04-28T21:07:11.505ZApr 28 21:07:11.211 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37852022-04-28T21:07:11.512ZApr 28 21:07:11.212 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37862022-04-28T21:07:11.519ZApr 28 21:07:11.212 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37872022-04-28T21:07:11.527ZApr 28 21:07:11.212 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37882022-04-28T21:07:11.534ZApr 28 21:07:11.212 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37892022-04-28T21:07:11.540ZApr 28 21:07:11.212 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37902022-04-28T21:07:11.547ZApr 28 21:07:11.212 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37912022-04-28T21:07:11.553ZApr 28 21:07:11.212 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37922022-04-28T21:07:11.560ZApr 28 21:07:11.212 ERRO slog-async: logger dropped messages due to channel overflow, count: 12, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37932022-04-28T21:07:11.568ZApr 28 21:07:11.213 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37942022-04-28T21:07:11.583ZApr 28 21:07:11.213 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37952022-04-28T21:07:11.590ZApr 28 21:07:11.213 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37962022-04-28T21:07:11.597ZApr 28 21:07:11.213 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37972022-04-28T21:07:11.603ZApr 28 21:07:11.214 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37982022-04-28T21:07:11.609ZApr 28 21:07:11.214 ERRO slog-async: logger dropped messages due to channel overflow, count: 80, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
37992022-04-28T21:07:11.616ZApr 28 21:07:11.214 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38002022-04-28T21:07:11.622ZApr 28 21:07:11.214 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38012022-04-28T21:07:11.628ZApr 28 21:07:11.214 ERRO slog-async: logger dropped messages due to channel overflow, count: 32, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38022022-04-28T21:07:11.635ZApr 28 21:07:11.215 ERRO slog-async: logger dropped messages due to channel overflow, count: 48, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38032022-04-28T21:07:11.641ZApr 28 21:07:11.215 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38042022-04-28T21:07:11.647ZApr 28 21:07:11.215 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38052022-04-28T21:07:11.654ZApr 28 21:07:11.215 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38062022-04-28T21:07:11.660ZApr 28 21:07:11.215 ERRO slog-async: logger dropped messages due to channel overflow, count: 24, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38072022-04-28T21:07:11.667ZApr 28 21:07:11.219 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38082022-04-28T21:07:11.673ZApr 28 21:07:11.219 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38092022-04-28T21:07:11.679ZApr 28 21:07:11.219 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38102022-04-28T21:07:11.686ZApr 28 21:07:11.219 ERRO slog-async: logger dropped messages due to channel overflow, count: 76, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38112022-04-28T21:07:11.692ZApr 28 21:07:11.219 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38122022-04-28T21:07:11.699ZApr 28 21:07:11.219 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38132022-04-28T21:07:11.728ZApr 28 21:07:11.220 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38142022-04-28T21:07:11.734ZApr 28 21:07:11.220 ERRO slog-async: logger dropped messages due to channel overflow, count: 32, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38152022-04-28T21:07:11.740ZApr 28 21:07:11.220 ERRO slog-async: logger dropped messages due to channel overflow, count: 34, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38162022-04-28T21:07:11.913Ztest integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely ... ok
38172022-04-28T21:07:15.159ZApr 28 21:07:15.158 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38182022-04-28T21:07:15.299Ztest integration_tests::instances::test_cannot_attach_nine_disks_to_instance ... ok
38192022-04-28T21:07:16.265ZApr 28 21:07:16.264 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38202022-04-28T21:07:16.274ZApr 28 21:07:16.273 ERRO slog-async: logger dropped messages due to channel overflow, count: 455, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38212022-04-28T21:07:16.281ZApr 28 21:07:16.274 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38222022-04-28T21:07:16.290ZApr 28 21:07:16.274 ERRO slog-async: logger dropped messages due to channel overflow, count: 103, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38232022-04-28T21:07:16.334ZApr 28 21:07:16.334 ERRO slog-async: logger dropped messages due to channel overflow, count: 251, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38242022-04-28T21:07:16.342ZApr 28 21:07:16.339 ERRO slog-async: logger dropped messages due to channel overflow, count: 128, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38252022-04-28T21:07:16.706Ztest integration_tests::instances::test_instance_create_saga_removes_instance_database_record ... ok
38262022-04-28T21:07:16.890Ztest integration_tests::instances::test_instance_create_delete_network_interface ... ok
38272022-04-28T21:07:22.152Ztest integration_tests::disks::test_disk_move_between_instances ... ok
38282022-04-28T21:07:23.872ZApr 28 21:07:23.871 ERRO slog-async: logger dropped messages due to channel overflow, count: 267, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38292022-04-28T21:07:23.880ZApr 28 21:07:23.872 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38302022-04-28T21:07:23.896ZApr 28 21:07:23.896 ERRO slog-async: logger dropped messages due to channel overflow, count: 98, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38312022-04-28T21:07:24.183Ztest integration_tests::instances::test_instance_with_single_explicit_ip_address ... ok
38322022-04-28T21:07:24.190Ztest integration_tests::instances::test_instances_access_before_create_returns_not_found ... ok
38332022-04-28T21:07:26.907ZApr 28 21:07:26.907 ERRO slog-async: logger dropped messages due to channel overflow, count: 601, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38342022-04-28T21:07:27.030Ztest integration_tests::instances::test_instance_with_new_custom_network_interfaces ... ok
38352022-04-28T21:07:28.361Ztest integration_tests::instances::test_instances_invalid_creation_returns_bad_request ... ok
38362022-04-28T21:07:28.501ZApr 28 21:07:28.500 ERRO slog-async: logger dropped messages due to channel overflow, count: 723, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38372022-04-28T21:07:28.507ZApr 28 21:07:28.501 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38382022-04-28T21:07:28.514ZApr 28 21:07:28.505 ERRO slog-async: logger dropped messages due to channel overflow, count: 119, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38392022-04-28T21:07:28.520ZApr 28 21:07:28.509 ERRO slog-async: logger dropped messages due to channel overflow, count: 131, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38402022-04-28T21:07:28.527ZApr 28 21:07:28.509 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38412022-04-28T21:07:28.533ZApr 28 21:07:28.510 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38422022-04-28T21:07:28.539ZApr 28 21:07:28.511 ERRO slog-async: logger dropped messages due to channel overflow, count: 182, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38432022-04-28T21:07:28.545ZApr 28 21:07:28.512 ERRO slog-async: logger dropped messages due to channel overflow, count: 110, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38442022-04-28T21:07:28.552ZApr 28 21:07:28.513 ERRO slog-async: logger dropped messages due to channel overflow, count: 48, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38452022-04-28T21:07:28.559ZApr 28 21:07:28.514 ERRO slog-async: logger dropped messages due to channel overflow, count: 105, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38462022-04-28T21:07:28.566ZApr 28 21:07:28.515 ERRO slog-async: logger dropped messages due to channel overflow, count: 127, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38472022-04-28T21:07:28.572ZApr 28 21:07:28.516 ERRO slog-async: logger dropped messages due to channel overflow, count: 30, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38482022-04-28T21:07:28.578ZApr 28 21:07:28.517 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38492022-04-28T21:07:28.584ZApr 28 21:07:28.518 ERRO slog-async: logger dropped messages due to channel overflow, count: 18, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38502022-04-28T21:07:28.590ZApr 28 21:07:28.519 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38512022-04-28T21:07:28.596ZApr 28 21:07:28.520 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38522022-04-28T21:07:28.876ZApr 28 21:07:28.875 ERRO slog-async: logger dropped messages due to channel overflow, count: 17
38532022-04-28T21:07:28.931Ztest integration_tests::instances::test_attach_eight_disks_to_instance ... ok
38542022-04-28T21:07:29.187ZApr 28 21:07:29.161 ERRO slog-async: logger dropped messages due to channel overflow, count: 112, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38552022-04-28T21:07:29.194ZApr 28 21:07:29.182 ERRO slog-async: logger dropped messages due to channel overflow, count: 1447, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38562022-04-28T21:07:29.200ZApr 28 21:07:29.190 ERRO slog-async: logger dropped messages due to channel overflow, count: 374, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38572022-04-28T21:07:29.206ZApr 28 21:07:29.191 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38582022-04-28T21:07:29.211ZApr 28 21:07:29.191 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38592022-04-28T21:07:29.217ZApr 28 21:07:29.203 ERRO slog-async: logger dropped messages due to channel overflow, count: 689, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38602022-04-28T21:07:29.223ZApr 28 21:07:29.212 ERRO slog-async: logger dropped messages due to channel overflow, count: 499, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38612022-04-28T21:07:29.230ZApr 28 21:07:29.212 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38622022-04-28T21:07:29.236ZApr 28 21:07:29.213 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38632022-04-28T21:07:29.242ZApr 28 21:07:29.221 ERRO slog-async: logger dropped messages due to channel overflow, count: 427, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38642022-04-28T21:07:29.248ZApr 28 21:07:29.232 ERRO slog-async: logger dropped messages due to channel overflow, count: 723, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38652022-04-28T21:07:29.254ZApr 28 21:07:29.232 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38662022-04-28T21:07:29.864ZApr 28 21:07:29.863 ERRO slog-async: logger dropped messages due to channel overflow, count: 179
38672022-04-28T21:07:29.899Ztest integration_tests::oximeter::test_oximeter_database_records ... ok
38682022-04-28T21:07:33.820ZApr 28 21:07:33.820 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38692022-04-28T21:07:33.827ZApr 28 21:07:33.820 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38702022-04-28T21:07:33.834ZApr 28 21:07:33.834 ERRO slog-async: logger dropped messages due to channel overflow, count: 141, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38712022-04-28T21:07:33.841ZApr 28 21:07:33.835 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38722022-04-28T21:07:34.139ZApr 28 21:07:34.138 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38732022-04-28T21:07:34.145ZApr 28 21:07:34.139 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38742022-04-28T21:07:34.152ZApr 28 21:07:34.139 ERRO slog-async: logger dropped messages due to channel overflow, count: 59, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38752022-04-28T21:07:34.199ZApr 28 21:07:34.198 ERRO slog-async: logger dropped messages due to channel overflow, count: 267, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38762022-04-28T21:07:34.223ZApr 28 21:07:34.199 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38772022-04-28T21:07:34.230ZApr 28 21:07:34.202 ERRO slog-async: logger dropped messages due to channel overflow, count: 191, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38782022-04-28T21:07:34.236ZApr 28 21:07:34.202 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38792022-04-28T21:07:34.243ZApr 28 21:07:34.202 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38802022-04-28T21:07:34.249ZApr 28 21:07:34.223 ERRO slog-async: logger dropped messages due to channel overflow, count: 227, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38812022-04-28T21:07:34.255ZApr 28 21:07:34.223 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38822022-04-28T21:07:34.262ZApr 28 21:07:34.224 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38832022-04-28T21:07:34.268ZApr 28 21:07:34.228 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38842022-04-28T21:07:34.275ZApr 28 21:07:34.229 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38852022-04-28T21:07:34.281ZApr 28 21:07:34.237 ERRO slog-async: logger dropped messages due to channel overflow, count: 742, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38862022-04-28T21:07:34.287ZApr 28 21:07:34.238 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38872022-04-28T21:07:34.294ZApr 28 21:07:34.240 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38882022-04-28T21:07:34.326ZApr 28 21:07:34.244 ERRO slog-async: logger dropped messages due to channel overflow, count: 110, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38892022-04-28T21:07:34.332ZApr 28 21:07:34.246 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38902022-04-28T21:07:34.338ZApr 28 21:07:34.256 ERRO slog-async: logger dropped messages due to channel overflow, count: 293, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38912022-04-28T21:07:34.345ZApr 28 21:07:34.256 ERRO slog-async: logger dropped messages due to channel overflow, count: 20, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38922022-04-28T21:07:34.351ZApr 28 21:07:34.262 ERRO slog-async: logger dropped messages due to channel overflow, count: 615, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38932022-04-28T21:07:34.358ZApr 28 21:07:34.269 ERRO slog-async: logger dropped messages due to channel overflow, count: 32, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38942022-04-28T21:07:34.364ZApr 28 21:07:34.272 ERRO slog-async: logger dropped messages due to channel overflow, count: 120, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38952022-04-28T21:07:34.371ZApr 28 21:07:34.273 ERRO slog-async: logger dropped messages due to channel overflow, count: 106, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38962022-04-28T21:07:34.377ZApr 28 21:07:34.273 ERRO slog-async: logger dropped messages due to channel overflow, count: 79, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38972022-04-28T21:07:34.383ZApr 28 21:07:34.273 ERRO slog-async: logger dropped messages due to channel overflow, count: 147, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38982022-04-28T21:07:34.390ZApr 28 21:07:34.280 ERRO slog-async: logger dropped messages due to channel overflow, count: 1190, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
38992022-04-28T21:07:34.397ZApr 28 21:07:34.284 ERRO slog-async: logger dropped messages due to channel overflow, count: 71, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39002022-04-28T21:07:34.403ZApr 28 21:07:34.284 ERRO slog-async: logger dropped messages due to channel overflow, count: 45, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39012022-04-28T21:07:34.410ZApr 28 21:07:34.284 ERRO slog-async: logger dropped messages due to channel overflow, count: 79, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39022022-04-28T21:07:34.416ZApr 28 21:07:34.294 ERRO slog-async: logger dropped messages due to channel overflow, count: 261, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39032022-04-28T21:07:34.423ZApr 28 21:07:34.294 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39042022-04-28T21:07:34.430ZApr 28 21:07:34.299 ERRO slog-async: logger dropped messages due to channel overflow, count: 673, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39052022-04-28T21:07:34.436ZApr 28 21:07:34.300 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39062022-04-28T21:07:34.444ZApr 28 21:07:34.307 ERRO slog-async: logger dropped messages due to channel overflow, count: 324, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39072022-04-28T21:07:34.454ZApr 28 21:07:34.308 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39082022-04-28T21:07:34.460ZApr 28 21:07:34.309 ERRO slog-async: logger dropped messages due to channel overflow, count: 100, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39092022-04-28T21:07:34.466ZApr 28 21:07:34.309 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39102022-04-28T21:07:34.473ZApr 28 21:07:34.309 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39112022-04-28T21:07:34.479ZApr 28 21:07:34.315 ERRO slog-async: logger dropped messages due to channel overflow, count: 592, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39122022-04-28T21:07:34.486ZApr 28 21:07:34.318 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39132022-04-28T21:07:34.492ZApr 28 21:07:34.332 ERRO slog-async: logger dropped messages due to channel overflow, count: 235, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39142022-04-28T21:07:34.499ZApr 28 21:07:34.339 ERRO slog-async: logger dropped messages due to channel overflow, count: 177, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39152022-04-28T21:07:34.505ZApr 28 21:07:34.339 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39162022-04-28T21:07:34.512ZApr 28 21:07:34.348 ERRO slog-async: logger dropped messages due to channel overflow, count: 301, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39172022-04-28T21:07:34.518ZApr 28 21:07:34.352 ERRO slog-async: logger dropped messages due to channel overflow, count: 293, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39182022-04-28T21:07:34.524ZApr 28 21:07:34.355 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39192022-04-28T21:07:34.531ZApr 28 21:07:34.357 ERRO slog-async: logger dropped messages due to channel overflow, count: 381, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39202022-04-28T21:07:34.537ZApr 28 21:07:34.357 ERRO slog-async: logger dropped messages due to channel overflow, count: 57, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39212022-04-28T21:07:34.545ZApr 28 21:07:34.357 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39222022-04-28T21:07:34.552ZApr 28 21:07:34.358 ERRO slog-async: logger dropped messages due to channel overflow, count: 47, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39232022-04-28T21:07:34.558ZApr 28 21:07:34.363 ERRO slog-async: logger dropped messages due to channel overflow, count: 57, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39242022-04-28T21:07:34.565ZApr 28 21:07:34.364 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39252022-04-28T21:07:34.571ZApr 28 21:07:34.369 ERRO slog-async: logger dropped messages due to channel overflow, count: 22, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39262022-04-28T21:07:34.578Ztest integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped ... ok
39272022-04-28T21:07:34.584ZApr 28 21:07:34.387 ERRO slog-async: logger dropped messages due to channel overflow, count: 77, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39282022-04-28T21:07:34.590ZApr 28 21:07:34.388 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39292022-04-28T21:07:34.597ZApr 28 21:07:34.389 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39302022-04-28T21:07:34.603ZApr 28 21:07:34.389 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39312022-04-28T21:07:34.609ZApr 28 21:07:34.562 ERRO slog-async: logger dropped messages due to channel overflow, count: 1345, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39322022-04-28T21:07:34.615ZApr 28 21:07:34.564 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39332022-04-28T21:07:34.622ZApr 28 21:07:34.564 ERRO slog-async: logger dropped messages due to channel overflow, count: 350, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39342022-04-28T21:07:34.628ZApr 28 21:07:34.572 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39352022-04-28T21:07:34.635ZApr 28 21:07:34.581 ERRO slog-async: logger dropped messages due to channel overflow, count: 28, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39362022-04-28T21:07:34.642ZApr 28 21:07:34.589 ERRO slog-async: logger dropped messages due to channel overflow, count: 729, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39372022-04-28T21:07:34.648ZApr 28 21:07:34.601 ERRO slog-async: logger dropped messages due to channel overflow, count: 75, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39382022-04-28T21:07:34.655ZApr 28 21:07:34.601 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39392022-04-28T21:07:34.661ZApr 28 21:07:34.608 ERRO slog-async: logger dropped messages due to channel overflow, count: 859, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39402022-04-28T21:07:34.667ZApr 28 21:07:34.609 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39412022-04-28T21:07:34.674ZApr 28 21:07:34.610 ERRO slog-async: logger dropped messages due to channel overflow, count: 55, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39422022-04-28T21:07:34.680ZApr 28 21:07:34.611 ERRO slog-async: logger dropped messages due to channel overflow, count: 157, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39432022-04-28T21:07:34.687ZApr 28 21:07:34.611 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39442022-04-28T21:07:34.694ZApr 28 21:07:34.611 ERRO slog-async: logger dropped messages due to channel overflow, count: 55, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39452022-04-28T21:07:34.701ZApr 28 21:07:34.611 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39462022-04-28T21:07:34.707ZApr 28 21:07:34.635 ERRO slog-async: logger dropped messages due to channel overflow, count: 831, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39472022-04-28T21:07:34.714ZApr 28 21:07:34.659 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39482022-04-28T21:07:34.721ZApr 28 21:07:34.659 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39492022-04-28T21:07:34.727ZApr 28 21:07:34.685 ERRO slog-async: logger dropped messages due to channel overflow, count: 103, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39502022-04-28T21:07:34.733ZApr 28 21:07:34.703 ERRO slog-async: logger dropped messages due to channel overflow, count: 214, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39512022-04-28T21:07:34.740ZApr 28 21:07:34.709 ERRO slog-async: logger dropped messages due to channel overflow, count: 551, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39522022-04-28T21:07:34.747ZApr 28 21:07:34.709 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39532022-04-28T21:07:34.753ZApr 28 21:07:34.723 ERRO slog-async: logger dropped messages due to channel overflow, count: 497, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39542022-04-28T21:07:34.760ZApr 28 21:07:34.724 ERRO slog-async: logger dropped messages due to channel overflow, count: 149, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39552022-04-28T21:07:34.766ZApr 28 21:07:34.724 ERRO slog-async: logger dropped messages due to channel overflow, count: 75, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39562022-04-28T21:07:34.772ZApr 28 21:07:34.724 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39572022-04-28T21:07:34.779ZApr 28 21:07:34.725 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39582022-04-28T21:07:34.785ZApr 28 21:07:34.725 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39592022-04-28T21:07:34.792ZApr 28 21:07:34.725 ERRO slog-async: logger dropped messages due to channel overflow, count: 61, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39602022-04-28T21:07:34.798ZApr 28 21:07:34.726 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39612022-04-28T21:07:34.805ZApr 28 21:07:34.728 ERRO slog-async: logger dropped messages due to channel overflow, count: 107, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39622022-04-28T21:07:34.812ZApr 28 21:07:34.739 ERRO slog-async: logger dropped messages due to channel overflow, count: 349, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39632022-04-28T21:07:34.819ZApr 28 21:07:34.740 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39642022-04-28T21:07:34.826ZApr 28 21:07:34.742 ERRO slog-async: logger dropped messages due to channel overflow, count: 93, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39652022-04-28T21:07:34.833ZApr 28 21:07:34.742 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39662022-04-28T21:07:34.839ZApr 28 21:07:34.748 ERRO slog-async: logger dropped messages due to channel overflow, count: 565, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39672022-04-28T21:07:34.846ZApr 28 21:07:34.751 ERRO slog-async: logger dropped messages due to channel overflow, count: 80, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39682022-04-28T21:07:34.853ZApr 28 21:07:34.791 ERRO slog-async: logger dropped messages due to channel overflow, count: 441, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39692022-04-28T21:07:34.859ZApr 28 21:07:34.794 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39702022-04-28T21:07:34.866ZApr 28 21:07:34.794 ERRO slog-async: logger dropped messages due to channel overflow, count: 34, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39712022-04-28T21:07:34.872ZApr 28 21:07:34.795 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39722022-04-28T21:07:34.879ZApr 28 21:07:34.796 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39732022-04-28T21:07:34.886ZApr 28 21:07:34.797 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39742022-04-28T21:07:34.892ZApr 28 21:07:34.797 ERRO slog-async: logger dropped messages due to channel overflow, count: 52, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39752022-04-28T21:07:34.902ZApr 28 21:07:34.798 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39762022-04-28T21:07:34.926ZApr 28 21:07:34.798 ERRO slog-async: logger dropped messages due to channel overflow, count: 62, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39772022-04-28T21:07:34.933ZApr 28 21:07:34.799 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39782022-04-28T21:07:34.941ZApr 28 21:07:34.800 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39792022-04-28T21:07:35.364ZApr 28 21:07:34.800 ERRO slog-async: logger dropped messages due to channel overflow, count: 57, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39802022-04-28T21:07:35.371ZApr 28 21:07:34.801 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39812022-04-28T21:07:35.377ZApr 28 21:07:34.801 ERRO slog-async: logger dropped messages due to channel overflow, count: 44, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39822022-04-28T21:07:35.383ZApr 28 21:07:34.802 ERRO slog-async: logger dropped messages due to channel overflow, count: 40, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39832022-04-28T21:07:35.390ZApr 28 21:07:34.802 ERRO slog-async: logger dropped messages due to channel overflow, count: 75, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39842022-04-28T21:07:35.397ZApr 28 21:07:34.803 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39852022-04-28T21:07:35.403ZApr 28 21:07:34.803 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39862022-04-28T21:07:35.409ZApr 28 21:07:34.804 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39872022-04-28T21:07:35.416ZApr 28 21:07:34.805 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39882022-04-28T21:07:35.422ZApr 28 21:07:34.806 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39892022-04-28T21:07:35.429ZApr 28 21:07:34.806 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39902022-04-28T21:07:35.436ZApr 28 21:07:34.806 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39912022-04-28T21:07:35.442ZApr 28 21:07:34.807 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39922022-04-28T21:07:35.448ZApr 28 21:07:34.807 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39932022-04-28T21:07:35.454ZApr 28 21:07:34.807 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39942022-04-28T21:07:35.460ZApr 28 21:07:34.808 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39952022-04-28T21:07:35.467ZApr 28 21:07:34.809 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39962022-04-28T21:07:35.473ZApr 28 21:07:34.810 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39972022-04-28T21:07:35.479ZApr 28 21:07:34.811 ERRO slog-async: logger dropped messages due to channel overflow, count: 45, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39982022-04-28T21:07:35.485ZApr 28 21:07:34.811 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
39992022-04-28T21:07:35.492ZApr 28 21:07:34.812 ERRO slog-async: logger dropped messages due to channel overflow, count: 64, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40002022-04-28T21:07:35.498ZApr 28 21:07:34.812 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40012022-04-28T21:07:35.505ZApr 28 21:07:34.812 ERRO slog-async: logger dropped messages due to channel overflow, count: 47, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40022022-04-28T21:07:35.512ZApr 28 21:07:34.813 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40032022-04-28T21:07:35.522ZApr 28 21:07:34.813 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40042022-04-28T21:07:35.529ZApr 28 21:07:34.813 ERRO slog-async: logger dropped messages due to channel overflow, count: 45, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40052022-04-28T21:07:35.536ZApr 28 21:07:34.814 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40062022-04-28T21:07:35.542ZApr 28 21:07:34.814 ERRO slog-async: logger dropped messages due to channel overflow, count: 26, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40072022-04-28T21:07:35.548ZApr 28 21:07:34.814 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40082022-04-28T21:07:35.554ZApr 28 21:07:34.815 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40092022-04-28T21:07:35.560ZApr 28 21:07:34.816 ERRO slog-async: logger dropped messages due to channel overflow, count: 71, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40102022-04-28T21:07:35.566ZApr 28 21:07:34.817 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40112022-04-28T21:07:35.572ZApr 28 21:07:34.817 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40122022-04-28T21:07:35.582ZApr 28 21:07:34.817 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40132022-04-28T21:07:35.588ZApr 28 21:07:34.818 ERRO slog-async: logger dropped messages due to channel overflow, count: 69, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40142022-04-28T21:07:35.603ZApr 28 21:07:34.818 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40152022-04-28T21:07:35.609ZApr 28 21:07:34.818 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40162022-04-28T21:07:35.616ZApr 28 21:07:34.818 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40172022-04-28T21:07:35.622ZApr 28 21:07:34.819 ERRO slog-async: logger dropped messages due to channel overflow, count: 36, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40182022-04-28T21:07:35.628ZApr 28 21:07:34.819 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40192022-04-28T21:07:35.634ZApr 28 21:07:34.820 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40202022-04-28T21:07:35.640ZApr 28 21:07:34.820 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40212022-04-28T21:07:35.646ZApr 28 21:07:34.820 ERRO slog-async: logger dropped messages due to channel overflow, count: 46, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40222022-04-28T21:07:35.653ZApr 28 21:07:34.820 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40232022-04-28T21:07:35.659ZApr 28 21:07:34.821 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40242022-04-28T21:07:35.665ZApr 28 21:07:34.822 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40252022-04-28T21:07:35.671ZApr 28 21:07:34.822 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40262022-04-28T21:07:35.677ZApr 28 21:07:34.822 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40272022-04-28T21:07:35.683ZApr 28 21:07:34.822 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40282022-04-28T21:07:35.690ZApr 28 21:07:34.823 ERRO slog-async: logger dropped messages due to channel overflow, count: 62, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40292022-04-28T21:07:35.696ZApr 28 21:07:34.823 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40302022-04-28T21:07:35.703ZApr 28 21:07:34.823 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40312022-04-28T21:07:35.709ZApr 28 21:07:34.823 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40322022-04-28T21:07:35.715ZApr 28 21:07:34.823 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40332022-04-28T21:07:35.722ZApr 28 21:07:34.824 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40342022-04-28T21:07:35.728ZApr 28 21:07:34.824 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40352022-04-28T21:07:35.733ZApr 28 21:07:34.824 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40362022-04-28T21:07:35.739ZApr 28 21:07:34.824 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40372022-04-28T21:07:35.745ZApr 28 21:07:34.825 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40382022-04-28T21:07:35.751ZApr 28 21:07:34.825 ERRO slog-async: logger dropped messages due to channel overflow, count: 69, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40392022-04-28T21:07:35.757ZApr 28 21:07:34.825 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40402022-04-28T21:07:35.763ZApr 28 21:07:34.825 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40412022-04-28T21:07:35.769ZApr 28 21:07:34.825 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40422022-04-28T21:07:35.775ZApr 28 21:07:34.826 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40432022-04-28T21:07:35.782ZApr 28 21:07:34.826 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40442022-04-28T21:07:35.788ZApr 28 21:07:34.826 ERRO slog-async: logger dropped messages due to channel overflow, count: 133, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40452022-04-28T21:07:35.794ZApr 28 21:07:34.826 ERRO slog-async: logger dropped messages due to channel overflow, count: 56, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40462022-04-28T21:07:35.800ZApr 28 21:07:34.827 ERRO slog-async: logger dropped messages due to channel overflow, count: 269, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40472022-04-28T21:07:35.806ZApr 28 21:07:34.827 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40482022-04-28T21:07:35.812ZApr 28 21:07:34.827 ERRO slog-async: logger dropped messages due to channel overflow, count: 55, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40492022-04-28T21:07:35.818ZApr 28 21:07:34.828 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40502022-04-28T21:07:35.825ZApr 28 21:07:34.828 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40512022-04-28T21:07:35.832ZApr 28 21:07:34.828 ERRO slog-async: logger dropped messages due to channel overflow, count: 55, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40522022-04-28T21:07:35.838ZApr 28 21:07:34.828 ERRO slog-async: logger dropped messages due to channel overflow, count: 89, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40532022-04-28T21:07:35.844ZApr 28 21:07:34.830 ERRO slog-async: logger dropped messages due to channel overflow, count: 213, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40542022-04-28T21:07:35.851ZApr 28 21:07:34.830 ERRO slog-async: logger dropped messages due to channel overflow, count: 153, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40552022-04-28T21:07:35.857ZApr 28 21:07:34.831 ERRO slog-async: logger dropped messages due to channel overflow, count: 230, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40562022-04-28T21:07:35.864ZApr 28 21:07:34.831 ERRO slog-async: logger dropped messages due to channel overflow, count: 55, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40572022-04-28T21:07:35.871ZApr 28 21:07:34.831 ERRO slog-async: logger dropped messages due to channel overflow, count: 115, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40582022-04-28T21:07:35.877ZApr 28 21:07:34.832 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40592022-04-28T21:07:35.883ZApr 28 21:07:34.832 ERRO slog-async: logger dropped messages due to channel overflow, count: 131, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40602022-04-28T21:07:35.890ZApr 28 21:07:34.832 ERRO slog-async: logger dropped messages due to channel overflow, count: 34, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40612022-04-28T21:07:35.896ZApr 28 21:07:34.832 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40622022-04-28T21:07:35.902ZApr 28 21:07:34.832 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: Apr 28 21:07:34.832 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40632022-04-28T21:07:35.909ZApr 28 21:07:34.834 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40642022-04-28T21:07:35.915Z39e6175b-4df2-4730-b11d-cbc1e60a2e78Apr 28 21:07:34.834 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40652022-04-28T21:07:35.922Z, componentApr 28 21:07:34.835 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40662022-04-28T21:07:35.928Z: oximeter-agent
40672022-04-28T21:07:35.935ZApr 28 21:07:34.835 ERRO slog-async: logger dropped messages due to channel overflow, count: 79, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40682022-04-28T21:07:35.942ZApr 28 21:07:34.836 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40692022-04-28T21:07:35.948ZApr 28 21:07:34.837 ERRO slog-async: logger dropped messages due to channel overflow, count: 126, producer_id:Apr 28 21:07:34.835 ERRO slog-async: logger dropped messages due to channel overflow, count: 185, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40702022-04-28T21:07:35.954ZApr 28 21:07:34.838 ERRO slog-async: logger dropped messages due to channel overflow, count: 107, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40712022-04-28T21:07:35.960ZApr 28 21:07:34.838 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40722022-04-28T21:07:35.967ZApr 28 21:07:34.839 ERRO slog-async: logger dropped messages due to channel overflow, count: 255, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40732022-04-28T21:07:35.973ZApr 28 21:07:34.839 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40742022-04-28T21:07:35.980Z a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40752022-04-28T21:07:36.004ZApr 28 21:07:34.840 ERRO slog-async: logger dropped messages due to channel overflow, count: 45, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40762022-04-28T21:07:36.010ZApr 28 21:07:34.841 ERRO slog-async: logger dropped messages due to channel overflow, count: 74, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40772022-04-28T21:07:36.016ZApr 28 21:07:34.843 ERRO slog-async: logger dropped messages due to channel overflow, count: 81, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40782022-04-28T21:07:36.023ZApr 28 21:07:34.844 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40792022-04-28T21:07:36.030ZApr 28 21:07:34.844 ERRO slog-async: logger dropped messages due to channel overflow, count: 123, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40802022-04-28T21:07:36.037ZApr 28 21:07:34.845 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40812022-04-28T21:07:36.043ZApr 28 21:07:34.845 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40822022-04-28T21:07:36.050ZApr 28 21:07:34.845 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40832022-04-28T21:07:36.064ZApr 28 21:07:34.845 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40842022-04-28T21:07:36.070ZApr 28 21:07:34.845 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40852022-04-28T21:07:36.076ZApr 28 21:07:34.845 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40862022-04-28T21:07:36.082ZApr 28 21:07:34.846 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40872022-04-28T21:07:36.088ZApr 28 21:07:34.846 ERRO slog-async: logger dropped messages due to channel overflow, count: 90, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40882022-04-28T21:07:36.095ZApr 28 21:07:34.849 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40892022-04-28T21:07:36.101ZApr 28 21:07:34.849 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40902022-04-28T21:07:36.108ZApr 28 21:07:34.850 ERRO slog-async: logger dropped messages due to channel overflow, count: 102, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40912022-04-28T21:07:36.115ZApr 28 21:07:34.850 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40922022-04-28T21:07:36.121ZApr 28 21:07:34.851 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40932022-04-28T21:07:36.127ZApr 28 21:07:34.852 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40942022-04-28T21:07:36.134ZApr 28 21:07:34.852 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40952022-04-28T21:07:36.141ZApr 28 21:07:34.852 ERRO slog-async: logger dropped messages due to channel overflow, count: 123, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40962022-04-28T21:07:36.149ZApr 28 21:07:34.852 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40972022-04-28T21:07:36.157ZApr 28 21:07:34.853 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40982022-04-28T21:07:36.163ZApr 28 21:07:34.853 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
40992022-04-28T21:07:36.169ZApr 28 21:07:34.857 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41002022-04-28T21:07:36.175ZApr 28 21:07:34.858 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41012022-04-28T21:07:36.182ZApr 28 21:07:34.859 ERRO slog-async: logger dropped messages due to channel overflow, count: 71, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41022022-04-28T21:07:36.188ZApr 28 21:07:34.860 ERRO slog-async: logger dropped messages due to channel overflow, count: 26, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41032022-04-28T21:07:36.194ZApr 28 21:07:34.860 ERRO slog-async: logger dropped messages due to channel overflow, count: 271, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41042022-04-28T21:07:36.200ZApr 28 21:07:34.861 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41052022-04-28T21:07:36.206ZApr 28 21:07:34.862 ERRO slog-async: logger dropped messages due to channel overflow, count: 115, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41062022-04-28T21:07:36.213ZApr 28 21:07:34.862 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41072022-04-28T21:07:36.219ZApr 28 21:07:34.863 ERRO slog-async: logger dropped messages due to channel overflow, count: 50, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41082022-04-28T21:07:36.226ZApr 28 21:07:34.863 ERRO slog-async: logger dropped messages due to channel overflow, count: 51, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41092022-04-28T21:07:36.232ZApr 28 21:07:34.864 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41102022-04-28T21:07:36.238ZApr 28 21:07:34.865 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41112022-04-28T21:07:36.244ZApr 28 21:07:34.865 ERRO slog-async: logger dropped messages due to channel overflow, count: 429, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41122022-04-28T21:07:36.251ZApr 28 21:07:34.866 ERRO slog-async: logger dropped messages due to channel overflow, count: 157, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41132022-04-28T21:07:36.257ZApr 28 21:07:34.867 ERRO slog-async: logger dropped messages due to channel overflow, count: 137, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41142022-04-28T21:07:36.263ZApr 28 21:07:34.868 ERRO slog-async: logger dropped messages due to channel overflow, count: 402, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41152022-04-28T21:07:36.271ZApr 28 21:07:34.868 ERRO slog-async: logger dropped messages due to channel overflow, count: 209, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41162022-04-28T21:07:36.279ZApr 28 21:07:34.868 ERRO slog-async: logger dropped messages due to channel overflow, count: 386, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41172022-04-28T21:07:36.287ZApr 28 21:07:34.868 ERRO slog-async: logger dropped messages due to channel overflow, count: 65, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41182022-04-28T21:07:36.294ZApr 28 21:07:34.868 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41192022-04-28T21:07:36.301ZApr 28 21:07:34.869 ERRO slog-async: logger dropped messages due to channel overflow, count: 255, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41202022-04-28T21:07:36.306ZApr 28 21:07:34.869 ERRO slog-async: logger dropped messages due to channel overflow, count: 85, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41212022-04-28T21:07:36.313ZApr 28 21:07:34.869 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41222022-04-28T21:07:36.319ZApr 28 21:07:34.869 ERRO slog-async: logger dropped messages due to channel overflow, count: 73, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41232022-04-28T21:07:36.326ZApr 28 21:07:34.870 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41242022-04-28T21:07:36.332ZApr 28 21:07:34.870 ERRO slog-async: logger dropped messages due to channel overflow, count: 97, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41252022-04-28T21:07:36.338ZApr 28 21:07:34.872 ERRO slog-async: logger dropped messages due to channel overflow, count: 99, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41262022-04-28T21:07:36.345ZApr 28 21:07:34.872 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41272022-04-28T21:07:36.352ZApr 28 21:07:34.872 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41282022-04-28T21:07:36.380ZApr 28 21:07:34.872 ERRO slog-async: logger dropped messages due to channel overflow, count: 52, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41292022-04-28T21:07:36.386ZApr 28 21:07:34.873 ERRO slog-async: logger dropped messages due to channel overflow, count: 30, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41302022-04-28T21:07:36.393ZApr 28 21:07:34.873 ERRO slog-async: logger dropped messages due to channel overflow, count: 786, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41312022-04-28T21:07:36.400ZApr 28 21:07:34.873 ERRO slog-async: logger dropped messages due to channel overflow, count: 111, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41322022-04-28T21:07:36.406ZApr 28 21:07:34.873 ERRO slog-async: logger dropped messages due to channel overflow, count: 181, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41332022-04-28T21:07:36.412ZApr 28 21:07:34.873 ERRO slog-async: logger dropped messages due to channel overflow, count: 111, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41342022-04-28T21:07:36.419ZApr 28 21:07:34.874 ERRO slog-async: logger dropped messages due to channel overflow, count: 143, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41352022-04-28T21:07:36.425ZApr 28 21:07:34.874 ERRO slog-async: logger dropped messages due to channel overflow, count: 120, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41362022-04-28T21:07:36.432ZApr 28 21:07:34.874 ERRO slog-async: logger dropped messages due to channel overflow, count: 117, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41372022-04-28T21:07:36.438ZApr 28 21:07:34.874 ERRO slog-async: logger dropped messages due to channel overflow, count: 103, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41382022-04-28T21:07:36.444ZApr 28 21:07:34.874 ERRO slog-async: logger dropped messages due to channel overflow, count: 131, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41392022-04-28T21:07:36.450ZApr 28 21:07:34.874 ERRO slog-async: logger dropped messages due to channel overflow, count: 252, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41402022-04-28T21:07:36.457ZApr 28 21:07:34.874 ERRO slog-async: logger dropped messages due to channel overflow, count: 113, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41412022-04-28T21:07:36.464ZApr 28 21:07:34.875 ERRO slog-async: logger dropped messages due to channel overflow, count: 131, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41422022-04-28T21:07:36.470ZApr 28 21:07:34.875 ERRO slog-async: logger dropped messages due to channel overflow, count: 236, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41432022-04-28T21:07:36.476ZApr 28 21:07:34.875 ERRO slog-async: logger dropped messages due to channel overflow, count: 121, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41442022-04-28T21:07:36.482ZApr 28 21:07:34.875 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41452022-04-28T21:07:36.489ZApr 28 21:07:34.875 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41462022-04-28T21:07:36.495ZApr 28 21:07:34.875 ERRO slog-async: logger dropped messages due to channel overflow, count: 45, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41472022-04-28T21:07:36.502ZApr 28 21:07:34.875 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41482022-04-28T21:07:36.508ZApr 28 21:07:34.876 ERRO slog-async: logger dropped messages due to channel overflow, count: 73, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41492022-04-28T21:07:36.515ZApr 28 21:07:34.876 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41502022-04-28T21:07:36.521ZApr 28 21:07:34.876 ERRO slog-async: logger dropped messages due to channel overflow, count: 16, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41512022-04-28T21:07:36.528ZApr 28 21:07:34.876 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41522022-04-28T21:07:36.534ZApr 28 21:07:34.876 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41532022-04-28T21:07:36.540ZApr 28 21:07:34.877 ERRO slog-async: logger dropped messages due to channel overflow, count: 282, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41542022-04-28T21:07:36.546ZApr 28 21:07:34.877 ERRO slog-async: logger dropped messages due to channel overflow, count: 46, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41552022-04-28T21:07:36.553ZApr 28 21:07:34.877 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41562022-04-28T21:07:36.559ZApr 28 21:07:34.877 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41572022-04-28T21:07:36.565ZApr 28 21:07:34.878 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41582022-04-28T21:07:36.571ZApr 28 21:07:34.878 ERRO slog-async: logger dropped messages due to channel overflow, count: 51, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41592022-04-28T21:07:36.578ZApr 28 21:07:34.878 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41602022-04-28T21:07:36.587ZApr 28 21:07:34.878 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41612022-04-28T21:07:36.593ZApr 28 21:07:34.879 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41622022-04-28T21:07:36.607ZApr 28 21:07:34.879 ERRO slog-async: logger dropped messages due to channel overflow, count: 30, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41632022-04-28T21:07:36.613ZApr 28 21:07:34.879 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41642022-04-28T21:07:36.621ZApr 28 21:07:34.880 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41652022-04-28T21:07:36.627ZApr 28 21:07:34.880 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41662022-04-28T21:07:36.634ZApr 28 21:07:34.880 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41672022-04-28T21:07:36.641ZApr 28 21:07:34.880 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41682022-04-28T21:07:36.647ZApr 28 21:07:34.880 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41692022-04-28T21:07:36.660ZApr 28 21:07:34.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41702022-04-28T21:07:36.667ZApr 28 21:07:34.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 36, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41712022-04-28T21:07:36.673ZApr 28 21:07:34.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41722022-04-28T21:07:36.680ZApr 28 21:07:34.882 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41732022-04-28T21:07:36.687ZApr 28 21:07:34.882 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41742022-04-28T21:07:36.694ZApr 28 21:07:34.882 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41752022-04-28T21:07:36.720ZApr 28 21:07:34.882 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41762022-04-28T21:07:36.727ZApr 28 21:07:34.883 ERRO slog-async: logger dropped messages due to channel overflow, count: 89, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41772022-04-28T21:07:36.733ZApr 28 21:07:34.883 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41782022-04-28T21:07:36.739ZApr 28 21:07:34.883 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41792022-04-28T21:07:36.746ZApr 28 21:07:34.883 ERRO slog-async: logger dropped messages due to channel overflow, count: 42, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41802022-04-28T21:07:36.760ZApr 28 21:07:34.883 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41812022-04-28T21:07:36.766ZApr 28 21:07:34.884 ERRO slog-async: logger dropped messages due to channel overflow, count: 51, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41822022-04-28T21:07:36.773ZApr 28 21:07:34.884 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41832022-04-28T21:07:36.779ZApr 28 21:07:34.884 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41842022-04-28T21:07:36.786ZApr 28 21:07:34.884 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41852022-04-28T21:07:36.792ZApr 28 21:07:34.884 ERRO slog-async: logger dropped messages due to channel overflow, count: 26, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41862022-04-28T21:07:36.799ZApr 28 21:07:34.884 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41872022-04-28T21:07:36.805ZApr 28 21:07:34.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41882022-04-28T21:07:36.812ZApr 28 21:07:34.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41892022-04-28T21:07:36.819ZApr 28 21:07:34.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41902022-04-28T21:07:36.825ZApr 28 21:07:34.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41912022-04-28T21:07:36.832ZApr 28 21:07:34.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 1869, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41922022-04-28T21:07:36.838ZApr 28 21:07:34.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 79, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41932022-04-28T21:07:36.846ZApr 28 21:07:34.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41942022-04-28T21:07:36.853ZApr 28 21:07:34.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 47, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41952022-04-28T21:07:36.860ZApr 28 21:07:34.886 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41962022-04-28T21:07:36.866ZApr 28 21:07:34.886 ERRO slog-async: logger dropped messages due to channel overflow, count: 44, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41972022-04-28T21:07:36.873ZApr 28 21:07:34.886 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41982022-04-28T21:07:36.879ZApr 28 21:07:34.900 ERRO slog-async: logger dropped messages due to channel overflow, count: 680, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
41992022-04-28T21:07:36.886ZApr 28 21:07:34.901 ERRO slog-async: logger dropped messages due to channel overflow, count: 364, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42002022-04-28T21:07:36.892ZApr 28 21:07:34.906 ERRO slog-async: logger dropped messages due to channel overflow, count: 127, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42012022-04-28T21:07:36.899ZApr 28 21:07:34.914 ERRO slog-async: logger dropped messages due to channel overflow, count: 234, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42022022-04-28T21:07:36.905ZApr 28 21:07:34.914 ERRO slog-async: logger dropped messages due to channel overflow, count: 83, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42032022-04-28T21:07:36.911ZApr 28 21:07:34.925 ERRO slog-async: logger dropped messages due to channel overflow, count: 1210, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42042022-04-28T21:07:36.917ZApr 28 21:07:34.926 ERRO slog-async: logger dropped messages due to channel overflow, count: 892, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42052022-04-28T21:07:36.924ZApr 28 21:07:34.926 ERRO slog-async: logger dropped messages due to channel overflow, count: 225, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42062022-04-28T21:07:36.930ZApr 28 21:07:34.948 ERRO slog-async: logger dropped messages due to channel overflow, count: 581, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42072022-04-28T21:07:36.936ZApr 28 21:07:34.948 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42082022-04-28T21:07:36.943ZApr 28 21:07:34.970 ERRO slog-async: logger dropped messages due to channel overflow, count: 621, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42092022-04-28T21:07:36.949ZApr 28 21:07:34.970 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42102022-04-28T21:07:36.956ZApr 28 21:07:34.970 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42112022-04-28T21:07:36.962ZApr 28 21:07:34.980 ERRO slog-async: logger dropped messages due to channel overflow, count: 662, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42122022-04-28T21:07:36.969ZApr 28 21:07:34.983 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42132022-04-28T21:07:36.975ZApr 28 21:07:34.986 ERRO slog-async: logger dropped messages due to channel overflow, count: 107, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42142022-04-28T21:07:36.982ZApr 28 21:07:34.986 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42152022-04-28T21:07:36.988ZApr 28 21:07:34.990 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42162022-04-28T21:07:36.994ZApr 28 21:07:34.991 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42172022-04-28T21:07:37.001ZApr 28 21:07:35.004 ERRO slog-async: logger dropped messages due to channel overflow, count: 455, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42182022-04-28T21:07:37.008ZApr 28 21:07:35.004 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42192022-04-28T21:07:37.014ZApr 28 21:07:35.005 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42202022-04-28T21:07:37.020ZApr 28 21:07:35.006 ERRO slog-async: logger dropped messages due to channel overflow, count: 139, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42212022-04-28T21:07:37.027ZApr 28 21:07:35.007 ERRO slog-async: logger dropped messages due to channel overflow, count: 67, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42222022-04-28T21:07:37.033ZApr 28 21:07:35.011 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42232022-04-28T21:07:37.040ZApr 28 21:07:35.016 ERRO slog-async: logger dropped messages due to channel overflow, count: 290, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42242022-04-28T21:07:37.046ZApr 28 21:07:35.025 ERRO slog-async: logger dropped messages due to channel overflow, count: 428, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42252022-04-28T21:07:37.052ZApr 28 21:07:35.032 ERRO slog-async: logger dropped messages due to channel overflow, count: 156, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42262022-04-28T21:07:37.059ZApr 28 21:07:35.040 ERRO slog-async: logger dropped messages due to channel overflow, count: 161, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42272022-04-28T21:07:37.065ZApr 28 21:07:35.041 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42282022-04-28T21:07:37.072ZApr 28 21:07:35.042 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42292022-04-28T21:07:37.078ZApr 28 21:07:35.043 ERRO slog-async: logger dropped messages due to channel overflow, count: 26, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42302022-04-28T21:07:37.084ZApr 28 21:07:35.044 ERRO slog-async: logger dropped messages due to channel overflow, count: 40, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42312022-04-28T21:07:37.091ZApr 28 21:07:35.057 ERRO slog-async: logger dropped messages due to channel overflow, count: 403, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42322022-04-28T21:07:37.097ZApr 28 21:07:35.058 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42332022-04-28T21:07:37.103ZApr 28 21:07:35.064 ERRO slog-async: logger dropped messages due to channel overflow, count: 443, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42342022-04-28T21:07:37.110ZApr 28 21:07:35.085 ERRO slog-async: logger dropped messages due to channel overflow, count: 499, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42352022-04-28T21:07:37.117ZApr 28 21:07:35.085 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42362022-04-28T21:07:37.123ZApr 28 21:07:35.093 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42372022-04-28T21:07:37.129ZApr 28 21:07:35.137 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42382022-04-28T21:07:37.135ZApr 28 21:07:35.137 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42392022-04-28T21:07:37.141ZApr 28 21:07:35.150 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42402022-04-28T21:07:37.147ZApr 28 21:07:35.151 ERRO slog-async: logger dropped messages due to channel overflow, count: 8, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42412022-04-28T21:07:37.154ZApr 28 21:07:35.155 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42422022-04-28T21:07:37.160ZApr 28 21:07:35.155 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42432022-04-28T21:07:37.166ZApr 28 21:07:35.156 ERRO slog-async: logger dropped messages due to channel overflow, count: 22, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42442022-04-28T21:07:37.173ZApr 28 21:07:35.156 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42452022-04-28T21:07:37.179ZApr 28 21:07:35.164 ERRO slog-async: logger dropped messages due to channel overflow, count: 855, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42462022-04-28T21:07:37.186ZApr 28 21:07:35.189 ERRO slog-async: logger dropped messages due to channel overflow, count: 384, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42472022-04-28T21:07:37.192ZApr 28 21:07:35.191 ERRO slog-async: logger dropped messages due to channel overflow, count: 44, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42482022-04-28T21:07:37.198ZApr 28 21:07:35.192 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42492022-04-28T21:07:37.204ZApr 28 21:07:35.193 ERRO slog-async: logger dropped messages due to channel overflow, count: 57, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42502022-04-28T21:07:37.210ZApr 28 21:07:35.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 676, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42512022-04-28T21:07:37.217ZApr 28 21:07:35.225 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42522022-04-28T21:07:37.223ZApr 28 21:07:35.226 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42532022-04-28T21:07:37.229ZApr 28 21:07:35.227 ERRO slog-async: logger dropped messages due to channel overflow, count: 6, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42542022-04-28T21:07:37.235ZApr 28 21:07:35.228 ERRO slog-async: logger dropped messages due to channel overflow, count: 111, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42552022-04-28T21:07:37.241ZApr 28 21:07:35.232 ERRO slog-async: logger dropped messages due to channel overflow, count: 132, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42562022-04-28T21:07:37.248ZApr 28 21:07:35.233 ERRO slog-async: logger dropped messages due to channel overflow, count: 100, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42572022-04-28T21:07:37.255ZApr 28 21:07:35.234 ERRO slog-async: logger dropped messages due to channel overflow, count: 80, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42582022-04-28T21:07:37.261ZApr 28 21:07:35.234 ERRO slog-async: logger dropped messages due to channel overflow, count: 111, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42592022-04-28T21:07:37.267ZApr 28 21:07:35.235 ERRO slog-async: logger dropped messages due to channel overflow, count: 53, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42602022-04-28T21:07:37.274ZApr 28 21:07:35.236 ERRO slog-async: logger dropped messages due to channel overflow, count: 267, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42612022-04-28T21:07:37.280ZApr 28 21:07:35.238 ERRO slog-async: logger dropped messages due to channel overflow, count: 85, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42622022-04-28T21:07:37.286ZApr 28 21:07:35.243 ERRO slog-async: logger dropped messages due to channel overflow, count: 343, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42632022-04-28T21:07:37.293ZApr 28 21:07:35.244 ERRO slog-async: logger dropped messages due to channel overflow, count: 628, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42642022-04-28T21:07:37.299ZApr 28 21:07:35.249 ERRO slog-async: logger dropped messages due to channel overflow, count: 209, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42652022-04-28T21:07:37.306ZApr 28 21:07:35.254 ERRO slog-async: logger dropped messages due to channel overflow, count: 669, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42662022-04-28T21:07:37.312ZApr 28 21:07:35.263 ERRO slog-async: logger dropped messages due to channel overflow, count: 99, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42672022-04-28T21:07:37.319ZApr 28 21:07:35.264 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42682022-04-28T21:07:37.326ZApr 28 21:07:35.271 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42692022-04-28T21:07:37.332ZApr 28 21:07:35.286 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42702022-04-28T21:07:37.338ZApr 28 21:07:35.289 ERRO slog-async: logger dropped messages due to channel overflow, count: 80, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42712022-04-28T21:07:37.344ZApr 28 21:07:35.345 ERRO slog-async: logger dropped messages due to channel overflow, count: 121, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42722022-04-28T21:07:37.351ZApr 28 21:07:35.346 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42732022-04-28T21:07:37.357ZApr 28 21:07:35.347 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42742022-04-28T21:07:37.363ZApr 28 21:07:35.347 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42752022-04-28T21:07:37.371ZApr 28 21:07:35.348 ERRO slog-async: logger dropped messages due to channel overflow, count: 46, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42762022-04-28T21:07:37.377ZApr 28 21:07:35.348 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42772022-04-28T21:07:37.407ZApr 28 21:07:35.348 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42782022-04-28T21:07:37.414ZApr 28 21:07:35.349 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42792022-04-28T21:07:37.420ZApr 28 21:07:35.349 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42802022-04-28T21:07:37.426ZApr 28 21:07:35.349 ERRO slog-async: logger dropped messages due to channel overflow, count: 218, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42812022-04-28T21:07:37.432ZApr 28 21:07:35.349 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42822022-04-28T21:07:37.438ZApr 28 21:07:35.350 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42832022-04-28T21:07:37.445ZApr 28 21:07:35.350 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42842022-04-28T21:07:37.451ZApr 28 21:07:35.350 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42852022-04-28T21:07:37.457ZApr 28 21:07:35.350 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42862022-04-28T21:07:37.463ZApr 28 21:07:35.350 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42872022-04-28T21:07:37.469ZApr 28 21:07:35.351 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42882022-04-28T21:07:37.475ZApr 28 21:07:35.351 ERRO slog-async: logger dropped messages due to channel overflow, count: 16, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42892022-04-28T21:07:37.482ZApr 28 21:07:35.351 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42902022-04-28T21:07:37.489ZApr 28 21:07:35.351 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42912022-04-28T21:07:37.496ZApr 28 21:07:35.351 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42922022-04-28T21:07:37.502ZApr 28 21:07:35.351 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42932022-04-28T21:07:37.509ZApr 28 21:07:35.351 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42942022-04-28T21:07:37.514ZApr 28 21:07:35.352 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42952022-04-28T21:07:37.521ZApr 28 21:07:35.352 ERRO slog-async: logger dropped messages due to channel overflow, count: 14, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42962022-04-28T21:07:37.527ZApr 28 21:07:35.352 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42972022-04-28T21:07:37.534ZApr 28 21:07:35.352 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42982022-04-28T21:07:37.540ZApr 28 21:07:35.352 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
42992022-04-28T21:07:37.545ZApr 28 21:07:35.352 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43002022-04-28T21:07:37.551ZApr 28 21:07:35.352 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43012022-04-28T21:07:37.557ZApr 28 21:07:35.353 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43022022-04-28T21:07:37.564ZApr 28 21:07:35.353 ERRO slog-async: logger dropped messages due to channel overflow, count: 48, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43032022-04-28T21:07:37.571ZApr 28 21:07:35.353 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43042022-04-28T21:07:37.578ZApr 28 21:07:35.353 ERRO slog-async: logger dropped messages due to channel overflow, count: 40, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43052022-04-28T21:07:37.585ZApr 28 21:07:35.353 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43062022-04-28T21:07:37.591ZApr 28 21:07:35.353 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43072022-04-28T21:07:37.596ZApr 28 21:07:35.354 ERRO slog-async: logger dropped messages due to channel overflow, count: 125, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43082022-04-28T21:07:37.603ZApr 28 21:07:35.354 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43092022-04-28T21:07:37.609ZApr 28 21:07:35.354 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43102022-04-28T21:07:37.615ZApr 28 21:07:35.354 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43112022-04-28T21:07:37.621ZApr 28 21:07:35.354 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43122022-04-28T21:07:37.628ZApr 28 21:07:35.354 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43132022-04-28T21:07:37.635ZApr 28 21:07:35.355 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43142022-04-28T21:07:37.642ZApr 28 21:07:35.355 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43152022-04-28T21:07:37.648ZApr 28 21:07:35.355 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43162022-04-28T21:07:37.654ZApr 28 21:07:35.355 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43172022-04-28T21:07:37.660ZApr 28 21:07:35.355 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43182022-04-28T21:07:37.666ZApr 28 21:07:35.355 ERRO slog-async: logger dropped messages due to channel overflow, count: 69, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43192022-04-28T21:07:37.672ZApr 28 21:07:35.356 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43202022-04-28T21:07:37.678ZApr 28 21:07:35.356 ERRO slog-async: logger dropped messages due to channel overflow, count: 93, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43212022-04-28T21:07:37.684ZApr 28 21:07:35.356 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43222022-04-28T21:07:37.690ZApr 28 21:07:35.356 ERRO slog-async: logger dropped messages due to channel overflow, count: 59, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43232022-04-28T21:07:37.697ZApr 28 21:07:35.356 ERRO slog-async: logger dropped messages due to channel overflow, count: 54, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43242022-04-28T21:07:37.704ZApr 28 21:07:35.357 ERRO slog-async: logger dropped messages due to channel overflow, count: 30, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43252022-04-28T21:07:37.711ZApr 28 21:07:35.357 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43262022-04-28T21:07:37.717ZApr 28 21:07:35.357 ERRO slog-async: logger dropped messages due to channel overflow, count: 12, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43272022-04-28T21:07:37.723ZApr 28 21:07:35.357 ERRO slog-async: logger dropped messages due to channel overflow, count: 61, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43282022-04-28T21:07:37.729ZApr 28 21:07:35.357 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43292022-04-28T21:07:37.735ZApr 28 21:07:35.358 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43302022-04-28T21:07:37.742ZApr 28 21:07:35.358 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43312022-04-28T21:07:37.755ZApr 28 21:07:35.358 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43322022-04-28T21:07:37.761ZApr 28 21:07:35.358 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43332022-04-28T21:07:37.767ZApr 28 21:07:35.358 ERRO slog-async: logger dropped messages due to channel overflow, count: 12, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43342022-04-28T21:07:37.774ZApr 28 21:07:35.359 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43352022-04-28T21:07:37.780ZApr 28 21:07:35.359 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43362022-04-28T21:07:37.786ZApr 28 21:07:35.359 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43372022-04-28T21:07:37.792ZApr 28 21:07:35.359 ERRO slog-async: logger dropped messages due to channel overflow, count: 97, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43382022-04-28T21:07:37.798ZApr 28 21:07:35.360 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43392022-04-28T21:07:37.804ZApr 28 21:07:35.360 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43402022-04-28T21:07:37.810ZApr 28 21:07:35.360 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43412022-04-28T21:07:37.816ZApr 28 21:07:35.360 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43422022-04-28T21:07:37.822ZApr 28 21:07:35.360 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43432022-04-28T21:07:37.829ZApr 28 21:07:35.361 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43442022-04-28T21:07:37.835ZApr 28 21:07:35.361 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43452022-04-28T21:07:37.842ZApr 28 21:07:35.361 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43462022-04-28T21:07:37.849ZApr 28 21:07:35.361 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43472022-04-28T21:07:37.856ZApr 28 21:07:35.362 ERRO slog-async: logger dropped messages due to channel overflow, count: 28, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43482022-04-28T21:07:37.863ZApr 28 21:07:35.362 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43492022-04-28T21:07:37.869ZApr 28 21:07:35.362 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43502022-04-28T21:07:37.876ZApr 28 21:07:35.363 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43512022-04-28T21:07:37.883ZApr 28 21:07:35.363 ERRO slog-async: logger dropped messages due to channel overflow, count: 47, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43522022-04-28T21:07:37.890ZApr 28 21:07:35.363 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43532022-04-28T21:07:37.900ZApr 28 21:07:35.364 ERRO slog-async: logger dropped messages due to channel overflow, count: 121, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43542022-04-28T21:07:37.908ZApr 28 21:07:35.364 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43552022-04-28T21:07:37.914ZApr 28 21:07:35.364 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43562022-04-28T21:07:37.921ZApr 28 21:07:35.364 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43572022-04-28T21:07:37.926ZApr 28 21:07:35.365 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43582022-04-28T21:07:37.933ZApr 28 21:07:35.365 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43592022-04-28T21:07:37.940ZApr 28 21:07:35.365 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43602022-04-28T21:07:37.946ZApr 28 21:07:35.365 ERRO slog-async: logger dropped messages due to channel overflow, count: 72, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43612022-04-28T21:07:37.952ZApr 28 21:07:35.366 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43622022-04-28T21:07:37.959ZApr 28 21:07:35.366 ERRO slog-async: logger dropped messages due to channel overflow, count: 8, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43632022-04-28T21:07:37.965ZApr 28 21:07:35.366 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43642022-04-28T21:07:37.971ZApr 28 21:07:35.377 ERRO slog-async: logger dropped messages due to channel overflow, count: 851, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43652022-04-28T21:07:37.978ZApr 28 21:07:35.377 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43662022-04-28T21:07:37.985ZApr 28 21:07:35.380 ERRO slog-async: logger dropped messages due to channel overflow, count: 259, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43672022-04-28T21:07:37.992ZApr 28 21:07:35.380 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43682022-04-28T21:07:37.998ZApr 28 21:07:35.388 ERRO slog-async: logger dropped messages due to channel overflow, count: 1075, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43692022-04-28T21:07:38.009ZApr 28 21:07:35.391 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43702022-04-28T21:07:38.016ZApr 28 21:07:35.397 ERRO slog-async: logger dropped messages due to channel overflow, count: 305, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43712022-04-28T21:07:38.023ZApr 28 21:07:35.414 ERRO slog-async: logger dropped messages due to channel overflow, count: 720, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43722022-04-28T21:07:38.030ZApr 28 21:07:35.419 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43732022-04-28T21:07:38.036ZApr 28 21:07:35.419 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43742022-04-28T21:07:38.043ZApr 28 21:07:35.421 ERRO slog-async: logger dropped messages due to channel overflow, count: 14, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43752022-04-28T21:07:38.049ZApr 28 21:07:35.436 ERRO slog-async: logger dropped messages due to channel overflow, count: 295, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43762022-04-28T21:07:38.055ZApr 28 21:07:35.448 ERRO slog-async: logger dropped messages due to channel overflow, count: 67, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43772022-04-28T21:07:38.062ZApr 28 21:07:35.469 ERRO slog-async: logger dropped messages due to channel overflow, count: 175, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43782022-04-28T21:07:38.069ZApr 28 21:07:35.474 ERRO slog-async: logger dropped messages due to channel overflow, count: 345, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43792022-04-28T21:07:38.076ZApr 28 21:07:35.491 ERRO slog-async: logger dropped messages due to channel overflow, count: 2529, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43802022-04-28T21:07:38.083ZApr 28 21:07:35.491 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43812022-04-28T21:07:38.089ZApr 28 21:07:35.500 ERRO slog-async: logger dropped messages due to channel overflow, count: 481, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43822022-04-28T21:07:38.095ZApr 28 21:07:35.500 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43832022-04-28T21:07:38.102ZApr 28 21:07:35.516 ERRO slog-async: logger dropped messages due to channel overflow, count: 503, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43842022-04-28T21:07:38.108ZApr 28 21:07:35.517 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43852022-04-28T21:07:38.114ZApr 28 21:07:35.518 ERRO slog-async: logger dropped messages due to channel overflow, count: 200, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43862022-04-28T21:07:38.121ZApr 28 21:07:35.532 ERRO slog-async: logger dropped messages due to channel overflow, count: 987, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43872022-04-28T21:07:38.126ZApr 28 21:07:35.544 ERRO slog-async: logger dropped messages due to channel overflow, count: 1176, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43882022-04-28T21:07:38.133ZApr 28 21:07:35.590 ERRO slog-async: logger dropped messages due to channel overflow, count: 109, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43892022-04-28T21:07:38.140ZApr 28 21:07:35.604 ERRO slog-async: logger dropped messages due to channel overflow, count: 73, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43902022-04-28T21:07:38.146ZApr 28 21:07:35.605 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43912022-04-28T21:07:38.152ZApr 28 21:07:35.621 ERRO slog-async: logger dropped messages due to channel overflow, count: 94, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43922022-04-28T21:07:38.159ZApr 28 21:07:35.622 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43932022-04-28T21:07:38.164ZApr 28 21:07:35.625 ERRO slog-async: logger dropped messages due to channel overflow, count: 28, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43942022-04-28T21:07:38.170ZApr 28 21:07:35.625 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43952022-04-28T21:07:38.176ZApr 28 21:07:35.626 ERRO slog-async: logger dropped messages due to channel overflow, count: 431, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43962022-04-28T21:07:38.182ZApr 28 21:07:35.626 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43972022-04-28T21:07:38.189ZApr 28 21:07:35.637 ERRO slog-async: logger dropped messages due to channel overflow, count: 882, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43982022-04-28T21:07:38.196ZApr 28 21:07:35.644 ERRO slog-async: logger dropped messages due to channel overflow, count: 729, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
43992022-04-28T21:07:38.203ZApr 28 21:07:35.671 ERRO slog-async: logger dropped messages due to channel overflow, count: 157, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44002022-04-28T21:07:38.209ZApr 28 21:07:35.687 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44012022-04-28T21:07:38.215ZApr 28 21:07:35.723 ERRO slog-async: logger dropped messages due to channel overflow, count: 249, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44022022-04-28T21:07:38.222ZApr 28 21:07:35.726 ERRO slog-async: logger dropped messages due to channel overflow, count: 399, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44032022-04-28T21:07:38.228ZApr 28 21:07:35.761 ERRO slog-async: logger dropped messages due to channel overflow, count: 3325, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44042022-04-28T21:07:38.234ZApr 28 21:07:35.761 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44052022-04-28T21:07:38.240ZApr 28 21:07:35.762 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44062022-04-28T21:07:38.246ZApr 28 21:07:35.762 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44072022-04-28T21:07:38.252ZApr 28 21:07:35.776 ERRO slog-async: logger dropped messages due to channel overflow, count: 546, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44082022-04-28T21:07:38.259ZApr 28 21:07:35.780 ERRO slog-async: logger dropped messages due to channel overflow, count: 248, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44092022-04-28T21:07:38.265ZApr 28 21:07:35.788 ERRO slog-async: logger dropped messages due to channel overflow, count: 798, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44102022-04-28T21:07:38.271ZApr 28 21:07:35.804 ERRO slog-async: logger dropped messages due to channel overflow, count: 327, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44112022-04-28T21:07:38.277ZApr 28 21:07:35.805 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44122022-04-28T21:07:38.283ZApr 28 21:07:35.805 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44132022-04-28T21:07:38.289Ztest integration_tests::organizations::test_organizations ... ok
44142022-04-28T21:07:38.296ZApr 28 21:07:35.816 ERRO slog-async: logger dropped messages due to channel overflow, count: 168, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44152022-04-28T21:07:38.313ZApr 28 21:07:35.823 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44162022-04-28T21:07:38.320ZApr 28 21:07:35.826 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44172022-04-28T21:07:38.326ZApr 28 21:07:35.868 ERRO slog-async: logger dropped messages due to channel overflow, count: 1800, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44182022-04-28T21:07:38.333ZApr 28 21:07:35.869 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44192022-04-28T21:07:38.339ZApr 28 21:07:35.873 ERRO slog-async: logger dropped messages due to channel overflow, count: 177, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44202022-04-28T21:07:38.345ZApr 28 21:07:35.882 ERRO slog-async: logger dropped messages due to channel overflow, count: 1214, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44212022-04-28T21:07:38.351ZApr 28 21:07:35.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44222022-04-28T21:07:38.359ZApr 28 21:07:35.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44232022-04-28T21:07:38.366ZApr 28 21:07:35.908 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44242022-04-28T21:07:38.372ZApr 28 21:07:35.908 ERRO slog-async: logger dropped messages due to channel overflow, count: 2942, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44252022-04-28T21:07:38.378ZApr 28 21:07:35.919 ERRO slog-async: logger dropped messages due to channel overflow, count: 601, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44262022-04-28T21:07:38.384ZApr 28 21:07:35.920 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44272022-04-28T21:07:38.391ZApr 28 21:07:35.921 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44282022-04-28T21:07:38.398ZApr 28 21:07:35.922 ERRO slog-async: logger dropped messages due to channel overflow, count: 139, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44292022-04-28T21:07:38.405ZApr 28 21:07:35.923 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44302022-04-28T21:07:38.435ZApr 28 21:07:35.923 ERRO slog-async: logger dropped messages due to channel overflow, count: 81, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44312022-04-28T21:07:38.441ZApr 28 21:07:35.925 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44322022-04-28T21:07:38.447ZApr 28 21:07:35.925 ERRO slog-async: logger dropped messages due to channel overflow, count: 129, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44332022-04-28T21:07:38.454ZApr 28 21:07:35.926 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44342022-04-28T21:07:38.461ZApr 28 21:07:35.927 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44352022-04-28T21:07:38.468ZApr 28 21:07:35.928 ERRO slog-async: logger dropped messages due to channel overflow, count: 100, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44362022-04-28T21:07:38.474ZApr 28 21:07:35.928 ERRO slog-async: logger dropped messages due to channel overflow, count: 123, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44372022-04-28T21:07:38.481ZApr 28 21:07:35.929 ERRO slog-async: logger dropped messages due to channel overflow, count: 57, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44382022-04-28T21:07:38.487ZApr 28 21:07:35.929 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44392022-04-28T21:07:38.493ZApr 28 21:07:35.929 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44402022-04-28T21:07:38.500ZApr 28 21:07:35.955 ERRO slog-async: logger dropped messages due to channel overflow, count: 711, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44412022-04-28T21:07:38.507ZApr 28 21:07:35.955 ERRO slog-async: logger dropped messages due to channel overflow, count: 12, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44422022-04-28T21:07:38.513ZApr 28 21:07:35.962 ERRO slog-async: logger dropped messages due to channel overflow, count: 1060, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44432022-04-28T21:07:38.520ZApr 28 21:07:35.972 ERRO slog-async: logger dropped messages due to channel overflow, count: 157, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44442022-04-28T21:07:38.527ZApr 28 21:07:35.973 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44452022-04-28T21:07:38.533ZApr 28 21:07:35.976 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44462022-04-28T21:07:38.539ZApr 28 21:07:35.981 ERRO slog-async: logger dropped messages due to channel overflow, count: 289, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44472022-04-28T21:07:38.546ZApr 28 21:07:35.981 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44482022-04-28T21:07:38.552ZApr 28 21:07:35.992 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44492022-04-28T21:07:38.559ZApr 28 21:07:35.992 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44502022-04-28T21:07:38.565ZApr 28 21:07:35.995 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44512022-04-28T21:07:38.572ZApr 28 21:07:35.995 ERRO slog-async: logger dropped messages due to channel overflow, count: 46, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44522022-04-28T21:07:38.580ZApr 28 21:07:36.003 ERRO slog-async: logger dropped messages due to channel overflow, count: 295, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44532022-04-28T21:07:38.587ZApr 28 21:07:36.014 ERRO slog-async: logger dropped messages due to channel overflow, count: 519, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44542022-04-28T21:07:38.593ZApr 28 21:07:36.018 ERRO slog-async: logger dropped messages due to channel overflow, count: 115, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44552022-04-28T21:07:38.600ZApr 28 21:07:36.019 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44562022-04-28T21:07:38.607ZApr 28 21:07:36.027 ERRO slog-async: logger dropped messages due to channel overflow, count: 1471, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44572022-04-28T21:07:38.613ZApr 28 21:07:36.029 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44582022-04-28T21:07:38.620ZApr 28 21:07:36.030 ERRO slog-async: logger dropped messages due to channel overflow, count: 444, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44592022-04-28T21:07:38.627ZApr 28 21:07:36.043 ERRO slog-async: logger dropped messages due to channel overflow, count: 2023, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44602022-04-28T21:07:38.636ZApr 28 21:07:36.043 ERRO slog-async: logger dropped messages due to channel overflow, count: 281, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44612022-04-28T21:07:38.643ZApr 28 21:07:36.043 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44622022-04-28T21:07:38.649ZApr 28 21:07:36.057 ERRO slog-async: logger dropped messages due to channel overflow, count: 1660, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44632022-04-28T21:07:38.656ZApr 28 21:07:36.068 ERRO slog-async: logger dropped messages due to channel overflow, count: 1599, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44642022-04-28T21:07:38.662ZApr 28 21:07:36.076 ERRO slog-async: logger dropped messages due to channel overflow, count: 847, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44652022-04-28T21:07:38.668ZApr 28 21:07:36.083 ERRO slog-async: logger dropped messages due to channel overflow, count: 637, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44662022-04-28T21:07:38.674ZApr 28 21:07:36.093 ERRO slog-async: logger dropped messages due to channel overflow, count: 229, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44672022-04-28T21:07:38.681ZApr 28 21:07:36.101 ERRO slog-async: logger dropped messages due to channel overflow, count: 151, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44682022-04-28T21:07:38.687ZApr 28 21:07:36.131 ERRO slog-async: logger dropped messages due to channel overflow, count: 4096, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44692022-04-28T21:07:38.693ZApr 28 21:07:36.131 ERRO slog-async: logger dropped messages due to channel overflow, count: 134, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44702022-04-28T21:07:38.699ZApr 28 21:07:36.145 ERRO slog-async: logger dropped messages due to channel overflow, count: 2218, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44712022-04-28T21:07:38.708ZApr 28 21:07:36.173 ERRO slog-async: logger dropped messages due to channel overflow, count: 5010, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44722022-04-28T21:07:38.715ZApr 28 21:07:36.201 ERRO slog-async: logger dropped messages due to channel overflow, count: 3693, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44732022-04-28T21:07:38.721ZApr 28 21:07:36.245 ERRO slog-async: logger dropped messages due to channel overflow, count: 4429, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44742022-04-28T21:07:38.729ZApr 28 21:07:36.246 ERRO slog-async: logger dropped messages due to channel overflow, count: 1093, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44752022-04-28T21:07:38.752ZApr 28 21:07:36.247 ERRO slog-async: logger dropped messages due to channel overflow, count: 199, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44762022-04-28T21:07:38.760ZApr 28 21:07:36.248 ERRO slog-async: logger dropped messages due to channel overflow, count: 4, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44772022-04-28T21:07:38.768ZApr 28 21:07:36.249 ERRO slog-async: logger dropped messages due to channel overflow, count: 166, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44782022-04-28T21:07:38.775ZApr 28 21:07:36.249 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44792022-04-28T21:07:38.781ZApr 28 21:07:36.250 ERRO slog-async: logger dropped messages due to channel overflow, count: 135, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44802022-04-28T21:07:38.788ZApr 28 21:07:36.251 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44812022-04-28T21:07:38.794ZApr 28 21:07:36.252 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44822022-04-28T21:07:38.801ZApr 28 21:07:36.253 ERRO slog-async: logger dropped messages due to channel overflow, count: 396, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44832022-04-28T21:07:38.808ZApr 28 21:07:36.253 ERRO slog-async: logger dropped messages due to channel overflow, count: 120, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44842022-04-28T21:07:38.816ZApr 28 21:07:36.256 ERRO slog-async: logger dropped messages due to channel overflow, count: 14, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44852022-04-28T21:07:38.823ZApr 28 21:07:36.257 ERRO slog-async: logger dropped messages due to channel overflow, count: 172, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44862022-04-28T21:07:38.830ZApr 28 21:07:36.258 ERRO slog-async: logger dropped messages due to channel overflow, count: 91, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44872022-04-28T21:07:38.838ZApr 28 21:07:36.259 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44882022-04-28T21:07:38.845ZApr 28 21:07:36.260 ERRO slog-async: logger dropped messages due to channel overflow, count: 129, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44892022-04-28T21:07:38.852ZApr 28 21:07:36.260 ERRO slog-async: logger dropped messages due to channel overflow, count: 294, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44902022-04-28T21:07:38.859ZApr 28 21:07:36.260 ERRO slog-async: logger dropped messages due to channel overflow, count: 12, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44912022-04-28T21:07:38.866ZApr 28 21:07:36.264 ERRO slog-async: logger dropped messages due to channel overflow, count: 253, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44922022-04-28T21:07:38.873ZApr 28 21:07:36.270 ERRO slog-async: logger dropped messages due to channel overflow, count: 542, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44932022-04-28T21:07:38.879ZApr 28 21:07:36.285 ERRO slog-async: logger dropped messages due to channel overflow, count: 2205, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44942022-04-28T21:07:38.886ZApr 28 21:07:36.286 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44952022-04-28T21:07:38.893ZApr 28 21:07:36.298 ERRO slog-async: logger dropped messages due to channel overflow, count: 1609, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44962022-04-28T21:07:38.900ZApr 28 21:07:36.303 ERRO slog-async: logger dropped messages due to channel overflow, count: 77, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44972022-04-28T21:07:38.907ZApr 28 21:07:36.304 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44982022-04-28T21:07:38.914ZApr 28 21:07:36.315 ERRO slog-async: logger dropped messages due to channel overflow, count: 161, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
44992022-04-28T21:07:38.921ZApr 28 21:07:36.316 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45002022-04-28T21:07:38.927ZApr 28 21:07:36.319 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45012022-04-28T21:07:38.934ZApr 28 21:07:36.320 ERRO slog-async: logger dropped messages due to channel overflow, count: 26, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45022022-04-28T21:07:38.941ZApr 28 21:07:36.321 ERRO slog-async: logger dropped messages due to channel overflow, count: 1935, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45032022-04-28T21:07:38.947ZApr 28 21:07:36.322 ERRO slog-async: logger dropped messages due to channel overflow, count: 110, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45042022-04-28T21:07:38.954ZApr 28 21:07:36.324 ERRO slog-async: logger dropped messages due to channel overflow, count: 433, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45052022-04-28T21:07:38.960ZApr 28 21:07:36.327 ERRO slog-async: logger dropped messages due to channel overflow, count: 92, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45062022-04-28T21:07:38.966ZApr 28 21:07:36.330 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45072022-04-28T21:07:38.972ZApr 28 21:07:36.331 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45082022-04-28T21:07:38.978ZApr 28 21:07:36.332 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45092022-04-28T21:07:38.986ZApr 28 21:07:36.333 ERRO slog-async: logger dropped messages due to channel overflow, count: 108, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45102022-04-28T21:07:38.994ZApr 28 21:07:36.333 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45112022-04-28T21:07:39.002ZApr 28 21:07:36.338 ERRO slog-async: logger dropped messages due to channel overflow, count: 24, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45122022-04-28T21:07:39.011ZApr 28 21:07:36.345 ERRO slog-async: logger dropped messages due to channel overflow, count: 789, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45132022-04-28T21:07:39.017ZApr 28 21:07:36.345 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45142022-04-28T21:07:39.025ZApr 28 21:07:36.362 ERRO slog-async: logger dropped messages due to channel overflow, count: 1829, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45152022-04-28T21:07:39.031ZApr 28 21:07:36.367 ERRO slog-async: logger dropped messages due to channel overflow, count: 334, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45162022-04-28T21:07:39.038ZApr 28 21:07:36.397 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45172022-04-28T21:07:39.045ZApr 28 21:07:36.398 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45182022-04-28T21:07:39.052ZApr 28 21:07:36.399 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45192022-04-28T21:07:39.058ZApr 28 21:07:36.400 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45202022-04-28T21:07:39.064ZApr 28 21:07:36.400 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45212022-04-28T21:07:39.071ZApr 28 21:07:36.401 ERRO slog-async: logger dropped messages due to channel overflow, count: 6, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45222022-04-28T21:07:39.077ZApr 28 21:07:36.401 ERRO slog-async: logger dropped messages due to channel overflow, count: 12, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45232022-04-28T21:07:39.084ZApr 28 21:07:36.402 ERRO slog-async: logger dropped messages due to channel overflow, count: 20, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45242022-04-28T21:07:39.091ZApr 28 21:07:36.402 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45252022-04-28T21:07:39.097ZApr 28 21:07:36.402 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45262022-04-28T21:07:39.104ZApr 28 21:07:36.402 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45272022-04-28T21:07:39.111ZApr 28 21:07:36.402 ERRO slog-async: logger dropped messages due to channel overflow, count: 10, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45282022-04-28T21:07:39.117ZApr 28 21:07:36.403 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45292022-04-28T21:07:39.124ZApr 28 21:07:36.403 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45302022-04-28T21:07:39.130ZApr 28 21:07:36.403 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45312022-04-28T21:07:39.137ZApr 28 21:07:36.403 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45322022-04-28T21:07:39.144ZApr 28 21:07:36.403 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45332022-04-28T21:07:39.151ZApr 28 21:07:36.404 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45342022-04-28T21:07:39.159ZApr 28 21:07:36.404 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45352022-04-28T21:07:39.167ZApr 28 21:07:36.404 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45362022-04-28T21:07:39.175ZApr 28 21:07:36.404 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45372022-04-28T21:07:39.183ZApr 28 21:07:36.404 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45382022-04-28T21:07:39.191ZApr 28 21:07:36.405 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45392022-04-28T21:07:39.199ZApr 28 21:07:36.405 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45402022-04-28T21:07:39.207ZApr 28 21:07:36.405 ERRO slog-async: logger dropped messages due to channel overflow, count: 87, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45412022-04-28T21:07:39.215ZApr 28 21:07:36.405 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45422022-04-28T21:07:39.223ZApr 28 21:07:36.412 ERRO slog-async: logger dropped messages due to channel overflow, count: 509, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45432022-04-28T21:07:39.233ZApr 28 21:07:36.413 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45442022-04-28T21:07:39.241ZApr 28 21:07:36.419 ERRO slog-async: logger dropped messages due to channel overflow, count: 399, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45452022-04-28T21:07:39.250ZApr 28 21:07:36.420 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45462022-04-28T21:07:39.258ZApr 28 21:07:36.424 ERRO slog-async: logger dropped messages due to channel overflow, count: 295, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45472022-04-28T21:07:39.264ZApr 28 21:07:36.445 ERRO slog-async: logger dropped messages due to channel overflow, count: 3169, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45482022-04-28T21:07:39.271ZApr 28 21:07:36.447 ERRO slog-async: logger dropped messages due to channel overflow, count: 96, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45492022-04-28T21:07:39.277ZApr 28 21:07:36.448 ERRO slog-async: logger dropped messages due to channel overflow, count: 10, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45502022-04-28T21:07:39.283ZApr 28 21:07:36.449 ERRO slog-async: logger dropped messages due to channel overflow, count: 45, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45512022-04-28T21:07:39.290ZApr 28 21:07:36.450 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45522022-04-28T21:07:39.296ZApr 28 21:07:36.450 ERRO slog-async: logger dropped messages due to channel overflow, count: 45, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45532022-04-28T21:07:39.302ZApr 28 21:07:36.450 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45542022-04-28T21:07:39.309ZApr 28 21:07:36.454 ERRO slog-async: logger dropped messages due to channel overflow, count: 313, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45552022-04-28T21:07:39.315ZApr 28 21:07:36.454 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45562022-04-28T21:07:39.323ZApr 28 21:07:36.689 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45572022-04-28T21:07:39.330ZApr 28 21:07:36.689 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45582022-04-28T21:07:39.336ZApr 28 21:07:36.695 ERRO slog-async: logger dropped messages due to channel overflow, count: 357, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45592022-04-28T21:07:39.343ZApr 28 21:07:36.736 ERRO slog-async: logger dropped messages due to channel overflow, count: 793, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45602022-04-28T21:07:39.349ZApr 28 21:07:36.745 ERRO slog-async: logger dropped messages due to channel overflow, count: 253, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45612022-04-28T21:07:39.356ZApr 28 21:07:36.745 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45622022-04-28T21:07:39.363ZApr 28 21:07:36.751 ERRO slog-async: logger dropped messages due to channel overflow, count: 595, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45632022-04-28T21:07:39.370ZApr 28 21:07:36.752 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45642022-04-28T21:07:39.377ZApr 28 21:07:36.753 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45652022-04-28T21:07:39.385ZApr 28 21:07:36.760 ERRO slog-async: logger dropped messages due to channel overflow, count: 59, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45662022-04-28T21:07:39.393ZApr 28 21:07:36.766 ERRO slog-async: logger dropped messages due to channel overflow, count: 169, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45672022-04-28T21:07:39.400ZApr 28 21:07:36.766 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45682022-04-28T21:07:39.408ZApr 28 21:07:36.772 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45692022-04-28T21:07:39.415ZApr 28 21:07:36.773 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45702022-04-28T21:07:39.422ZApr 28 21:07:36.776 ERRO slog-async: logger dropped messages due to channel overflow, count: 67, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45712022-04-28T21:07:39.429ZApr 28 21:07:36.777 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45722022-04-28T21:07:39.462ZApr 28 21:07:36.777 ERRO slog-async: logger dropped messages due to channel overflow, count: 48, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45732022-04-28T21:07:39.469ZApr 28 21:07:36.782 ERRO slog-async: logger dropped messages due to channel overflow, count: 235, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45742022-04-28T21:07:39.475ZApr 28 21:07:36.782 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45752022-04-28T21:07:39.496ZApr 28 21:07:36.790 ERRO slog-async: logger dropped messages due to channel overflow, count: 1251, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45762022-04-28T21:07:39.504ZApr 28 21:07:36.790 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45772022-04-28T21:07:39.510ZApr 28 21:07:36.791 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45782022-04-28T21:07:39.517ZApr 28 21:07:36.812 ERRO slog-async: logger dropped messages due to channel overflow, count: 1328, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45792022-04-28T21:07:39.527ZApr 28 21:07:36.827 ERRO slog-async: logger dropped messages due to channel overflow, count: 183, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45802022-04-28T21:07:39.534ZApr 28 21:07:36.828 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45812022-04-28T21:07:39.540ZApr 28 21:07:36.833 ERRO slog-async: logger dropped messages due to channel overflow, count: 82, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45822022-04-28T21:07:39.546ZApr 28 21:07:36.842 ERRO slog-async: logger dropped messages due to channel overflow, count: 643, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45832022-04-28T21:07:39.552ZApr 28 21:07:36.844 ERRO slog-async: logger dropped messages due to channel overflow, count: 62, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45842022-04-28T21:07:39.559ZApr 28 21:07:36.846 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45852022-04-28T21:07:39.565ZApr 28 21:07:36.855 ERRO slog-async: logger dropped messages due to channel overflow, count: 73, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45862022-04-28T21:07:39.570ZApr 28 21:07:36.855 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45872022-04-28T21:07:39.577ZApr 28 21:07:36.856 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45882022-04-28T21:07:39.583ZApr 28 21:07:36.862 ERRO slog-async: logger dropped messages due to channel overflow, count: 1112, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45892022-04-28T21:07:39.590ZApr 28 21:07:36.873 ERRO slog-async: logger dropped messages due to channel overflow, count: 143, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45902022-04-28T21:07:39.595ZApr 28 21:07:36.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 47, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45912022-04-28T21:07:39.602ZApr 28 21:07:36.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45922022-04-28T21:07:39.608ZApr 28 21:07:36.883 ERRO slog-async: logger dropped messages due to channel overflow, count: 281, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45932022-04-28T21:07:39.614ZApr 28 21:07:36.884 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45942022-04-28T21:07:39.620ZApr 28 21:07:36.897 ERRO slog-async: logger dropped messages due to channel overflow, count: 60, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45952022-04-28T21:07:39.626ZApr 28 21:07:36.933 ERRO slog-async: logger dropped messages due to channel overflow, count: 61, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45962022-04-28T21:07:39.632ZApr 28 21:07:36.933 ERRO slog-async: logger dropped messages due to channel overflow, count: 72, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45972022-04-28T21:07:39.638Ztest integration_tests::roles_builtin::test_roles_builtin ... ok
45982022-04-28T21:07:39.644ZApr 28 21:07:37.034 ERRO slog-async: logger dropped messages due to channel overflow, count: 777, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
45992022-04-28T21:07:39.652ZApr 28 21:07:37.063 ERRO slog-async: logger dropped messages due to channel overflow, count: 1116, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46002022-04-28T21:07:39.658ZApr 28 21:07:37.066 ERRO slog-async: logger dropped messages due to channel overflow, count: 327, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46012022-04-28T21:07:39.665ZApr 28 21:07:37.072 ERRO slog-async: logger dropped messages due to channel overflow, count: 419, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46022022-04-28T21:07:39.672ZApr 28 21:07:37.074 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46032022-04-28T21:07:39.679ZApr 28 21:07:37.075 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46042022-04-28T21:07:39.685ZApr 28 21:07:37.076 ERRO slog-async: logger dropped messages due to channel overflow, count: 93, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46052022-04-28T21:07:39.692ZApr 28 21:07:37.077 ERRO slog-async: logger dropped messages due to channel overflow, count: 243, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46062022-04-28T21:07:39.698ZApr 28 21:07:37.078 ERRO slog-async: logger dropped messages due to channel overflow, count: 165, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46072022-04-28T21:07:39.704ZApr 28 21:07:37.079 ERRO slog-async: logger dropped messages due to channel overflow, count: 127, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46082022-04-28T21:07:39.710ZApr 28 21:07:37.080 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46092022-04-28T21:07:39.716ZApr 28 21:07:37.081 ERRO slog-async: logger dropped messages due to channel overflow, count: 207, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46102022-04-28T21:07:39.722ZApr 28 21:07:37.082 ERRO slog-async: logger dropped messages due to channel overflow, count: 100, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46112022-04-28T21:07:39.728ZApr 28 21:07:37.083 ERRO slog-async: logger dropped messages due to channel overflow, count: 190, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46122022-04-28T21:07:39.735ZApr 28 21:07:37.084 ERRO slog-async: logger dropped messages due to channel overflow, count: 8, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46132022-04-28T21:07:39.741ZApr 28 21:07:37.085 ERRO slog-async: logger dropped messages due to channel overflow, count: 128, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46142022-04-28T21:07:39.747ZApr 28 21:07:37.086 ERRO slog-async: logger dropped messages due to channel overflow, count: 141, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46152022-04-28T21:07:39.753ZApr 28 21:07:37.087 ERRO slog-async: logger dropped messages due to channel overflow, count: 99, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46162022-04-28T21:07:39.759ZApr 28 21:07:37.088 ERRO slog-async: logger dropped messages due to channel overflow, count: 141, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46172022-04-28T21:07:39.765ZApr 28 21:07:37.088 ERRO slog-async: logger dropped messages due to channel overflow, count: 177, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46182022-04-28T21:07:39.771ZApr 28 21:07:37.089 ERRO slog-async: logger dropped messages due to channel overflow, count: 183, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46192022-04-28T21:07:39.776ZApr 28 21:07:37.089 ERRO slog-async: logger dropped messages due to channel overflow, count: 107, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46202022-04-28T21:07:39.783ZApr 28 21:07:37.089 ERRO slog-async: logger dropped messages due to channel overflow, count: 129, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46212022-04-28T21:07:39.789ZApr 28 21:07:37.090 ERRO slog-async: logger dropped messages due to channel overflow, count: 87, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46222022-04-28T21:07:39.796ZApr 28 21:07:37.090 ERRO slog-async: logger dropped messages due to channel overflow, count: 61, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46232022-04-28T21:07:39.802ZApr 28 21:07:37.090 ERRO slog-async: logger dropped messages due to channel overflow, count: 67, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46242022-04-28T21:07:39.815ZApr 28 21:07:37.090 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46252022-04-28T21:07:39.821ZApr 28 21:07:37.091 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46262022-04-28T21:07:39.828ZApr 28 21:07:37.091 ERRO slog-async: logger dropped messages due to channel overflow, count: 71, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46272022-04-28T21:07:39.834ZApr 28 21:07:37.103 ERRO slog-async: logger dropped messages due to channel overflow, count: 69, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46282022-04-28T21:07:39.839ZApr 28 21:07:37.103 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46292022-04-28T21:07:39.846ZApr 28 21:07:37.109 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46302022-04-28T21:07:39.851ZApr 28 21:07:37.113 ERRO slog-async: logger dropped messages due to channel overflow, count: 121, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46312022-04-28T21:07:39.857ZApr 28 21:07:37.119 ERRO slog-async: logger dropped messages due to channel overflow, count: 264, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46322022-04-28T21:07:39.863ZApr 28 21:07:37.123 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46332022-04-28T21:07:39.870ZApr 28 21:07:37.123 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46342022-04-28T21:07:39.876ZApr 28 21:07:37.192 ERRO slog-async: logger dropped messages due to channel overflow, count: 693, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46352022-04-28T21:07:39.881ZApr 28 21:07:37.203 ERRO slog-async: logger dropped messages due to channel overflow, count: 597, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46362022-04-28T21:07:39.888ZApr 28 21:07:37.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 67, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46372022-04-28T21:07:39.894ZApr 28 21:07:37.210 ERRO slog-async: logger dropped messages due to channel overflow, count: 54, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46382022-04-28T21:07:39.899ZApr 28 21:07:37.216 ERRO slog-async: logger dropped messages due to channel overflow, count: 753, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46392022-04-28T21:07:39.905ZApr 28 21:07:37.238 ERRO slog-async: logger dropped messages due to channel overflow, count: 1605, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46402022-04-28T21:07:39.911ZApr 28 21:07:37.240 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46412022-04-28T21:07:39.917ZApr 28 21:07:37.244 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46422022-04-28T21:07:39.924ZApr 28 21:07:37.244 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46432022-04-28T21:07:39.930ZApr 28 21:07:37.245 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46442022-04-28T21:07:39.936ZApr 28 21:07:37.307 ERRO slog-async: logger dropped messages due to channel overflow, count: 469, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46452022-04-28T21:07:39.942ZApr 28 21:07:37.308 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46462022-04-28T21:07:39.948ZApr 28 21:07:37.308 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46472022-04-28T21:07:39.954ZApr 28 21:07:37.308 ERRO slog-async: logger dropped messages due to channel overflow, count: 38, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46482022-04-28T21:07:39.960ZApr 28 21:07:37.317 ERRO slog-async: logger dropped messages due to channel overflow, count: 1133, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46492022-04-28T21:07:39.966ZApr 28 21:07:37.317 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46502022-04-28T21:07:39.973ZApr 28 21:07:37.320 ERRO slog-async: logger dropped messages due to channel overflow, count: 252, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46512022-04-28T21:07:39.979ZApr 28 21:07:37.325 ERRO slog-async: logger dropped messages due to channel overflow, count: 633, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46522022-04-28T21:07:39.985ZApr 28 21:07:37.332 ERRO slog-async: logger dropped messages due to channel overflow, count: 105, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46532022-04-28T21:07:39.991ZApr 28 21:07:37.343 ERRO slog-async: logger dropped messages due to channel overflow, count: 1088, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46542022-04-28T21:07:39.997ZApr 28 21:07:37.350 ERRO slog-async: logger dropped messages due to channel overflow, count: 1043, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46552022-04-28T21:07:40.002ZApr 28 21:07:37.351 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46562022-04-28T21:07:40.009ZApr 28 21:07:37.358 ERRO slog-async: logger dropped messages due to channel overflow, count: 141, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46572022-04-28T21:07:40.015ZApr 28 21:07:37.358 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46582022-04-28T21:07:40.021ZApr 28 21:07:37.362 ERRO slog-async: logger dropped messages due to channel overflow, count: 173, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46592022-04-28T21:07:40.028ZApr 28 21:07:37.380 ERRO slog-async: logger dropped messages due to channel overflow, count: 2715, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46602022-04-28T21:07:40.034ZApr 28 21:07:37.380 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46612022-04-28T21:07:40.039ZApr 28 21:07:37.380 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46622022-04-28T21:07:40.045ZApr 28 21:07:37.380 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46632022-04-28T21:07:40.051ZApr 28 21:07:37.381 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46642022-04-28T21:07:40.058ZApr 28 21:07:37.381 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46652022-04-28T21:07:40.063ZApr 28 21:07:37.381 ERRO slog-async: logger dropped messages due to channel overflow, count: 16, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46662022-04-28T21:07:40.069ZApr 28 21:07:37.457 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46672022-04-28T21:07:40.076ZApr 28 21:07:37.462 ERRO slog-async: logger dropped messages due to channel overflow, count: 53, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46682022-04-28T21:07:40.082ZApr 28 21:07:37.463 ERRO slog-async: logger dropped messages due to channel overflow, count: 217, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46692022-04-28T21:07:40.088ZApr 28 21:07:37.464 ERRO slog-async: logger dropped messages due to channel overflow, count: 193, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46702022-04-28T21:07:40.094ZApr 28 21:07:37.465 ERRO slog-async: logger dropped messages due to channel overflow, count: 123, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46712022-04-28T21:07:40.100ZApr 28 21:07:37.466 ERRO slog-async: logger dropped messages due to channel overflow, count: 50, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46722022-04-28T21:07:40.106ZApr 28 21:07:37.467 ERRO slog-async: logger dropped messages due to channel overflow, count: 45, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46732022-04-28T21:07:40.112ZApr 28 21:07:37.468 ERRO slog-async: logger dropped messages due to channel overflow, count: 72, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46742022-04-28T21:07:40.119ZApr 28 21:07:37.469 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46752022-04-28T21:07:40.125ZApr 28 21:07:37.470 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46762022-04-28T21:07:40.132ZApr 28 21:07:37.477 ERRO slog-async: logger dropped messages due to channel overflow, count: 649, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46772022-04-28T21:07:40.138ZApr 28 21:07:37.477 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46782022-04-28T21:07:40.143ZApr 28 21:07:37.482 ERRO slog-async: logger dropped messages due to channel overflow, count: 319, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46792022-04-28T21:07:40.149ZApr 28 21:07:37.482 ERRO slog-async: logger dropped messages due to channel overflow, count: 6, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46802022-04-28T21:07:40.155ZApr 28 21:07:37.486 ERRO slog-async: logger dropped messages due to channel overflow, count: 139, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46812022-04-28T21:07:40.162ZApr 28 21:07:37.486 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46822022-04-28T21:07:40.167ZApr 28 21:07:37.494 ERRO slog-async: logger dropped messages due to channel overflow, count: 69, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46832022-04-28T21:07:40.173ZApr 28 21:07:37.495 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46842022-04-28T21:07:40.178ZApr 28 21:07:37.551 ERRO slog-async: logger dropped messages due to channel overflow, count: 168, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46852022-04-28T21:07:40.184ZApr 28 21:07:37.551 ERRO slog-async: logger dropped messages due to channel overflow, count: 843, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46862022-04-28T21:07:40.191ZApr 28 21:07:37.555 ERRO slog-async: logger dropped messages due to channel overflow, count: 47, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46872022-04-28T21:07:40.197ZApr 28 21:07:37.556 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46882022-04-28T21:07:40.202ZApr 28 21:07:37.557 ERRO slog-async: logger dropped messages due to channel overflow, count: 137, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46892022-04-28T21:07:40.208ZApr 28 21:07:37.558 ERRO slog-async: logger dropped messages due to channel overflow, count: 81, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46902022-04-28T21:07:40.213ZApr 28 21:07:37.585 ERRO slog-async: logger dropped messages due to channel overflow, count: 785, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46912022-04-28T21:07:40.220ZApr 28 21:07:37.585 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46922022-04-28T21:07:40.226ZApr 28 21:07:37.586 ERRO slog-async: logger dropped messages due to channel overflow, count: 245, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46932022-04-28T21:07:40.231ZApr 28 21:07:37.587 ERRO slog-async: logger dropped messages due to channel overflow, count: 75, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46942022-04-28T21:07:40.237ZApr 28 21:07:37.588 ERRO slog-async: logger dropped messages due to channel overflow, count: 133, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46952022-04-28T21:07:40.243ZApr 28 21:07:37.589 ERRO slog-async: logger dropped messages due to channel overflow, count: 176, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46962022-04-28T21:07:40.249ZApr 28 21:07:37.590 ERRO slog-async: logger dropped messages due to channel overflow, count: 69, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46972022-04-28T21:07:40.255ZApr 28 21:07:37.590 ERRO slog-async: logger dropped messages due to channel overflow, count: 100, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46982022-04-28T21:07:40.261ZApr 28 21:07:37.591 ERRO slog-async: logger dropped messages due to channel overflow, count: 125, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
46992022-04-28T21:07:40.267ZApr 28 21:07:37.592 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47002022-04-28T21:07:40.273ZApr 28 21:07:37.593 ERRO slog-async: logger dropped messages due to channel overflow, count: 240, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47012022-04-28T21:07:40.279ZApr 28 21:07:37.594 ERRO slog-async: logger dropped messages due to channel overflow, count: 139, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47022022-04-28T21:07:40.285ZApr 28 21:07:37.595 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47032022-04-28T21:07:40.290ZApr 28 21:07:37.596 ERRO slog-async: logger dropped messages due to channel overflow, count: 113, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47042022-04-28T21:07:40.296ZApr 28 21:07:37.597 ERRO slog-async: logger dropped messages due to channel overflow, count: 134, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47052022-04-28T21:07:40.302ZApr 28 21:07:37.598 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47062022-04-28T21:07:40.309ZApr 28 21:07:37.599 ERRO slog-async: logger dropped messages due to channel overflow, count: 262, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47072022-04-28T21:07:40.315ZApr 28 21:07:37.600 ERRO slog-async: logger dropped messages due to channel overflow, count: 136, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47082022-04-28T21:07:40.321ZApr 28 21:07:37.601 ERRO slog-async: logger dropped messages due to channel overflow, count: 61, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47092022-04-28T21:07:40.327ZApr 28 21:07:37.602 ERRO slog-async: logger dropped messages due to channel overflow, count: 179, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47102022-04-28T21:07:40.333ZApr 28 21:07:37.604 ERRO slog-async: logger dropped messages due to channel overflow, count: 4, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47112022-04-28T21:07:40.339ZApr 28 21:07:37.605 ERRO slog-async: logger dropped messages due to channel overflow, count: 62, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47122022-04-28T21:07:40.345ZApr 28 21:07:37.606 ERRO slog-async: logger dropped messages due to channel overflow, count: 197, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47132022-04-28T21:07:40.351ZApr 28 21:07:37.607 ERRO slog-async: logger dropped messages due to channel overflow, count: 59, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47142022-04-28T21:07:40.357ZApr 28 21:07:37.610 ERRO slog-async: logger dropped messages due to channel overflow, count: 89, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47152022-04-28T21:07:40.363ZApr 28 21:07:37.611 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47162022-04-28T21:07:40.369ZApr 28 21:07:37.612 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47172022-04-28T21:07:40.376ZApr 28 21:07:37.614 ERRO slog-async: logger dropped messages due to channel overflow, count: 133, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47182022-04-28T21:07:40.382ZApr 28 21:07:37.614 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47192022-04-28T21:07:40.388ZApr 28 21:07:37.614 ERRO slog-async: logger dropped messages due to channel overflow, count: 168, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47202022-04-28T21:07:40.394ZApr 28 21:07:37.627 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47212022-04-28T21:07:40.400ZApr 28 21:07:37.628 ERRO slog-async: logger dropped messages due to channel overflow, count: 2179, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47222022-04-28T21:07:40.406ZApr 28 21:07:37.632 ERRO slog-async: logger dropped messages due to channel overflow, count: 129, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47232022-04-28T21:07:40.412ZApr 28 21:07:37.635 ERRO slog-async: logger dropped messages due to channel overflow, count: 139, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47242022-04-28T21:07:40.418ZApr 28 21:07:37.638 ERRO slog-async: logger dropped messages due to channel overflow, count: 47, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47252022-04-28T21:07:40.424ZApr 28 21:07:37.655 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47262022-04-28T21:07:40.430ZApr 28 21:07:37.660 ERRO slog-async: logger dropped messages due to channel overflow, count: 411, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47272022-04-28T21:07:40.436ZApr 28 21:07:37.660 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47282022-04-28T21:07:40.441ZApr 28 21:07:37.686 ERRO slog-async: logger dropped messages due to channel overflow, count: 161, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47292022-04-28T21:07:40.447ZApr 28 21:07:37.687 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47302022-04-28T21:07:40.454ZApr 28 21:07:37.694 ERRO slog-async: logger dropped messages due to channel overflow, count: 267, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47312022-04-28T21:07:40.460ZApr 28 21:07:37.703 ERRO slog-async: logger dropped messages due to channel overflow, count: 279, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47322022-04-28T21:07:40.488ZApr 28 21:07:37.704 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47332022-04-28T21:07:40.494ZApr 28 21:07:37.705 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47342022-04-28T21:07:40.500ZApr 28 21:07:37.711 ERRO slog-async: logger dropped messages due to channel overflow, count: 71, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47352022-04-28T21:07:40.506ZApr 28 21:07:37.711 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47362022-04-28T21:07:40.512ZApr 28 21:07:37.722 ERRO slog-async: logger dropped messages due to channel overflow, count: 117, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47372022-04-28T21:07:40.522ZApr 28 21:07:37.722 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47382022-04-28T21:07:40.529ZApr 28 21:07:37.723 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47392022-04-28T21:07:40.535ZApr 28 21:07:37.744 ERRO slog-async: logger dropped messages due to channel overflow, count: 277, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47402022-04-28T21:07:40.541ZApr 28 21:07:37.752 ERRO slog-async: logger dropped messages due to channel overflow, count: 84, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47412022-04-28T21:07:40.548ZApr 28 21:07:37.753 ERRO slog-async: logger dropped messages due to channel overflow, count: 59, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47422022-04-28T21:07:40.553ZApr 28 21:07:37.754 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47432022-04-28T21:07:40.559ZApr 28 21:07:37.755 ERRO slog-async: logger dropped messages due to channel overflow, count: 90, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47442022-04-28T21:07:40.565ZApr 28 21:07:37.757 ERRO slog-async: logger dropped messages due to channel overflow, count: 163, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47452022-04-28T21:07:40.572ZApr 28 21:07:37.757 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47462022-04-28T21:07:40.578ZApr 28 21:07:37.770 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47472022-04-28T21:07:40.585ZApr 28 21:07:37.771 ERRO slog-async: logger dropped messages due to channel overflow, count: 817, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47482022-04-28T21:07:40.592ZApr 28 21:07:37.772 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47492022-04-28T21:07:40.598ZApr 28 21:07:37.772 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47502022-04-28T21:07:40.612ZApr 28 21:07:37.773 ERRO slog-async: logger dropped messages due to channel overflow, count: 194, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47512022-04-28T21:07:40.619ZApr 28 21:07:37.774 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47522022-04-28T21:07:40.625ZApr 28 21:07:37.786 ERRO slog-async: logger dropped messages due to channel overflow, count: 1047, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47532022-04-28T21:07:40.631ZApr 28 21:07:37.790 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47542022-04-28T21:07:40.636ZApr 28 21:07:37.790 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47552022-04-28T21:07:40.642ZApr 28 21:07:37.791 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47562022-04-28T21:07:40.648ZApr 28 21:07:37.792 ERRO slog-async: logger dropped messages due to channel overflow, count: 145, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47572022-04-28T21:07:40.653ZApr 28 21:07:37.793 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47582022-04-28T21:07:40.659ZApr 28 21:07:37.797 ERRO slog-async: logger dropped messages due to channel overflow, count: 71, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47592022-04-28T21:07:40.665ZApr 28 21:07:37.810 ERRO slog-async: logger dropped messages due to channel overflow, count: 88, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47602022-04-28T21:07:40.671ZApr 28 21:07:37.811 ERRO slog-async: logger dropped messages due to channel overflow, count: 1607, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47612022-04-28T21:07:40.677ZApr 28 21:07:37.818 ERRO slog-async: logger dropped messages due to channel overflow, count: 428, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47622022-04-28T21:07:40.683ZApr 28 21:07:37.842 ERRO slog-async: logger dropped messages due to channel overflow, count: 1337, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47632022-04-28T21:07:40.690ZApr 28 21:07:37.843 ERRO slog-async: logger dropped messages due to channel overflow, count: 911, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47642022-04-28T21:07:40.696ZApr 28 21:07:37.848 ERRO slog-async: logger dropped messages due to channel overflow, count: 105, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47652022-04-28T21:07:40.702ZApr 28 21:07:37.854 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47662022-04-28T21:07:40.708ZApr 28 21:07:37.855 ERRO slog-async: logger dropped messages due to channel overflow, count: 16, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47672022-04-28T21:07:40.714ZApr 28 21:07:37.857 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47682022-04-28T21:07:40.719ZApr 28 21:07:37.858 ERRO slog-async: logger dropped messages due to channel overflow, count: 4, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47692022-04-28T21:07:40.725ZApr 28 21:07:37.862 ERRO slog-async: logger dropped messages due to channel overflow, count: 251, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47702022-04-28T21:07:40.731ZApr 28 21:07:37.863 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47712022-04-28T21:07:40.736ZApr 28 21:07:37.864 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47722022-04-28T21:07:40.743ZApr 28 21:07:37.865 ERRO slog-async: logger dropped messages due to channel overflow, count: 129, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47732022-04-28T21:07:40.749ZApr 28 21:07:37.871 ERRO slog-async: logger dropped messages due to channel overflow, count: 531, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47742022-04-28T21:07:40.771ZApr 28 21:07:37.871 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47752022-04-28T21:07:40.777ZApr 28 21:07:37.877 ERRO slog-async: logger dropped messages due to channel overflow, count: 249, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47762022-04-28T21:07:40.783ZApr 28 21:07:37.884 ERRO slog-async: logger dropped messages due to channel overflow, count: 370, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47772022-04-28T21:07:40.789ZApr 28 21:07:37.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 371, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47782022-04-28T21:07:40.795ZApr 28 21:07:37.892 ERRO slog-async: logger dropped messages due to channel overflow, count: 981, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47792022-04-28T21:07:40.801ZApr 28 21:07:37.902 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47802022-04-28T21:07:40.807ZApr 28 21:07:37.907 ERRO slog-async: logger dropped messages due to channel overflow, count: 411, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47812022-04-28T21:07:40.813ZApr 28 21:07:37.913 ERRO slog-async: logger dropped messages due to channel overflow, count: 20, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47822022-04-28T21:07:40.819ZApr 28 21:07:37.917 ERRO slog-async: logger dropped messages due to channel overflow, count: 467, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47832022-04-28T21:07:40.825ZApr 28 21:07:37.918 ERRO slog-async: logger dropped messages due to channel overflow, count: 36, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47842022-04-28T21:07:40.831ZApr 28 21:07:37.919 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47852022-04-28T21:07:40.837ZApr 28 21:07:38.009 ERRO slog-async: logger dropped messages due to channel overflow, count: 85, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47862022-04-28T21:07:40.843ZApr 28 21:07:38.033 ERRO slog-async: logger dropped messages due to channel overflow, count: 4494, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47872022-04-28T21:07:40.850ZApr 28 21:07:38.050 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47882022-04-28T21:07:40.856ZApr 28 21:07:38.050 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47892022-04-28T21:07:40.862ZApr 28 21:07:38.058 ERRO slog-async: logger dropped messages due to channel overflow, count: 278, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47902022-04-28T21:07:40.869ZApr 28 21:07:38.068 ERRO slog-async: logger dropped messages due to channel overflow, count: 455, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47912022-04-28T21:07:40.875ZApr 28 21:07:38.090 ERRO slog-async: logger dropped messages due to channel overflow, count: 229, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47922022-04-28T21:07:40.881ZApr 28 21:07:38.091 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47932022-04-28T21:07:40.887ZApr 28 21:07:38.091 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47942022-04-28T21:07:40.893ZApr 28 21:07:38.112 ERRO slog-async: logger dropped messages due to channel overflow, count: 1669, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47952022-04-28T21:07:40.899ZApr 28 21:07:38.125 ERRO slog-async: logger dropped messages due to channel overflow, count: 1232, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47962022-04-28T21:07:40.907ZApr 28 21:07:38.130 ERRO slog-async: logger dropped messages due to channel overflow, count: 376, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47972022-04-28T21:07:40.913ZApr 28 21:07:38.134 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47982022-04-28T21:07:40.919ZApr 28 21:07:38.134 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
47992022-04-28T21:07:40.926ZApr 28 21:07:38.134 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48002022-04-28T21:07:40.933ZApr 28 21:07:38.136 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48012022-04-28T21:07:40.939ZApr 28 21:07:38.136 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48022022-04-28T21:07:40.944ZApr 28 21:07:38.138 ERRO slog-async: logger dropped messages due to channel overflow, count: 30, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48032022-04-28T21:07:40.950ZApr 28 21:07:38.145 ERRO slog-async: logger dropped messages due to channel overflow, count: 77, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48042022-04-28T21:07:40.956ZApr 28 21:07:38.145 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48052022-04-28T21:07:40.963ZApr 28 21:07:38.147 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48062022-04-28T21:07:40.969ZApr 28 21:07:38.155 ERRO slog-async: logger dropped messages due to channel overflow, count: 481, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48072022-04-28T21:07:40.976ZApr 28 21:07:38.156 ERRO slog-async: logger dropped messages due to channel overflow, count: 587, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48082022-04-28T21:07:40.982ZApr 28 21:07:38.156 ERRO slog-async: logger dropped messages due to channel overflow, count: 69, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48092022-04-28T21:07:40.989ZApr 28 21:07:38.192 ERRO slog-async: logger dropped messages due to channel overflow, count: 249, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48102022-04-28T21:07:40.995ZApr 28 21:07:38.193 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48112022-04-28T21:07:41.001ZApr 28 21:07:38.200 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48122022-04-28T21:07:41.009ZApr 28 21:07:38.200 ERRO slog-async: logger dropped messages due to channel overflow, count: 47, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48132022-04-28T21:07:41.015ZApr 28 21:07:38.200 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48142022-04-28T21:07:41.022ZApr 28 21:07:38.200 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48152022-04-28T21:07:41.028ZApr 28 21:07:38.200 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48162022-04-28T21:07:41.034ZApr 28 21:07:38.201 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48172022-04-28T21:07:41.039ZApr 28 21:07:38.201 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48182022-04-28T21:07:41.046ZApr 28 21:07:38.201 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48192022-04-28T21:07:41.051ZApr 28 21:07:38.201 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48202022-04-28T21:07:41.057ZApr 28 21:07:38.201 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48212022-04-28T21:07:41.064ZApr 28 21:07:38.202 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48222022-04-28T21:07:41.070ZApr 28 21:07:38.202 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48232022-04-28T21:07:41.076ZApr 28 21:07:38.202 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48242022-04-28T21:07:41.082ZApr 28 21:07:38.202 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48252022-04-28T21:07:41.088ZApr 28 21:07:38.202 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48262022-04-28T21:07:41.095ZApr 28 21:07:38.203 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48272022-04-28T21:07:41.100ZApr 28 21:07:38.203 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48282022-04-28T21:07:41.107ZApr 28 21:07:38.203 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48292022-04-28T21:07:41.114ZApr 28 21:07:38.204 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48302022-04-28T21:07:41.120ZApr 28 21:07:38.204 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48312022-04-28T21:07:41.126ZApr 28 21:07:38.204 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48322022-04-28T21:07:41.132ZApr 28 21:07:38.204 ERRO slog-async: logger dropped messages due to channel overflow, count: 20, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48332022-04-28T21:07:41.138ZApr 28 21:07:38.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48342022-04-28T21:07:41.146ZApr 28 21:07:38.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48352022-04-28T21:07:41.152ZApr 28 21:07:38.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48362022-04-28T21:07:41.159ZApr 28 21:07:38.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48372022-04-28T21:07:41.165ZApr 28 21:07:38.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48382022-04-28T21:07:41.171ZApr 28 21:07:38.206 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48392022-04-28T21:07:41.177ZApr 28 21:07:38.206 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48402022-04-28T21:07:41.183ZApr 28 21:07:38.206 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48412022-04-28T21:07:41.189ZApr 28 21:07:38.206 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48422022-04-28T21:07:41.195ZApr 28 21:07:38.206 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48432022-04-28T21:07:41.201ZApr 28 21:07:38.206 ERRO slog-async: logger dropped messages due to channel overflow, count: 10, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48442022-04-28T21:07:41.208ZApr 28 21:07:38.207 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48452022-04-28T21:07:41.213ZApr 28 21:07:38.207 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48462022-04-28T21:07:41.219ZApr 28 21:07:38.207 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48472022-04-28T21:07:41.224ZApr 28 21:07:38.207 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48482022-04-28T21:07:41.230ZApr 28 21:07:38.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48492022-04-28T21:07:41.235ZApr 28 21:07:38.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48502022-04-28T21:07:41.242ZApr 28 21:07:38.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48512022-04-28T21:07:41.248ZApr 28 21:07:38.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48522022-04-28T21:07:41.254ZApr 28 21:07:38.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 8, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48532022-04-28T21:07:41.261ZApr 28 21:07:38.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48542022-04-28T21:07:41.267ZApr 28 21:07:38.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48552022-04-28T21:07:41.273ZApr 28 21:07:38.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48562022-04-28T21:07:41.279ZApr 28 21:07:38.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48572022-04-28T21:07:41.285ZApr 28 21:07:38.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 20, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48582022-04-28T21:07:41.291ZApr 28 21:07:38.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48592022-04-28T21:07:41.298ZApr 28 21:07:38.210 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48602022-04-28T21:07:41.304ZApr 28 21:07:38.210 ERRO slog-async: logger dropped messages due to channel overflow, count: 97, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48612022-04-28T21:07:41.311ZApr 28 21:07:38.210 ERRO slog-async: logger dropped messages due to channel overflow, count: 61, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48622022-04-28T21:07:41.317ZApr 28 21:07:38.210 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48632022-04-28T21:07:41.344ZApr 28 21:07:38.210 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48642022-04-28T21:07:41.385ZApr 28 21:07:38.211 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48652022-04-28T21:07:41.394ZApr 28 21:07:38.211 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48662022-04-28T21:07:41.401ZApr 28 21:07:38.211 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48672022-04-28T21:07:41.408ZApr 28 21:07:38.212 ERRO slog-async: logger dropped messages due to channel overflow, count: 54, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48682022-04-28T21:07:41.414ZApr 28 21:07:38.213 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48692022-04-28T21:07:41.421ZApr 28 21:07:38.214 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48702022-04-28T21:07:41.427ZApr 28 21:07:38.214 ERRO slog-async: logger dropped messages due to channel overflow, count: 785, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48712022-04-28T21:07:41.434ZApr 28 21:07:38.215 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48722022-04-28T21:07:41.440ZApr 28 21:07:38.216 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48732022-04-28T21:07:41.445ZApr 28 21:07:38.216 ERRO slog-async: logger dropped messages due to channel overflow, count: 18, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48742022-04-28T21:07:41.467ZApr 28 21:07:38.217 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48752022-04-28T21:07:41.473ZApr 28 21:07:38.218 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48762022-04-28T21:07:41.479ZApr 28 21:07:38.219 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48772022-04-28T21:07:41.485ZApr 28 21:07:38.219 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48782022-04-28T21:07:41.515ZApr 28 21:07:38.220 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48792022-04-28T21:07:41.521ZApr 28 21:07:38.221 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48802022-04-28T21:07:41.527ZApr 28 21:07:38.221 ERRO slog-async: logger dropped messages due to channel overflow, count: 44, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48812022-04-28T21:07:41.533ZApr 28 21:07:38.222 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48822022-04-28T21:07:41.539ZApr 28 21:07:38.223 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48832022-04-28T21:07:41.546ZApr 28 21:07:38.223 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48842022-04-28T21:07:41.552ZApr 28 21:07:38.224 ERRO slog-async: logger dropped messages due to channel overflow, count: 91, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48852022-04-28T21:07:41.558ZApr 28 21:07:38.224 ERRO slog-async: logger dropped messages due to channel overflow, count: 162, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48862022-04-28T21:07:41.564ZApr 28 21:07:38.225 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48872022-04-28T21:07:41.570ZApr 28 21:07:38.226 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48882022-04-28T21:07:41.576ZApr 28 21:07:38.227 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48892022-04-28T21:07:41.582ZApr 28 21:07:38.227 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48902022-04-28T21:07:41.588ZApr 28 21:07:38.228 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48912022-04-28T21:07:41.595ZApr 28 21:07:38.229 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48922022-04-28T21:07:41.602ZApr 28 21:07:38.229 ERRO slog-async: logger dropped messages due to channel overflow, count: 99, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48932022-04-28T21:07:41.616ZApr 28 21:07:38.230 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48942022-04-28T21:07:41.623ZApr 28 21:07:38.231 ERRO slog-async: logger dropped messages due to channel overflow, count: 10, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48952022-04-28T21:07:41.629ZApr 28 21:07:38.232 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48962022-04-28T21:07:41.635ZApr 28 21:07:38.233 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48972022-04-28T21:07:41.643ZApr 28 21:07:38.234 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48982022-04-28T21:07:41.650ZApr 28 21:07:38.234 ERRO slog-async: logger dropped messages due to channel overflow, count: 45, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
48992022-04-28T21:07:41.656ZApr 28 21:07:38.235 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49002022-04-28T21:07:41.663ZApr 28 21:07:38.235 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49012022-04-28T21:07:41.669ZApr 28 21:07:38.235 ERRO slog-async: logger dropped messages due to channel overflow, count: 78, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49022022-04-28T21:07:41.675ZApr 28 21:07:38.236 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49032022-04-28T21:07:41.681ZApr 28 21:07:38.236 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49042022-04-28T21:07:41.687ZApr 28 21:07:38.236 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49052022-04-28T21:07:41.693ZApr 28 21:07:38.236 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49062022-04-28T21:07:41.699ZApr 28 21:07:38.236 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49072022-04-28T21:07:41.705ZApr 28 21:07:38.237 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49082022-04-28T21:07:41.711ZApr 28 21:07:38.237 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49092022-04-28T21:07:41.717ZApr 28 21:07:38.237 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49102022-04-28T21:07:41.723ZApr 28 21:07:38.237 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49112022-04-28T21:07:41.729ZApr 28 21:07:38.237 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49122022-04-28T21:07:41.738ZApr 28 21:07:38.238 ERRO slog-async: logger dropped messages due to channel overflow, count: 40, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49132022-04-28T21:07:41.744ZApr 28 21:07:38.238 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49142022-04-28T21:07:41.750ZApr 28 21:07:38.238 ERRO slog-async: logger dropped messages due to channel overflow, count: 45, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49152022-04-28T21:07:41.756ZApr 28 21:07:38.238 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49162022-04-28T21:07:41.762ZApr 28 21:07:38.238 ERRO slog-async: logger dropped messages due to channel overflow, count: 126, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49172022-04-28T21:07:41.768ZApr 28 21:07:38.238 ERRO slog-async: logger dropped messages due to channel overflow, count: 181, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49182022-04-28T21:07:41.774ZApr 28 21:07:38.239 ERRO slog-async: logger dropped messages due to channel overflow, count: 123, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49192022-04-28T21:07:41.780ZApr 28 21:07:38.239 ERRO slog-async: logger dropped messages due to channel overflow, count: 315, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49202022-04-28T21:07:41.788ZApr 28 21:07:38.239 ERRO slog-async: logger dropped messages due to channel overflow, count: 101, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49212022-04-28T21:07:41.794ZApr 28 21:07:38.244 ERRO slog-async: logger dropped messages due to channel overflow, count: 130, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49222022-04-28T21:07:41.800ZApr 28 21:07:38.244 ERRO slog-async: logger dropped messages due to channel overflow, count: 65, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49232022-04-28T21:07:41.807ZApr 28 21:07:38.244 ERRO slog-async: logger dropped messages due to channel overflow, count: 119, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49242022-04-28T21:07:41.813ZApr 28 21:07:38.244 ERRO slog-async: logger dropped messages due to channel overflow, count: 108, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49252022-04-28T21:07:41.819ZApr 28 21:07:38.245 ERRO slog-async: logger dropped messages due to channel overflow, count: 357, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49262022-04-28T21:07:41.825ZApr 28 21:07:38.245 ERRO slog-async: logger dropped messages due to channel overflow, count: 65, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49272022-04-28T21:07:41.831ZApr 28 21:07:38.245 ERRO slog-async: logger dropped messages due to channel overflow, count: 83, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49282022-04-28T21:07:41.837ZApr 28 21:07:38.245 ERRO slog-async: logger dropped messages due to channel overflow, count: 281, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49292022-04-28T21:07:41.844ZApr 28 21:07:38.245 ERRO slog-async: logger dropped messages due to channel overflow, count: 121, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49302022-04-28T21:07:41.850ZApr 28 21:07:38.245 ERRO slog-async: logger dropped messages due to channel overflow, count: 93, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49312022-04-28T21:07:41.856ZApr 28 21:07:38.246 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49322022-04-28T21:07:41.863ZApr 28 21:07:38.246 ERRO slog-async: logger dropped messages due to channel overflow, count: 73, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49332022-04-28T21:07:41.869ZApr 28 21:07:38.246 ERRO slog-async: logger dropped messages due to channel overflow, count: 127, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49342022-04-28T21:07:41.876ZApr 28 21:07:38.247 ERRO slog-async: logger dropped messages due to channel overflow, count: 99, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49352022-04-28T21:07:41.882ZApr 28 21:07:38.247 ERRO slog-async: logger dropped messages due to channel overflow, count: 91, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49362022-04-28T21:07:41.889ZApr 28 21:07:38.247 ERRO slog-async: logger dropped messages due to channel overflow, count: 63, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49372022-04-28T21:07:41.895ZApr 28 21:07:38.247 ERRO slog-async: logger dropped messages due to channel overflow, count: 130, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49382022-04-28T21:07:41.902ZApr 28 21:07:38.247 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49392022-04-28T21:07:41.909ZApr 28 21:07:38.248 ERRO slog-async: logger dropped messages due to channel overflow, count: 40, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49402022-04-28T21:07:41.916ZApr 28 21:07:38.248 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49412022-04-28T21:07:41.924ZApr 28 21:07:38.248 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49422022-04-28T21:07:41.932ZApr 28 21:07:38.248 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49432022-04-28T21:07:41.938ZApr 28 21:07:38.249 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49442022-04-28T21:07:41.945ZApr 28 21:07:38.249 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49452022-04-28T21:07:41.952ZApr 28 21:07:38.249 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49462022-04-28T21:07:41.958ZApr 28 21:07:38.249 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49472022-04-28T21:07:41.965ZApr 28 21:07:38.250 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49482022-04-28T21:07:41.971ZApr 28 21:07:38.250 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49492022-04-28T21:07:41.978ZApr 28 21:07:38.250 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49502022-04-28T21:07:41.984ZApr 28 21:07:38.251 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49512022-04-28T21:07:41.990ZApr 28 21:07:38.251 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49522022-04-28T21:07:41.996ZApr 28 21:07:38.251 ERRO slog-async: logger dropped messages due to channel overflow, count: 40, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49532022-04-28T21:07:42.003ZApr 28 21:07:38.251 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49542022-04-28T21:07:42.010ZApr 28 21:07:38.251 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49552022-04-28T21:07:42.016ZApr 28 21:07:38.252 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49562022-04-28T21:07:42.022ZApr 28 21:07:38.252 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49572022-04-28T21:07:42.028ZApr 28 21:07:38.252 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49582022-04-28T21:07:42.034ZApr 28 21:07:38.253 ERRO slog-async: logger dropped messages due to channel overflow, count: 4, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49592022-04-28T21:07:42.040ZApr 28 21:07:38.254 ERRO slog-async: logger dropped messages due to channel overflow, count: 91, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49602022-04-28T21:07:42.046ZApr 28 21:07:38.254 ERRO slog-async: logger dropped messages due to channel overflow, count: 100, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49612022-04-28T21:07:42.052ZApr 28 21:07:38.255 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49622022-04-28T21:07:42.058ZApr 28 21:07:38.255 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49632022-04-28T21:07:42.064ZApr 28 21:07:38.255 ERRO slog-async: logger dropped messages due to channel overflow, count: 79, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49642022-04-28T21:07:42.070ZApr 28 21:07:38.255 ERRO slog-async: logger dropped messages due to channel overflow, count: 20, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49652022-04-28T21:07:42.076ZApr 28 21:07:38.255 ERRO slog-async: logger dropped messages due to channel overflow, count: 78, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49662022-04-28T21:07:42.082ZApr 28 21:07:38.255 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49672022-04-28T21:07:42.089ZApr 28 21:07:38.255 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49682022-04-28T21:07:42.096ZApr 28 21:07:38.255 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49692022-04-28T21:07:42.102ZApr 28 21:07:38.256 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49702022-04-28T21:07:42.108ZApr 28 21:07:38.256 ERRO slog-async: logger dropped messages due to channel overflow, count: 22, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49712022-04-28T21:07:42.114ZApr 28 21:07:38.256 ERRO slog-async: logger dropped messages due to channel overflow, count: 34, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49722022-04-28T21:07:42.120ZApr 28 21:07:38.256 ERRO slog-async: logger dropped messages due to channel overflow, count: 101, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49732022-04-28T21:07:42.126ZApr 28 21:07:38.257 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49742022-04-28T21:07:42.133ZApr 28 21:07:38.257 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49752022-04-28T21:07:42.139ZApr 28 21:07:38.257 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49762022-04-28T21:07:42.145ZApr 28 21:07:38.257 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49772022-04-28T21:07:42.152ZApr 28 21:07:38.258 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49782022-04-28T21:07:42.159ZApr 28 21:07:38.258 ERRO slog-async: logger dropped messages due to channel overflow, count: 14, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49792022-04-28T21:07:42.165ZApr 28 21:07:38.258 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49802022-04-28T21:07:42.172ZApr 28 21:07:38.259 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49812022-04-28T21:07:42.178ZApr 28 21:07:38.259 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49822022-04-28T21:07:42.185ZApr 28 21:07:38.259 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49832022-04-28T21:07:42.193ZApr 28 21:07:38.260 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49842022-04-28T21:07:42.201ZApr 28 21:07:38.260 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49852022-04-28T21:07:42.207ZApr 28 21:07:38.260 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49862022-04-28T21:07:42.214ZApr 28 21:07:38.260 ERRO slog-async: logger dropped messages due to channel overflow, count: 32, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49872022-04-28T21:07:42.220ZApr 28 21:07:38.260 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49882022-04-28T21:07:42.234ZApr 28 21:07:38.262 ERRO slog-async: logger dropped messages due to channel overflow, count: 59, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49892022-04-28T21:07:42.243ZApr 28 21:07:38.262 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49902022-04-28T21:07:42.260ZApr 28 21:07:38.269 ERRO slog-async: logger dropped messages due to channel overflow, count: 299, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49912022-04-28T21:07:42.273ZApr 28 21:07:38.272 ERRO slog-async: logger dropped messages due to channel overflow, count: 211, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49922022-04-28T21:07:42.279ZApr 28 21:07:38.282 ERRO slog-async: logger dropped messages due to channel overflow, count: 825, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49932022-04-28T21:07:42.286ZApr 28 21:07:38.292 ERRO slog-async: logger dropped messages due to channel overflow, count: 56, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49942022-04-28T21:07:42.292ZApr 28 21:07:38.292 ERRO slog-async: logger dropped messages due to channel overflow, count: 1073, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49952022-04-28T21:07:42.298ZApr 28 21:07:38.293 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49962022-04-28T21:07:42.304ZApr 28 21:07:38.301 ERRO slog-async: logger dropped messages due to channel overflow, count: 20, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49972022-04-28T21:07:42.311ZApr 28 21:07:38.305 ERRO slog-async: logger dropped messages due to channel overflow, count: 331, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49982022-04-28T21:07:42.317ZApr 28 21:07:38.305 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
49992022-04-28T21:07:42.323ZApr 28 21:07:38.310 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50002022-04-28T21:07:42.328ZApr 28 21:07:38.310 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50012022-04-28T21:07:42.334ZApr 28 21:07:38.311 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50022022-04-28T21:07:42.341ZApr 28 21:07:38.312 ERRO slog-async: logger dropped messages due to channel overflow, count: 85, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50032022-04-28T21:07:42.346ZApr 28 21:07:38.313 ERRO slog-async: logger dropped messages due to channel overflow, count: 235, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50042022-04-28T21:07:42.353ZApr 28 21:07:38.314 ERRO slog-async: logger dropped messages due to channel overflow, count: 74, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50052022-04-28T21:07:42.359ZApr 28 21:07:38.315 ERRO slog-async: logger dropped messages due to channel overflow, count: 77, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50062022-04-28T21:07:42.365ZApr 28 21:07:38.316 ERRO slog-async: logger dropped messages due to channel overflow, count: 71, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50072022-04-28T21:07:42.371ZApr 28 21:07:38.316 ERRO slog-async: logger dropped messages due to channel overflow, count: 95, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50082022-04-28T21:07:42.378ZApr 28 21:07:38.317 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50092022-04-28T21:07:42.383ZApr 28 21:07:38.318 ERRO slog-async: logger dropped messages due to channel overflow, count: 53, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50102022-04-28T21:07:42.389ZApr 28 21:07:38.321 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50112022-04-28T21:07:42.395ZApr 28 21:07:38.322 ERRO slog-async: logger dropped messages due to channel overflow, count: 141, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50122022-04-28T21:07:42.401ZApr 28 21:07:38.323 ERRO slog-async: logger dropped messages due to channel overflow, count: 123, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50132022-04-28T21:07:42.408ZApr 28 21:07:38.324 ERRO slog-async: logger dropped messages due to channel overflow, count: 111, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50142022-04-28T21:07:42.414ZApr 28 21:07:38.325 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50152022-04-28T21:07:42.420ZApr 28 21:07:38.326 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50162022-04-28T21:07:42.427ZApr 28 21:07:38.328 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50172022-04-28T21:07:42.434ZApr 28 21:07:38.329 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50182022-04-28T21:07:42.440ZApr 28 21:07:38.330 ERRO slog-async: logger dropped messages due to channel overflow, count: 93, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50192022-04-28T21:07:42.446ZApr 28 21:07:38.330 ERRO slog-async: logger dropped messages due to channel overflow, count: 147, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50202022-04-28T21:07:42.452ZApr 28 21:07:38.331 ERRO slog-async: logger dropped messages due to channel overflow, count: 121, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50212022-04-28T21:07:42.468ZApr 28 21:07:38.332 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50222022-04-28T21:07:42.475ZApr 28 21:07:38.333 ERRO slog-async: logger dropped messages due to channel overflow, count: 61, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50232022-04-28T21:07:42.481ZApr 28 21:07:38.334 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50242022-04-28T21:07:42.488ZApr 28 21:07:38.334 ERRO slog-async: logger dropped messages due to channel overflow, count: 129, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50252022-04-28T21:07:42.494ZApr 28 21:07:38.335 ERRO slog-async: logger dropped messages due to channel overflow, count: 125, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50262022-04-28T21:07:42.501ZApr 28 21:07:38.336 ERRO slog-async: logger dropped messages due to channel overflow, count: 103, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50272022-04-28T21:07:42.507ZApr 28 21:07:38.337 ERRO slog-async: logger dropped messages due to channel overflow, count: 107, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50282022-04-28T21:07:42.514ZApr 28 21:07:38.337 ERRO slog-async: logger dropped messages due to channel overflow, count: 121, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50292022-04-28T21:07:42.542ZApr 28 21:07:38.338 ERRO slog-async: logger dropped messages due to channel overflow, count: 103, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50302022-04-28T21:07:42.548ZApr 28 21:07:38.339 ERRO slog-async: logger dropped messages due to channel overflow, count: 164, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50312022-04-28T21:07:42.555ZApr 28 21:07:38.340 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50322022-04-28T21:07:42.561ZApr 28 21:07:38.340 ERRO slog-async: logger dropped messages due to channel overflow, count: 71, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50332022-04-28T21:07:42.567ZApr 28 21:07:38.341 ERRO slog-async: logger dropped messages due to channel overflow, count: 107, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50342022-04-28T21:07:42.574ZApr 28 21:07:38.345 ERRO slog-async: logger dropped messages due to channel overflow, count: 73, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50352022-04-28T21:07:42.580ZApr 28 21:07:38.346 ERRO slog-async: logger dropped messages due to channel overflow, count: 437, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50362022-04-28T21:07:42.587ZApr 28 21:07:38.347 ERRO slog-async: logger dropped messages due to channel overflow, count: 75, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50372022-04-28T21:07:42.592ZApr 28 21:07:38.348 ERRO slog-async: logger dropped messages due to channel overflow, count: 119, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50382022-04-28T21:07:42.598ZApr 28 21:07:38.349 ERRO slog-async: logger dropped messages due to channel overflow, count: 111, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50392022-04-28T21:07:42.604ZApr 28 21:07:38.350 ERRO slog-async: logger dropped messages due to channel overflow, count: 73, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50402022-04-28T21:07:42.609ZApr 28 21:07:38.351 ERRO slog-async: logger dropped messages due to channel overflow, count: 127, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50412022-04-28T21:07:42.615ZApr 28 21:07:38.352 ERRO slog-async: logger dropped messages due to channel overflow, count: 87, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50422022-04-28T21:07:42.621ZApr 28 21:07:38.353 ERRO slog-async: logger dropped messages due to channel overflow, count: 103, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50432022-04-28T21:07:42.627ZApr 28 21:07:38.354 ERRO slog-async: logger dropped messages due to channel overflow, count: 73, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50442022-04-28T21:07:42.634ZApr 28 21:07:38.355 ERRO slog-async: logger dropped messages due to channel overflow, count: 93, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50452022-04-28T21:07:42.641ZApr 28 21:07:38.356 ERRO slog-async: logger dropped messages due to channel overflow, count: 75, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50462022-04-28T21:07:42.647ZApr 28 21:07:38.357 ERRO slog-async: logger dropped messages due to channel overflow, count: 86, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50472022-04-28T21:07:42.653ZApr 28 21:07:38.361 ERRO slog-async: logger dropped messages due to channel overflow, count: 115, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50482022-04-28T21:07:42.659ZApr 28 21:07:38.362 ERRO slog-async: logger dropped messages due to channel overflow, count: 839, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50492022-04-28T21:07:42.665ZApr 28 21:07:38.369 ERRO slog-async: logger dropped messages due to channel overflow, count: 998, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50502022-04-28T21:07:42.671ZApr 28 21:07:38.377 ERRO slog-async: logger dropped messages due to channel overflow, count: 851, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50512022-04-28T21:07:42.677ZApr 28 21:07:38.397 ERRO slog-async: logger dropped messages due to channel overflow, count: 2727, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50522022-04-28T21:07:42.683ZApr 28 21:07:38.397 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50532022-04-28T21:07:42.689ZApr 28 21:07:38.402 ERRO slog-async: logger dropped messages due to channel overflow, count: 587, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50542022-04-28T21:07:42.695ZApr 28 21:07:38.406 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50552022-04-28T21:07:42.701ZApr 28 21:07:38.407 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50562022-04-28T21:07:42.707ZApr 28 21:07:38.417 ERRO slog-async: logger dropped messages due to channel overflow, count: 858, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50572022-04-28T21:07:42.713ZApr 28 21:07:38.421 ERRO slog-async: logger dropped messages due to channel overflow, count: 324, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50582022-04-28T21:07:42.720ZApr 28 21:07:38.434 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50592022-04-28T21:07:42.726ZApr 28 21:07:38.434 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50602022-04-28T21:07:42.746ZApr 28 21:07:38.437 ERRO slog-async: logger dropped messages due to channel overflow, count: 258, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50612022-04-28T21:07:42.753ZApr 28 21:07:38.445 ERRO slog-async: logger dropped messages due to channel overflow, count: 499, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50622022-04-28T21:07:42.760ZApr 28 21:07:38.448 ERRO slog-async: logger dropped messages due to channel overflow, count: 32, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50632022-04-28T21:07:42.765ZApr 28 21:07:38.461 ERRO slog-async: logger dropped messages due to channel overflow, count: 2040, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50642022-04-28T21:07:42.772ZApr 28 21:07:38.464 ERRO slog-async: logger dropped messages due to channel overflow, count: 247, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50652022-04-28T21:07:42.778ZApr 28 21:07:38.465 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50662022-04-28T21:07:42.784ZApr 28 21:07:38.471 ERRO slog-async: logger dropped messages due to channel overflow, count: 329, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50672022-04-28T21:07:42.799ZApr 28 21:07:38.471 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50682022-04-28T21:07:42.805ZApr 28 21:07:38.484 ERRO slog-async: logger dropped messages due to channel overflow, count: 553, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50692022-04-28T21:07:42.813ZApr 28 21:07:38.485 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50702022-04-28T21:07:42.819ZApr 28 21:07:38.495 ERRO slog-async: logger dropped messages due to channel overflow, count: 977, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50712022-04-28T21:07:42.826ZApr 28 21:07:38.497 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50722022-04-28T21:07:42.832ZApr 28 21:07:38.500 ERRO slog-async: logger dropped messages due to channel overflow, count: 91, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50732022-04-28T21:07:42.838ZApr 28 21:07:38.513 ERRO slog-async: logger dropped messages due to channel overflow, count: 617, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50742022-04-28T21:07:42.868ZApr 28 21:07:38.514 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50752022-04-28T21:07:42.875ZApr 28 21:07:38.540 ERRO slog-async: logger dropped messages due to channel overflow, count: 55, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50762022-04-28T21:07:42.882ZApr 28 21:07:38.551 ERRO slog-async: logger dropped messages due to channel overflow, count: 79, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50772022-04-28T21:07:42.888ZApr 28 21:07:38.553 ERRO slog-async: logger dropped messages due to channel overflow, count: 383, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50782022-04-28T21:07:42.895ZApr 28 21:07:38.556 ERRO slog-async: logger dropped messages due to channel overflow, count: 117, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50792022-04-28T21:07:42.902ZApr 28 21:07:38.557 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50802022-04-28T21:07:42.915ZApr 28 21:07:38.557 ERRO slog-async: logger dropped messages due to channel overflow, count: 55, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50812022-04-28T21:07:42.921ZApr 28 21:07:38.587 ERRO slog-async: logger dropped messages due to channel overflow, count: 1378, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50822022-04-28T21:07:42.927ZApr 28 21:07:38.588 ERRO slog-async: logger dropped messages due to channel overflow, count: 26, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50832022-04-28T21:07:42.934ZApr 28 21:07:38.591 ERRO slog-async: logger dropped messages due to channel overflow, count: 105, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50842022-04-28T21:07:42.941ZApr 28 21:07:38.592 ERRO slog-async: logger dropped messages due to channel overflow, count: 199, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50852022-04-28T21:07:42.947ZApr 28 21:07:38.593 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50862022-04-28T21:07:42.955ZApr 28 21:07:38.594 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50872022-04-28T21:07:42.962ZApr 28 21:07:38.594 ERRO slog-async: logger dropped messages due to channel overflow, count: 259, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50882022-04-28T21:07:42.972ZApr 28 21:07:38.601 ERRO slog-async: logger dropped messages due to channel overflow, count: 128, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50892022-04-28T21:07:42.983ZApr 28 21:07:38.603 ERRO slog-async: logger dropped messages due to channel overflow, count: 131, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50902022-04-28T21:07:42.999ZApr 28 21:07:38.604 ERRO slog-async: logger dropped messages due to channel overflow, count: 153, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50912022-04-28T21:07:43.009ZApr 28 21:07:38.605 ERRO slog-async: logger dropped messages due to channel overflow, count: 95, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50922022-04-28T21:07:43.015ZApr 28 21:07:38.606 ERRO slog-async: logger dropped messages due to channel overflow, count: 1272, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50932022-04-28T21:07:43.022ZApr 28 21:07:38.608 ERRO slog-async: logger dropped messages due to channel overflow, count: 217, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50942022-04-28T21:07:43.027ZApr 28 21:07:38.610 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50952022-04-28T21:07:43.034ZApr 28 21:07:38.610 ERRO slog-async: logger dropped messages due to channel overflow, count: 199, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50962022-04-28T21:07:43.040ZApr 28 21:07:38.610 ERRO slog-async: logger dropped messages due to channel overflow, count: 175, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50972022-04-28T21:07:43.046ZApr 28 21:07:38.610 ERRO slog-async: logger dropped messages due to channel overflow, count: 179, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50982022-04-28T21:07:43.052ZApr 28 21:07:38.610 ERRO slog-async: logger dropped messages due to channel overflow, count: 71, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
50992022-04-28T21:07:43.058ZApr 28 21:07:38.610 ERRO slog-async: logger dropped messages due to channel overflow, count: 109, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51002022-04-28T21:07:43.065ZApr 28 21:07:38.611 ERRO slog-async: logger dropped messages due to channel overflow, count: 73, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51012022-04-28T21:07:43.071ZApr 28 21:07:38.611 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51022022-04-28T21:07:43.077ZApr 28 21:07:38.611 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51032022-04-28T21:07:43.083ZApr 28 21:07:38.611 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51042022-04-28T21:07:43.090ZApr 28 21:07:38.613 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51052022-04-28T21:07:43.097ZApr 28 21:07:38.614 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51062022-04-28T21:07:43.103ZApr 28 21:07:38.614 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51072022-04-28T21:07:43.109ZApr 28 21:07:38.615 ERRO slog-async: logger dropped messages due to channel overflow, count: 429, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51082022-04-28T21:07:43.116ZApr 28 21:07:38.615 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51092022-04-28T21:07:43.123ZApr 28 21:07:38.615 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51102022-04-28T21:07:43.129ZApr 28 21:07:38.615 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51112022-04-28T21:07:43.135ZApr 28 21:07:38.615 ERRO slog-async: logger dropped messages due to channel overflow, count: 46, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51122022-04-28T21:07:43.142ZApr 28 21:07:38.616 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51132022-04-28T21:07:43.147ZApr 28 21:07:38.616 ERRO slog-async: logger dropped messages due to channel overflow, count: 14, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51142022-04-28T21:07:43.154ZApr 28 21:07:38.616 ERRO slog-async: logger dropped messages due to channel overflow, count: 16, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51152022-04-28T21:07:43.161ZApr 28 21:07:38.617 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51162022-04-28T21:07:43.167ZApr 28 21:07:38.617 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51172022-04-28T21:07:43.174ZApr 28 21:07:38.617 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51182022-04-28T21:07:43.180ZApr 28 21:07:38.619 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51192022-04-28T21:07:43.189ZApr 28 21:07:38.620 ERRO slog-async: logger dropped messages due to channel overflow, count: 79, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51202022-04-28T21:07:43.197ZApr 28 21:07:38.620 ERRO slog-async: logger dropped messages due to channel overflow, count: 205, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51212022-04-28T21:07:43.203ZApr 28 21:07:38.621 ERRO slog-async: logger dropped messages due to channel overflow, count: 165, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51222022-04-28T21:07:43.210ZApr 28 21:07:38.622 ERRO slog-async: logger dropped messages due to channel overflow, count: 93, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51232022-04-28T21:07:43.216ZApr 28 21:07:38.622 ERRO slog-async: logger dropped messages due to channel overflow, count: 66, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51242022-04-28T21:07:43.223ZApr 28 21:07:38.632 ERRO slog-async: logger dropped messages due to channel overflow, count: 93, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51252022-04-28T21:07:43.230ZApr 28 21:07:38.633 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51262022-04-28T21:07:43.236ZApr 28 21:07:38.634 ERRO slog-async: logger dropped messages due to channel overflow, count: 106, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51272022-04-28T21:07:43.243ZApr 28 21:07:38.635 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51282022-04-28T21:07:43.249ZApr 28 21:07:38.638 ERRO slog-async: logger dropped messages due to channel overflow, count: 95, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51292022-04-28T21:07:43.255ZApr 28 21:07:38.639 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51302022-04-28T21:07:43.262ZApr 28 21:07:38.640 ERRO slog-async: logger dropped messages due to channel overflow, count: 61, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51312022-04-28T21:07:43.268ZApr 28 21:07:38.640 ERRO slog-async: logger dropped messages due to channel overflow, count: 147, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51322022-04-28T21:07:43.275ZApr 28 21:07:38.641 ERRO slog-async: logger dropped messages due to channel overflow, count: 68, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51332022-04-28T21:07:43.282ZApr 28 21:07:38.646 ERRO slog-async: logger dropped messages due to channel overflow, count: 387, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51342022-04-28T21:07:43.288ZApr 28 21:07:38.648 ERRO slog-async: logger dropped messages due to channel overflow, count: 16, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51352022-04-28T21:07:43.295ZApr 28 21:07:38.650 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51362022-04-28T21:07:43.301ZApr 28 21:07:38.650 ERRO slog-async: logger dropped messages due to channel overflow, count: 239, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51372022-04-28T21:07:43.307ZApr 28 21:07:38.651 ERRO slog-async: logger dropped messages due to channel overflow, count: 119, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51382022-04-28T21:07:43.314ZApr 28 21:07:38.652 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51392022-04-28T21:07:43.321ZApr 28 21:07:38.653 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51402022-04-28T21:07:43.327ZApr 28 21:07:38.654 ERRO slog-async: logger dropped messages due to channel overflow, count: 50, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51412022-04-28T21:07:43.333ZApr 28 21:07:38.654 ERRO slog-async: logger dropped messages due to channel overflow, count: 143, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51422022-04-28T21:07:43.339ZApr 28 21:07:38.655 ERRO slog-async: logger dropped messages due to channel overflow, count: 144, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51432022-04-28T21:07:43.346ZApr 28 21:07:38.658 ERRO slog-async: logger dropped messages due to channel overflow, count: 52, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51442022-04-28T21:07:43.352ZApr 28 21:07:38.658 ERRO slog-async: logger dropped messages due to channel overflow, count: 165, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51452022-04-28T21:07:43.358ZApr 28 21:07:38.658 ERRO slog-async: logger dropped messages due to channel overflow, count: 159, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51462022-04-28T21:07:43.368ZApr 28 21:07:38.659 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51472022-04-28T21:07:43.375ZApr 28 21:07:38.659 ERRO slog-async: logger dropped messages due to channel overflow, count: 26, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51482022-04-28T21:07:43.381ZApr 28 21:07:38.659 ERRO slog-async: logger dropped messages due to channel overflow, count: 24, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51492022-04-28T21:07:43.388ZApr 28 21:07:38.665 ERRO slog-async: logger dropped messages due to channel overflow, count: 511, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51502022-04-28T21:07:43.394ZApr 28 21:07:38.668 ERRO slog-async: logger dropped messages due to channel overflow, count: 145, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51512022-04-28T21:07:43.400ZApr 28 21:07:38.679 ERRO slog-async: logger dropped messages due to channel overflow, count: 491, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51522022-04-28T21:07:43.407ZApr 28 21:07:38.679 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51532022-04-28T21:07:43.413ZApr 28 21:07:38.679 ERRO slog-async: logger dropped messages due to channel overflow, count: 169, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51542022-04-28T21:07:43.420ZApr 28 21:07:38.682 ERRO slog-async: logger dropped messages due to channel overflow, count: 144, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51552022-04-28T21:07:43.426ZApr 28 21:07:38.691 ERRO slog-async: logger dropped messages due to channel overflow, count: 74, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51562022-04-28T21:07:43.432ZApr 28 21:07:38.728 ERRO slog-async: logger dropped messages due to channel overflow, count: 1448, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51572022-04-28T21:07:43.438ZApr 28 21:07:38.735 ERRO slog-async: logger dropped messages due to channel overflow, count: 425, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51582022-04-28T21:07:43.444ZApr 28 21:07:38.747 ERRO slog-async: logger dropped messages due to channel overflow, count: 723, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51592022-04-28T21:07:43.451ZApr 28 21:07:38.747 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51602022-04-28T21:07:43.457ZApr 28 21:07:38.755 ERRO slog-async: logger dropped messages due to channel overflow, count: 821, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51612022-04-28T21:07:43.463ZApr 28 21:07:38.755 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51622022-04-28T21:07:43.469ZApr 28 21:07:38.758 ERRO slog-async: logger dropped messages due to channel overflow, count: 295, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51632022-04-28T21:07:43.475ZApr 28 21:07:38.769 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51642022-04-28T21:07:43.481ZApr 28 21:07:38.783 ERRO slog-async: logger dropped messages due to channel overflow, count: 2367, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51652022-04-28T21:07:43.487ZApr 28 21:07:38.783 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51662022-04-28T21:07:43.493ZApr 28 21:07:38.787 ERRO slog-async: logger dropped messages due to channel overflow, count: 98, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51672022-04-28T21:07:43.500ZApr 28 21:07:38.794 ERRO slog-async: logger dropped messages due to channel overflow, count: 77, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51682022-04-28T21:07:43.506ZApr 28 21:07:38.794 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51692022-04-28T21:07:43.512ZApr 28 21:07:38.808 ERRO slog-async: logger dropped messages due to channel overflow, count: 1063, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51702022-04-28T21:07:43.519ZApr 28 21:07:38.816 ERRO slog-async: logger dropped messages due to channel overflow, count: 663, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51712022-04-28T21:07:43.525ZApr 28 21:07:38.817 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51722022-04-28T21:07:43.534ZApr 28 21:07:38.836 ERRO slog-async: logger dropped messages due to channel overflow, count: 141, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51732022-04-28T21:07:43.540ZApr 28 21:07:38.837 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51742022-04-28T21:07:43.569ZApr 28 21:07:38.838 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51752022-04-28T21:07:43.576ZApr 28 21:07:38.839 ERRO slog-async: logger dropped messages due to channel overflow, count: 148, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51762022-04-28T21:07:43.582ZApr 28 21:07:38.840 ERRO slog-async: logger dropped messages due to channel overflow, count: 18, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51772022-04-28T21:07:43.588ZApr 28 21:07:38.841 ERRO slog-async: logger dropped messages due to channel overflow, count: 111, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51782022-04-28T21:07:43.595ZApr 28 21:07:38.842 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51792022-04-28T21:07:43.601ZApr 28 21:07:38.843 ERRO slog-async: logger dropped messages due to channel overflow, count: 147, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51802022-04-28T21:07:43.607ZApr 28 21:07:38.844 ERRO slog-async: logger dropped messages due to channel overflow, count: 73, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51812022-04-28T21:07:43.614ZApr 28 21:07:38.844 ERRO slog-async: logger dropped messages due to channel overflow, count: 125, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51822022-04-28T21:07:43.620ZApr 28 21:07:38.846 ERRO slog-async: logger dropped messages due to channel overflow, count: 176, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51832022-04-28T21:07:43.627ZApr 28 21:07:38.847 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51842022-04-28T21:07:43.633ZApr 28 21:07:38.848 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51852022-04-28T21:07:43.639ZApr 28 21:07:38.849 ERRO slog-async: logger dropped messages due to channel overflow, count: 107, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51862022-04-28T21:07:43.645ZApr 28 21:07:38.850 ERRO slog-async: logger dropped messages due to channel overflow, count: 141, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51872022-04-28T21:07:43.652ZApr 28 21:07:38.851 ERRO slog-async: logger dropped messages due to channel overflow, count: 146, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51882022-04-28T21:07:43.658ZApr 28 21:07:38.852 ERRO slog-async: logger dropped messages due to channel overflow, count: 117, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51892022-04-28T21:07:43.664ZApr 28 21:07:38.853 ERRO slog-async: logger dropped messages due to channel overflow, count: 135, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51902022-04-28T21:07:43.671ZApr 28 21:07:38.854 ERRO slog-async: logger dropped messages due to channel overflow, count: 46, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51912022-04-28T21:07:43.677ZApr 28 21:07:38.854 ERRO slog-async: logger dropped messages due to channel overflow, count: 121, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51922022-04-28T21:07:43.684ZApr 28 21:07:38.855 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51932022-04-28T21:07:43.691ZApr 28 21:07:38.856 ERRO slog-async: logger dropped messages due to channel overflow, count: 130, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51942022-04-28T21:07:43.697ZApr 28 21:07:38.857 ERRO slog-async: logger dropped messages due to channel overflow, count: 20, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51952022-04-28T21:07:43.704ZApr 28 21:07:38.858 ERRO slog-async: logger dropped messages due to channel overflow, count: 143, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51962022-04-28T21:07:43.710ZApr 28 21:07:38.859 ERRO slog-async: logger dropped messages due to channel overflow, count: 105, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51972022-04-28T21:07:43.716ZApr 28 21:07:38.869 ERRO slog-async: logger dropped messages due to channel overflow, count: 326, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51982022-04-28T21:07:43.723ZApr 28 21:07:38.870 ERRO slog-async: logger dropped messages due to channel overflow, count: 627, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
51992022-04-28T21:07:43.729ZApr 28 21:07:38.870 ERRO slog-async: logger dropped messages due to channel overflow, count: 47, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52002022-04-28T21:07:43.735ZApr 28 21:07:38.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52012022-04-28T21:07:43.741ZApr 28 21:07:38.886 ERRO slog-async: logger dropped messages due to channel overflow, count: 999, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52022022-04-28T21:07:43.748ZApr 28 21:07:38.887 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52032022-04-28T21:07:43.754ZApr 28 21:07:38.888 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52042022-04-28T21:07:43.761ZApr 28 21:07:38.888 ERRO slog-async: logger dropped messages due to channel overflow, count: 127, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52052022-04-28T21:07:43.767ZApr 28 21:07:38.889 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52062022-04-28T21:07:43.774ZApr 28 21:07:38.890 ERRO slog-async: logger dropped messages due to channel overflow, count: 87, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52072022-04-28T21:07:43.780ZApr 28 21:07:38.896 ERRO slog-async: logger dropped messages due to channel overflow, count: 389, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52082022-04-28T21:07:43.786ZApr 28 21:07:38.903 ERRO slog-async: logger dropped messages due to channel overflow, count: 769, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52092022-04-28T21:07:43.792ZApr 28 21:07:38.906 ERRO slog-async: logger dropped messages due to channel overflow, count: 511, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52102022-04-28T21:07:43.799ZApr 28 21:07:38.911 ERRO slog-async: logger dropped messages due to channel overflow, count: 433, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52112022-04-28T21:07:43.805ZApr 28 21:07:38.911 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52122022-04-28T21:07:43.811ZApr 28 21:07:38.918 ERRO slog-async: logger dropped messages due to channel overflow, count: 488, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52132022-04-28T21:07:43.817ZApr 28 21:07:38.940 ERRO slog-async: logger dropped messages due to channel overflow, count: 3045, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52142022-04-28T21:07:43.823ZApr 28 21:07:38.941 ERRO slog-async: logger dropped messages due to channel overflow, count: 400, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52152022-04-28T21:07:43.829ZApr 28 21:07:38.941 ERRO slog-async: logger dropped messages due to channel overflow, count: 334, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52162022-04-28T21:07:43.835ZApr 28 21:07:38.941 ERRO slog-async: logger dropped messages due to channel overflow, count: 10, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52172022-04-28T21:07:43.842ZApr 28 21:07:38.942 ERRO slog-async: logger dropped messages due to channel overflow, count: 10, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52182022-04-28T21:07:43.848ZApr 28 21:07:38.953 ERRO slog-async: logger dropped messages due to channel overflow, count: 1817, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52192022-04-28T21:07:43.854ZApr 28 21:07:38.953 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52202022-04-28T21:07:43.860ZApr 28 21:07:38.962 ERRO slog-async: logger dropped messages due to channel overflow, count: 409, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52212022-04-28T21:07:43.866ZApr 28 21:07:38.962 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52222022-04-28T21:07:43.873ZApr 28 21:07:38.962 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52232022-04-28T21:07:43.879ZApr 28 21:07:38.971 ERRO slog-async: logger dropped messages due to channel overflow, count: 357, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52242022-04-28T21:07:43.886ZApr 28 21:07:38.972 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52252022-04-28T21:07:43.893ZApr 28 21:07:38.994 ERRO slog-async: logger dropped messages due to channel overflow, count: 3419, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52262022-04-28T21:07:43.899ZApr 28 21:07:38.995 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52272022-04-28T21:07:43.906ZApr 28 21:07:38.995 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52282022-04-28T21:07:43.912ZApr 28 21:07:38.996 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52292022-04-28T21:07:43.918ZApr 28 21:07:38.996 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52302022-04-28T21:07:43.925ZApr 28 21:07:38.996 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52312022-04-28T21:07:43.931ZApr 28 21:07:38.997 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52322022-04-28T21:07:43.937ZApr 28 21:07:39.002 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52332022-04-28T21:07:43.944ZApr 28 21:07:39.013 ERRO slog-async: logger dropped messages due to channel overflow, count: 729, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52342022-04-28T21:07:43.951ZApr 28 21:07:39.015 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52352022-04-28T21:07:43.958ZApr 28 21:07:39.015 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52362022-04-28T21:07:43.963ZApr 28 21:07:39.025 ERRO slog-async: logger dropped messages due to channel overflow, count: 1103, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52372022-04-28T21:07:43.969ZApr 28 21:07:39.031 ERRO slog-async: logger dropped messages due to channel overflow, count: 307, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52382022-04-28T21:07:43.976ZApr 28 21:07:39.037 ERRO slog-async: logger dropped messages due to channel overflow, count: 455, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52392022-04-28T21:07:43.983ZApr 28 21:07:39.038 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52402022-04-28T21:07:43.989ZApr 28 21:07:39.043 ERRO slog-async: logger dropped messages due to channel overflow, count: 309, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52412022-04-28T21:07:43.995ZApr 28 21:07:39.051 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52422022-04-28T21:07:44.001ZApr 28 21:07:39.051 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52432022-04-28T21:07:44.009ZApr 28 21:07:39.062 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52442022-04-28T21:07:44.015ZApr 28 21:07:39.063 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52452022-04-28T21:07:44.021ZApr 28 21:07:39.064 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52462022-04-28T21:07:44.027ZApr 28 21:07:39.068 ERRO slog-async: logger dropped messages due to channel overflow, count: 463, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52472022-04-28T21:07:44.033ZApr 28 21:07:39.068 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52482022-04-28T21:07:44.039ZApr 28 21:07:39.071 ERRO slog-async: logger dropped messages due to channel overflow, count: 158, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52492022-04-28T21:07:44.045ZApr 28 21:07:39.073 ERRO slog-async: logger dropped messages due to channel overflow, count: 114, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52502022-04-28T21:07:44.051ZApr 28 21:07:39.075 ERRO slog-async: logger dropped messages due to channel overflow, count: 99, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52512022-04-28T21:07:44.057ZApr 28 21:07:39.081 ERRO slog-async: logger dropped messages due to channel overflow, count: 136, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52522022-04-28T21:07:44.063ZApr 28 21:07:39.092 ERRO slog-async: logger dropped messages due to channel overflow, count: 135, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52532022-04-28T21:07:44.070ZApr 28 21:07:39.093 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52542022-04-28T21:07:44.077ZApr 28 21:07:39.094 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52552022-04-28T21:07:44.084ZApr 28 21:07:39.094 ERRO slog-async: logger dropped messages due to channel overflow, count: 140, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52562022-04-28T21:07:44.090ZApr 28 21:07:39.097 ERRO slog-async: logger dropped messages due to channel overflow, count: 281, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52572022-04-28T21:07:44.097ZApr 28 21:07:39.099 ERRO slog-async: logger dropped messages due to channel overflow, count: 145, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52582022-04-28T21:07:44.103ZApr 28 21:07:39.100 ERRO slog-async: logger dropped messages due to channel overflow, count: 50, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52592022-04-28T21:07:44.109ZApr 28 21:07:39.100 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52602022-04-28T21:07:44.115ZApr 28 21:07:39.101 ERRO slog-async: logger dropped messages due to channel overflow, count: 48, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52612022-04-28T21:07:44.122ZApr 28 21:07:39.102 ERRO slog-async: logger dropped messages due to channel overflow, count: 46, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52622022-04-28T21:07:44.128ZApr 28 21:07:39.103 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52632022-04-28T21:07:44.135ZApr 28 21:07:39.104 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52642022-04-28T21:07:44.141ZApr 28 21:07:39.105 ERRO slog-async: logger dropped messages due to channel overflow, count: 51, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52652022-04-28T21:07:44.148ZApr 28 21:07:39.106 ERRO slog-async: logger dropped messages due to channel overflow, count: 139, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52662022-04-28T21:07:44.154ZApr 28 21:07:39.107 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52672022-04-28T21:07:44.160ZApr 28 21:07:39.107 ERRO slog-async: logger dropped messages due to channel overflow, count: 143, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52682022-04-28T21:07:44.167ZApr 28 21:07:39.108 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52692022-04-28T21:07:44.174ZApr 28 21:07:39.109 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52702022-04-28T21:07:44.179ZApr 28 21:07:39.110 ERRO slog-async: logger dropped messages due to channel overflow, count: 149, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52712022-04-28T21:07:44.186ZApr 28 21:07:39.110 ERRO slog-async: logger dropped messages due to channel overflow, count: 171, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52722022-04-28T21:07:44.192ZApr 28 21:07:39.116 ERRO slog-async: logger dropped messages due to channel overflow, count: 573, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52732022-04-28T21:07:44.198ZApr 28 21:07:39.117 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52742022-04-28T21:07:44.221ZApr 28 21:07:39.118 ERRO slog-async: logger dropped messages due to channel overflow, count: 69, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52752022-04-28T21:07:44.227ZApr 28 21:07:39.118 ERRO slog-async: logger dropped messages due to channel overflow, count: 219, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52762022-04-28T21:07:44.233ZApr 28 21:07:39.160 ERRO slog-async: logger dropped messages due to channel overflow, count: 1325, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52772022-04-28T21:07:44.239ZApr 28 21:07:39.160 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52782022-04-28T21:07:44.245ZApr 28 21:07:39.164 ERRO slog-async: logger dropped messages due to channel overflow, count: 457, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52792022-04-28T21:07:44.251ZApr 28 21:07:39.165 ERRO slog-async: logger dropped messages due to channel overflow, count: 67, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52802022-04-28T21:07:44.257ZApr 28 21:07:39.165 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52812022-04-28T21:07:44.270ZApr 28 21:07:39.167 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52822022-04-28T21:07:44.276ZApr 28 21:07:39.170 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52832022-04-28T21:07:44.282ZApr 28 21:07:39.170 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52842022-04-28T21:07:44.288ZApr 28 21:07:39.178 ERRO slog-async: logger dropped messages due to channel overflow, count: 435, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52852022-04-28T21:07:44.294ZApr 28 21:07:39.178 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52862022-04-28T21:07:44.300ZApr 28 21:07:39.178 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52872022-04-28T21:07:44.306ZApr 28 21:07:39.178 ERRO slog-async: logger dropped messages due to channel overflow, count: 7, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52882022-04-28T21:07:44.312ZApr 28 21:07:39.179 ERRO slog-async: logger dropped messages due to channel overflow, count: 40, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52892022-04-28T21:07:44.318ZApr 28 21:07:39.179 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52902022-04-28T21:07:44.324ZApr 28 21:07:39.179 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52912022-04-28T21:07:44.331ZApr 28 21:07:39.179 ERRO slog-async: logger dropped messages due to channel overflow, count: 47, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52922022-04-28T21:07:44.337ZApr 28 21:07:39.180 ERRO slog-async: logger dropped messages due to channel overflow, count: 14, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52932022-04-28T21:07:44.343ZApr 28 21:07:39.180 ERRO slog-async: logger dropped messages due to channel overflow, count: 8, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52942022-04-28T21:07:44.349ZApr 28 21:07:39.180 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52952022-04-28T21:07:44.355ZApr 28 21:07:39.185 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52962022-04-28T21:07:44.361ZApr 28 21:07:39.186 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52972022-04-28T21:07:44.367ZApr 28 21:07:39.192 ERRO slog-async: logger dropped messages due to channel overflow, count: 269, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52982022-04-28T21:07:44.373ZApr 28 21:07:39.193 ERRO slog-async: logger dropped messages due to channel overflow, count: 247, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
52992022-04-28T21:07:44.379ZApr 28 21:07:39.193 ERRO slog-async: logger dropped messages due to channel overflow, count: 89, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53002022-04-28T21:07:44.385ZApr 28 21:07:39.193 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53012022-04-28T21:07:44.391ZApr 28 21:07:39.194 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53022022-04-28T21:07:44.397ZApr 28 21:07:39.194 ERRO slog-async: logger dropped messages due to channel overflow, count: 37, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53032022-04-28T21:07:44.403ZApr 28 21:07:39.203 ERRO slog-async: logger dropped messages due to channel overflow, count: 399, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53042022-04-28T21:07:44.409ZApr 28 21:07:39.204 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53052022-04-28T21:07:44.415ZApr 28 21:07:39.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53062022-04-28T21:07:44.421ZApr 28 21:07:39.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 145, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53072022-04-28T21:07:44.427ZApr 28 21:07:39.206 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53082022-04-28T21:07:44.434ZApr 28 21:07:39.207 ERRO slog-async: logger dropped messages due to channel overflow, count: 141, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53092022-04-28T21:07:44.441ZApr 28 21:07:39.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53102022-04-28T21:07:44.447ZApr 28 21:07:39.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 185, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53112022-04-28T21:07:44.453ZApr 28 21:07:39.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53122022-04-28T21:07:44.459ZApr 28 21:07:39.209 ERRO slog-async: logger dropped messages due to channel overflow, count: 20, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53132022-04-28T21:07:44.465ZApr 28 21:07:39.211 ERRO slog-async: logger dropped messages due to channel overflow, count: 51, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53142022-04-28T21:07:44.472ZApr 28 21:07:39.212 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53152022-04-28T21:07:44.478ZApr 28 21:07:39.213 ERRO slog-async: logger dropped messages due to channel overflow, count: 55, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53162022-04-28T21:07:44.484ZApr 28 21:07:39.213 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53172022-04-28T21:07:44.490ZApr 28 21:07:39.221 ERRO slog-async: logger dropped messages due to channel overflow, count: 998, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53182022-04-28T21:07:44.497ZApr 28 21:07:39.228 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53192022-04-28T21:07:44.503ZApr 28 21:07:39.229 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53202022-04-28T21:07:44.509ZApr 28 21:07:39.243 ERRO slog-async: logger dropped messages due to channel overflow, count: 1659, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53212022-04-28T21:07:44.516ZApr 28 21:07:39.244 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53222022-04-28T21:07:44.522ZApr 28 21:07:39.245 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53232022-04-28T21:07:44.528ZApr 28 21:07:39.246 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53242022-04-28T21:07:44.535ZApr 28 21:07:39.247 ERRO slog-async: logger dropped messages due to channel overflow, count: 56, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53252022-04-28T21:07:44.541ZApr 28 21:07:39.248 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53262022-04-28T21:07:44.547ZApr 28 21:07:39.256 ERRO slog-async: logger dropped messages due to channel overflow, count: 213, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53272022-04-28T21:07:44.554ZApr 28 21:07:39.257 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53282022-04-28T21:07:44.560ZApr 28 21:07:39.258 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53292022-04-28T21:07:44.566ZApr 28 21:07:39.259 ERRO slog-async: logger dropped messages due to channel overflow, count: 35, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53302022-04-28T21:07:44.597ZApr 28 21:07:39.271 ERRO slog-async: logger dropped messages due to channel overflow, count: 547, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53312022-04-28T21:07:44.604ZApr 28 21:07:39.271 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53322022-04-28T21:07:44.610ZApr 28 21:07:39.272 ERRO slog-async: logger dropped messages due to channel overflow, count: 44, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53332022-04-28T21:07:44.616ZApr 28 21:07:39.273 ERRO slog-async: logger dropped messages due to channel overflow, count: 45, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53342022-04-28T21:07:44.622ZApr 28 21:07:39.273 ERRO slog-async: logger dropped messages due to channel overflow, count: 266, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53352022-04-28T21:07:44.629ZApr 28 21:07:39.274 ERRO slog-async: logger dropped messages due to channel overflow, count: 73, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53362022-04-28T21:07:44.636ZApr 28 21:07:39.275 ERRO slog-async: logger dropped messages due to channel overflow, count: 79, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53372022-04-28T21:07:44.642ZApr 28 21:07:39.275 ERRO slog-async: logger dropped messages due to channel overflow, count: 122, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53382022-04-28T21:07:44.648ZApr 28 21:07:39.276 ERRO slog-async: logger dropped messages due to channel overflow, count: 77, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53392022-04-28T21:07:44.655ZApr 28 21:07:39.277 ERRO slog-async: logger dropped messages due to channel overflow, count: 82, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53402022-04-28T21:07:44.661ZApr 28 21:07:39.277 ERRO slog-async: logger dropped messages due to channel overflow, count: 137, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53412022-04-28T21:07:44.668ZApr 28 21:07:39.278 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53422022-04-28T21:07:44.674ZApr 28 21:07:39.279 ERRO slog-async: logger dropped messages due to channel overflow, count: 40, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53432022-04-28T21:07:44.680ZApr 28 21:07:39.291 ERRO slog-async: logger dropped messages due to channel overflow, count: 88, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53442022-04-28T21:07:44.686ZApr 28 21:07:39.295 ERRO slog-async: logger dropped messages due to channel overflow, count: 1707, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53452022-04-28T21:07:44.693ZApr 28 21:07:39.295 ERRO slog-async: logger dropped messages due to channel overflow, count: 401, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53462022-04-28T21:07:44.700ZApr 28 21:07:39.295 ERRO slog-async: logger dropped messages due to channel overflow, count: 69, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53472022-04-28T21:07:44.707ZApr 28 21:07:39.297 ERRO slog-async: logger dropped messages due to channel overflow, count: 231, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53482022-04-28T21:07:44.713ZApr 28 21:07:39.311 ERRO slog-async: logger dropped messages due to channel overflow, count: 1351, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53492022-04-28T21:07:44.719ZApr 28 21:07:39.314 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53502022-04-28T21:07:44.725ZApr 28 21:07:39.321 ERRO slog-async: logger dropped messages due to channel overflow, count: 207, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53512022-04-28T21:07:44.731ZApr 28 21:07:39.323 ERRO slog-async: logger dropped messages due to channel overflow, count: 547, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53522022-04-28T21:07:44.737ZApr 28 21:07:39.324 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53532022-04-28T21:07:44.743ZApr 28 21:07:39.339 ERRO slog-async: logger dropped messages due to channel overflow, count: 379, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53542022-04-28T21:07:44.750ZApr 28 21:07:39.340 ERRO slog-async: logger dropped messages due to channel overflow, count: 1129, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53552022-04-28T21:07:44.756ZApr 28 21:07:39.341 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53562022-04-28T21:07:44.762ZApr 28 21:07:39.342 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53572022-04-28T21:07:44.768ZApr 28 21:07:39.343 ERRO slog-async: logger dropped messages due to channel overflow, count: 123, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53582022-04-28T21:07:44.774ZApr 28 21:07:39.344 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53592022-04-28T21:07:44.780ZApr 28 21:07:39.344 ERRO slog-async: logger dropped messages due to channel overflow, count: 127, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53602022-04-28T21:07:44.786ZApr 28 21:07:39.345 ERRO slog-async: logger dropped messages due to channel overflow, count: 178, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53612022-04-28T21:07:44.792ZApr 28 21:07:39.346 ERRO slog-async: logger dropped messages due to channel overflow, count: 47, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53622022-04-28T21:07:44.798ZApr 28 21:07:39.347 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53632022-04-28T21:07:44.804ZApr 28 21:07:39.348 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53642022-04-28T21:07:44.810ZApr 28 21:07:39.349 ERRO slog-async: logger dropped messages due to channel overflow, count: 95, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53652022-04-28T21:07:44.816ZApr 28 21:07:39.350 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53662022-04-28T21:07:44.823ZApr 28 21:07:39.364 ERRO slog-async: logger dropped messages due to channel overflow, count: 55, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53672022-04-28T21:07:44.830ZApr 28 21:07:39.365 ERRO slog-async: logger dropped messages due to channel overflow, count: 1817, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53682022-04-28T21:07:44.836ZApr 28 21:07:39.365 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53692022-04-28T21:07:44.842ZApr 28 21:07:39.373 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53702022-04-28T21:07:44.848ZApr 28 21:07:39.374 ERRO slog-async: logger dropped messages due to channel overflow, count: 66, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53712022-04-28T21:07:44.854ZApr 28 21:07:39.374 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53722022-04-28T21:07:44.860ZApr 28 21:07:39.375 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53732022-04-28T21:07:44.866ZApr 28 21:07:39.376 ERRO slog-async: logger dropped messages due to channel overflow, count: 75, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53742022-04-28T21:07:44.872ZApr 28 21:07:39.377 ERRO slog-async: logger dropped messages due to channel overflow, count: 175, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53752022-04-28T21:07:44.878ZApr 28 21:07:39.379 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53762022-04-28T21:07:44.885ZApr 28 21:07:39.380 ERRO slog-async: logger dropped messages due to channel overflow, count: 251, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53772022-04-28T21:07:44.891ZApr 28 21:07:39.381 ERRO slog-async: logger dropped messages due to channel overflow, count: 139, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53782022-04-28T21:07:44.897ZApr 28 21:07:39.382 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53792022-04-28T21:07:44.903ZApr 28 21:07:39.383 ERRO slog-async: logger dropped messages due to channel overflow, count: 70, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53802022-04-28T21:07:44.910ZApr 28 21:07:39.383 ERRO slog-async: logger dropped messages due to channel overflow, count: 131, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53812022-04-28T21:07:44.915ZApr 28 21:07:39.390 ERRO slog-async: logger dropped messages due to channel overflow, count: 815, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53822022-04-28T21:07:44.921ZApr 28 21:07:39.390 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53832022-04-28T21:07:44.928ZApr 28 21:07:39.408 ERRO slog-async: logger dropped messages due to channel overflow, count: 1476, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53842022-04-28T21:07:44.934ZApr 28 21:07:39.409 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53852022-04-28T21:07:44.940ZApr 28 21:07:39.415 ERRO slog-async: logger dropped messages due to channel overflow, count: 251, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53862022-04-28T21:07:44.946ZApr 28 21:07:39.415 ERRO slog-async: logger dropped messages due to channel overflow, count: 290, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53872022-04-28T21:07:44.953ZApr 28 21:07:39.429 ERRO slog-async: logger dropped messages due to channel overflow, count: 837, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53882022-04-28T21:07:44.960ZApr 28 21:07:39.435 ERRO slog-async: logger dropped messages due to channel overflow, count: 771, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53892022-04-28T21:07:44.966ZApr 28 21:07:39.456 ERRO slog-async: logger dropped messages due to channel overflow, count: 3519, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53902022-04-28T21:07:44.973ZApr 28 21:07:39.457 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53912022-04-28T21:07:44.979ZApr 28 21:07:39.458 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53922022-04-28T21:07:44.986ZApr 28 21:07:39.459 ERRO slog-async: logger dropped messages due to channel overflow, count: 101, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53932022-04-28T21:07:44.992ZApr 28 21:07:39.460 ERRO slog-async: logger dropped messages due to channel overflow, count: 44, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53942022-04-28T21:07:44.999ZApr 28 21:07:39.461 ERRO slog-async: logger dropped messages due to channel overflow, count: 29, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53952022-04-28T21:07:45.009ZApr 28 21:07:39.461 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53962022-04-28T21:07:45.016ZApr 28 21:07:39.467 ERRO slog-async: logger dropped messages due to channel overflow, count: 293, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53972022-04-28T21:07:45.023ZApr 28 21:07:39.487 ERRO slog-async: logger dropped messages due to channel overflow, count: 319, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53982022-04-28T21:07:45.030ZApr 28 21:07:39.488 ERRO slog-async: logger dropped messages due to channel overflow, count: 3709, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
53992022-04-28T21:07:45.036ZApr 28 21:07:39.489 ERRO slog-async: logger dropped messages due to channel overflow, count: 61, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54002022-04-28T21:07:45.042ZApr 28 21:07:39.489 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54012022-04-28T21:07:45.048ZApr 28 21:07:39.490 ERRO slog-async: logger dropped messages due to channel overflow, count: 65, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54022022-04-28T21:07:45.055ZApr 28 21:07:39.491 ERRO slog-async: logger dropped messages due to channel overflow, count: 91, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54032022-04-28T21:07:45.062ZApr 28 21:07:39.492 ERRO slog-async: logger dropped messages due to channel overflow, count: 66, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54042022-04-28T21:07:45.069ZApr 28 21:07:39.493 ERRO slog-async: logger dropped messages due to channel overflow, count: 81, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54052022-04-28T21:07:45.075ZApr 28 21:07:39.494 ERRO slog-async: logger dropped messages due to channel overflow, count: 90, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54062022-04-28T21:07:45.082ZApr 28 21:07:39.495 ERRO slog-async: logger dropped messages due to channel overflow, count: 109, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54072022-04-28T21:07:45.089ZApr 28 21:07:39.501 ERRO slog-async: logger dropped messages due to channel overflow, count: 497, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54082022-04-28T21:07:45.095ZApr 28 21:07:39.502 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54092022-04-28T21:07:45.102Ztest integration_tests::instances::test_cannot_attach_faulted_disks ... ok
54102022-04-28T21:07:45.109ZApr 28 21:07:39.804 ERRO slog-async: logger dropped messages due to channel overflow, count: 144, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54112022-04-28T21:07:45.115ZApr 28 21:07:39.890 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54122022-04-28T21:07:45.121ZApr 28 21:07:39.921 ERRO slog-async: logger dropped messages due to channel overflow, count: 217, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54132022-04-28T21:07:45.128ZApr 28 21:07:39.921 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54142022-04-28T21:07:45.134ZApr 28 21:07:40.143 ERRO slog-async: logger dropped messages due to channel overflow, count: 232, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54152022-04-28T21:07:45.141ZApr 28 21:07:41.276 ERRO slog-async: logger dropped messages due to channel overflow, count: 331, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54162022-04-28T21:07:45.147ZApr 28 21:07:41.390 ERRO slog-async: logger dropped messages due to channel overflow, count: 120, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54172022-04-28T21:07:45.154ZApr 28 21:07:41.424 ERRO slog-async: logger dropped messages due to channel overflow, count: 996, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54182022-04-28T21:07:45.161ZApr 28 21:07:41.424 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54192022-04-28T21:07:45.168ZApr 28 21:07:41.429 ERRO slog-async: logger dropped messages due to channel overflow, count: 355, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54202022-04-28T21:07:45.175ZApr 28 21:07:41.439 ERRO slog-async: logger dropped messages due to channel overflow, count: 1052, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54212022-04-28T21:07:45.182ZApr 28 21:07:41.450 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54222022-04-28T21:07:45.188ZApr 28 21:07:41.454 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54232022-04-28T21:07:45.194ZApr 28 21:07:41.454 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54242022-04-28T21:07:45.200ZApr 28 21:07:41.455 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54252022-04-28T21:07:45.207ZApr 28 21:07:41.477 ERRO slog-async: logger dropped messages due to channel overflow, count: 839, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54262022-04-28T21:07:45.216ZApr 28 21:07:41.479 ERRO slog-async: logger dropped messages due to channel overflow, count: 61, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54272022-04-28T21:07:45.222ZApr 28 21:07:41.480 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54282022-04-28T21:07:45.229ZApr 28 21:07:41.482 ERRO slog-async: logger dropped messages due to channel overflow, count: 95, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54292022-04-28T21:07:45.235ZApr 28 21:07:41.485 ERRO slog-async: logger dropped messages due to channel overflow, count: 212, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54302022-04-28T21:07:45.242ZApr 28 21:07:41.488 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54312022-04-28T21:07:45.249ZApr 28 21:07:41.489 ERRO slog-async: logger dropped messages due to channel overflow, count: 260, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54322022-04-28T21:07:45.256ZApr 28 21:07:41.492 ERRO slog-async: logger dropped messages due to channel overflow, count: 87, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54332022-04-28T21:07:45.262ZApr 28 21:07:41.495 ERRO slog-async: logger dropped messages due to channel overflow, count: 123, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54342022-04-28T21:07:45.268ZApr 28 21:07:41.497 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54352022-04-28T21:07:45.275ZApr 28 21:07:41.498 ERRO slog-async: logger dropped messages due to channel overflow, count: 157, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54362022-04-28T21:07:45.281ZApr 28 21:07:41.499 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54372022-04-28T21:07:45.288ZApr 28 21:07:41.500 ERRO slog-async: logger dropped messages due to channel overflow, count: 34, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54382022-04-28T21:07:45.294ZApr 28 21:07:41.502 ERRO slog-async: logger dropped messages due to channel overflow, count: 78, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54392022-04-28T21:07:45.300ZApr 28 21:07:41.503 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54402022-04-28T21:07:45.307ZApr 28 21:07:41.510 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54412022-04-28T21:07:45.314ZApr 28 21:07:41.522 ERRO slog-async: logger dropped messages due to channel overflow, count: 227, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54422022-04-28T21:07:45.321ZApr 28 21:07:41.523 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54432022-04-28T21:07:45.327ZApr 28 21:07:41.527 ERRO slog-async: logger dropped messages due to channel overflow, count: 460, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54442022-04-28T21:07:45.334ZApr 28 21:07:41.533 ERRO slog-async: logger dropped messages due to channel overflow, count: 179, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54452022-04-28T21:07:45.340ZApr 28 21:07:41.535 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54462022-04-28T21:07:45.348ZApr 28 21:07:41.547 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54472022-04-28T21:07:45.355ZApr 28 21:07:41.548 ERRO slog-async: logger dropped messages due to channel overflow, count: 1695, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54482022-04-28T21:07:45.362ZApr 28 21:07:41.549 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54492022-04-28T21:07:45.369ZApr 28 21:07:41.551 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54502022-04-28T21:07:45.375ZApr 28 21:07:41.552 ERRO slog-async: logger dropped messages due to channel overflow, count: 22, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54512022-04-28T21:07:45.382ZApr 28 21:07:41.555 ERRO slog-async: logger dropped messages due to channel overflow, count: 46, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54522022-04-28T21:07:45.389ZApr 28 21:07:41.555 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54532022-04-28T21:07:45.396ZApr 28 21:07:41.555 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54542022-04-28T21:07:45.403ZApr 28 21:07:41.555 ERRO slog-async: logger dropped messages due to channel overflow, count: 39, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54552022-04-28T21:07:45.410ZApr 28 21:07:41.555 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54562022-04-28T21:07:45.416ZApr 28 21:07:41.563 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54572022-04-28T21:07:45.424ZApr 28 21:07:41.563 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54582022-04-28T21:07:45.430ZApr 28 21:07:41.595 ERRO slog-async: logger dropped messages due to channel overflow, count: 5, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54592022-04-28T21:07:45.436ZApr 28 21:07:41.596 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54602022-04-28T21:07:45.443ZApr 28 21:07:41.597 ERRO slog-async: logger dropped messages due to channel overflow, count: 25, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54612022-04-28T21:07:45.451ZApr 28 21:07:41.598 ERRO slog-async: logger dropped messages due to channel overflow, count: 10, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54622022-04-28T21:07:45.458ZApr 28 21:07:41.599 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54632022-04-28T21:07:45.468ZApr 28 21:07:41.599 ERRO slog-async: logger dropped messages due to channel overflow, count: 177, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54642022-04-28T21:07:45.475ZApr 28 21:07:41.599 ERRO slog-async: logger dropped messages due to channel overflow, count: 26, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54652022-04-28T21:07:45.481ZApr 28 21:07:41.613 ERRO slog-async: logger dropped messages due to channel overflow, count: 65, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54662022-04-28T21:07:45.497ZApr 28 21:07:41.617 ERRO slog-async: logger dropped messages due to channel overflow, count: 77, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54672022-04-28T21:07:45.504ZApr 28 21:07:41.620 ERRO slog-async: logger dropped messages due to channel overflow, count: 177, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54682022-04-28T21:07:45.510ZApr 28 21:07:41.621 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54692022-04-28T21:07:45.517ZApr 28 21:07:41.632 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54702022-04-28T21:07:45.523ZApr 28 21:07:41.654 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54712022-04-28T21:07:45.531ZApr 28 21:07:41.661 ERRO slog-async: logger dropped messages due to channel overflow, count: 391, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54722022-04-28T21:07:45.537ZApr 28 21:07:41.661 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54732022-04-28T21:07:45.543ZApr 28 21:07:41.678 ERRO slog-async: logger dropped messages due to channel overflow, count: 1873, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54742022-04-28T21:07:45.549ZApr 28 21:07:41.678 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54752022-04-28T21:07:45.556ZApr 28 21:07:41.681 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54762022-04-28T21:07:45.562ZApr 28 21:07:41.708 ERRO slog-async: logger dropped messages due to channel overflow, count: 172, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54772022-04-28T21:07:45.569ZApr 28 21:07:41.718 ERRO slog-async: logger dropped messages due to channel overflow, count: 83, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54782022-04-28T21:07:45.576ZApr 28 21:07:41.719 ERRO slog-async: logger dropped messages due to channel overflow, count: 1097, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54792022-04-28T21:07:45.583ZApr 28 21:07:41.720 ERRO slog-async: logger dropped messages due to channel overflow, count: 67, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54802022-04-28T21:07:45.589ZApr 28 21:07:41.721 ERRO slog-async: logger dropped messages due to channel overflow, count: 71, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54812022-04-28T21:07:45.595ZApr 28 21:07:41.724 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54822022-04-28T21:07:45.623ZApr 28 21:07:41.724 ERRO slog-async: logger dropped messages due to channel overflow, count: 87, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54832022-04-28T21:07:45.639ZApr 28 21:07:41.725 ERRO slog-async: logger dropped messages due to channel overflow, count: 87, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54842022-04-28T21:07:45.646ZApr 28 21:07:41.726 ERRO slog-async: logger dropped messages due to channel overflow, count: 42, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54852022-04-28T21:07:45.652ZApr 28 21:07:41.727 ERRO slog-async: logger dropped messages due to channel overflow, count: 101, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54862022-04-28T21:07:45.658ZApr 28 21:07:41.728 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54872022-04-28T21:07:45.664ZApr 28 21:07:41.729 ERRO slog-async: logger dropped messages due to channel overflow, count: 104, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54882022-04-28T21:07:45.670ZApr 28 21:07:41.729 ERRO slog-async: logger dropped messages due to channel overflow, count: 59, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54892022-04-28T21:07:45.676ZApr 28 21:07:41.731 ERRO slog-async: logger dropped messages due to channel overflow, count: 66, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54902022-04-28T21:07:45.682ZApr 28 21:07:41.733 ERRO slog-async: logger dropped messages due to channel overflow, count: 94, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54912022-04-28T21:07:45.688ZApr 28 21:07:41.735 ERRO slog-async: logger dropped messages due to channel overflow, count: 215, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54922022-04-28T21:07:45.694ZApr 28 21:07:41.736 ERRO slog-async: logger dropped messages due to channel overflow, count: 273, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54932022-04-28T21:07:45.700ZApr 28 21:07:41.737 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54942022-04-28T21:07:45.706ZApr 28 21:07:41.738 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54952022-04-28T21:07:45.712ZApr 28 21:07:41.738 ERRO slog-async: logger dropped messages due to channel overflow, count: 103, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54962022-04-28T21:07:45.718ZApr 28 21:07:41.740 ERRO slog-async: logger dropped messages due to channel overflow, count: 99, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54972022-04-28T21:07:45.724ZApr 28 21:07:41.741 ERRO slog-async: logger dropped messages due to channel overflow, count: 12, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54982022-04-28T21:07:45.730ZApr 28 21:07:41.742 ERRO slog-async: logger dropped messages due to channel overflow, count: 228, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
54992022-04-28T21:07:45.740ZApr 28 21:07:41.742 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55002022-04-28T21:07:45.747ZApr 28 21:07:41.743 ERRO slog-async: logger dropped messages due to channel overflow, count: 46, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55012022-04-28T21:07:45.753ZApr 28 21:07:41.744 ERRO slog-async: logger dropped messages due to channel overflow, count: 72, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55022022-04-28T21:07:45.760ZApr 28 21:07:41.745 ERRO slog-async: logger dropped messages due to channel overflow, count: 13, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55032022-04-28T21:07:45.766ZApr 28 21:07:41.746 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55042022-04-28T21:07:45.772ZApr 28 21:07:41.747 ERRO slog-async: logger dropped messages due to channel overflow, count: 68, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55052022-04-28T21:07:45.778ZApr 28 21:07:41.748 ERRO slog-async: logger dropped messages due to channel overflow, count: 31, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55062022-04-28T21:07:45.784ZApr 28 21:07:41.750 ERRO slog-async: logger dropped messages due to channel overflow, count: 171, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55072022-04-28T21:07:45.790ZApr 28 21:07:41.750 ERRO slog-async: logger dropped messages due to channel overflow, count: 153, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55082022-04-28T21:07:45.797ZApr 28 21:07:41.752 ERRO slog-async: logger dropped messages due to channel overflow, count: 63, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55092022-04-28T21:07:45.803ZApr 28 21:07:41.754 ERRO slog-async: logger dropped messages due to channel overflow, count: 116, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55102022-04-28T21:07:45.809ZApr 28 21:07:41.755 ERRO slog-async: logger dropped messages due to channel overflow, count: 61, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55112022-04-28T21:07:45.815ZApr 28 21:07:41.755 ERRO slog-async: logger dropped messages due to channel overflow, count: 141, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55122022-04-28T21:07:45.821ZApr 28 21:07:41.756 ERRO slog-async: logger dropped messages due to channel overflow, count: 79, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55132022-04-28T21:07:45.828ZApr 28 21:07:41.757 ERRO slog-async: logger dropped messages due to channel overflow, count: 67, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55142022-04-28T21:07:45.834ZApr 28 21:07:41.758 ERRO slog-async: logger dropped messages due to channel overflow, count: 41, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55152022-04-28T21:07:45.841ZApr 28 21:07:41.758 ERRO slog-async: logger dropped messages due to channel overflow, count: 85, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55162022-04-28T21:07:45.847ZApr 28 21:07:41.759 ERRO slog-async: logger dropped messages due to channel overflow, count: 79, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55172022-04-28T21:07:45.854ZApr 28 21:07:41.760 ERRO slog-async: logger dropped messages due to channel overflow, count: 42, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55182022-04-28T21:07:45.860ZApr 28 21:07:41.761 ERRO slog-async: logger dropped messages due to channel overflow, count: 59, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55192022-04-28T21:07:45.866ZApr 28 21:07:41.761 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55202022-04-28T21:07:45.873ZApr 28 21:07:41.762 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55212022-04-28T21:07:45.879ZApr 28 21:07:41.763 ERRO slog-async: logger dropped messages due to channel overflow, count: 30, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55222022-04-28T21:07:45.886ZApr 28 21:07:41.764 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55232022-04-28T21:07:45.892ZApr 28 21:07:41.764 ERRO slog-async: logger dropped messages due to channel overflow, count: 30, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55242022-04-28T21:07:45.899ZApr 28 21:07:41.765 ERRO slog-async: logger dropped messages due to channel overflow, count: 50, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55252022-04-28T21:07:45.905ZApr 28 21:07:41.766 ERRO slog-async: logger dropped messages due to channel overflow, count: 71, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55262022-04-28T21:07:45.911ZApr 28 21:07:41.767 ERRO slog-async: logger dropped messages due to channel overflow, count: 23, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55272022-04-28T21:07:45.917ZApr 28 21:07:41.767 ERRO slog-async: logger dropped messages due to channel overflow, count: 85, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55282022-04-28T21:07:45.923ZApr 28 21:07:41.768 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55292022-04-28T21:07:45.929ZApr 28 21:07:41.778 ERRO slog-async: logger dropped messages due to channel overflow, count: 887, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55302022-04-28T21:07:45.936ZApr 28 21:07:41.779 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55312022-04-28T21:07:45.942ZApr 28 21:07:41.780 ERRO slog-async: logger dropped messages due to channel overflow, count: 81, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55322022-04-28T21:07:45.949ZApr 28 21:07:41.781 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55332022-04-28T21:07:45.955ZApr 28 21:07:41.793 ERRO slog-async: logger dropped messages due to channel overflow, count: 162, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55342022-04-28T21:07:45.961ZApr 28 21:07:41.797 ERRO slog-async: logger dropped messages due to channel overflow, count: 387, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55352022-04-28T21:07:45.967ZApr 28 21:07:41.809 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, component: results-sink, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55362022-04-28T21:07:45.973ZApr 28 21:07:41.810 ERRO slog-async: logger dropped messages due to channel overflow, count: 1277, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55372022-04-28T21:07:45.979ZApr 28 21:07:41.811 ERRO slog-async: logger dropped messages due to channel overflow, count: 113, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55382022-04-28T21:07:45.986ZApr 28 21:07:41.813 ERRO slog-async: logger dropped messages due to channel overflow, count: 242, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55392022-04-28T21:07:45.993ZApr 28 21:07:41.816 ERRO slog-async: logger dropped messages due to channel overflow, count: 53, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55402022-04-28T21:07:45.999ZApr 28 21:07:41.817 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55412022-04-28T21:07:46.009ZApr 28 21:07:41.820 ERRO slog-async: logger dropped messages due to channel overflow, count: 229, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55422022-04-28T21:07:46.015ZApr 28 21:07:41.822 ERRO slog-async: logger dropped messages due to channel overflow, count: 220, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55432022-04-28T21:07:46.021ZApr 28 21:07:41.823 ERRO slog-async: logger dropped messages due to channel overflow, count: 83, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55442022-04-28T21:07:46.028ZApr 28 21:07:41.825 ERRO slog-async: logger dropped messages due to channel overflow, count: 51, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55452022-04-28T21:07:46.034ZApr 28 21:07:41.831 ERRO slog-async: logger dropped messages due to channel overflow, count: 341, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55462022-04-28T21:07:46.041ZApr 28 21:07:41.832 ERRO slog-async: logger dropped messages due to channel overflow, count: 66, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55472022-04-28T21:07:46.047ZApr 28 21:07:41.833 ERRO slog-async: logger dropped messages due to channel overflow, count: 15, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55482022-04-28T21:07:46.053ZApr 28 21:07:41.841 ERRO slog-async: logger dropped messages due to channel overflow, count: 413, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55492022-04-28T21:07:46.060ZApr 28 21:07:41.841 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55502022-04-28T21:07:46.067ZApr 28 21:07:41.841 ERRO slog-async: logger dropped messages due to channel overflow, count: 14, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55512022-04-28T21:07:46.075ZApr 28 21:07:41.844 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55522022-04-28T21:07:46.083ZApr 28 21:07:41.844 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55532022-04-28T21:07:46.091ZApr 28 21:07:41.845 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55542022-04-28T21:07:46.099ZApr 28 21:07:41.845 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55552022-04-28T21:07:46.106ZApr 28 21:07:41.847 ERRO slog-async: logger dropped messages due to channel overflow, count: 203, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55562022-04-28T21:07:46.113ZApr 28 21:07:41.847 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55572022-04-28T21:07:46.119ZApr 28 21:07:41.851 ERRO slog-async: logger dropped messages due to channel overflow, count: 226, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55582022-04-28T21:07:46.125ZApr 28 21:07:41.854 ERRO slog-async: logger dropped messages due to channel overflow, count: 147, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55592022-04-28T21:07:46.132ZApr 28 21:07:41.940 ERRO slog-async: logger dropped messages due to channel overflow, count: 767, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55602022-04-28T21:07:46.138ZApr 28 21:07:41.943 ERRO slog-async: logger dropped messages due to channel overflow, count: 513, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55612022-04-28T21:07:46.145ZApr 28 21:07:41.976 ERRO slog-async: logger dropped messages due to channel overflow, count: 205, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55622022-04-28T21:07:46.152ZApr 28 21:07:41.976 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55632022-04-28T21:07:46.159ZApr 28 21:07:41.999 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55642022-04-28T21:07:46.164ZApr 28 21:07:42.000 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55652022-04-28T21:07:46.171ZApr 28 21:07:42.273 ERRO slog-async: logger dropped messages due to channel overflow, count: 255
55662022-04-28T21:07:46.185Ztest integration_tests::oximeter::test_oximeter_reregistration ... ok
55672022-04-28T21:07:46.191ZApr 28 21:07:43.914 ERRO slog-async: logger dropped messages due to channel overflow, count: 304, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55682022-04-28T21:07:46.198Ztest integration_tests::silos::test_silos ... ok
55692022-04-28T21:07:46.204Ztest integration_tests::unauthorized_coverage::test_unauthorized_coverage ... ok
55702022-04-28T21:07:46.210ZApr 28 21:07:45.484 ERRO slog-async: logger dropped messages due to channel overflow, count: 263, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55712022-04-28T21:07:46.216ZApr 28 21:07:45.484 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55722022-04-28T21:07:46.222ZApr 28 21:07:45.485 ERRO slog-async: logger dropped messages due to channel overflow, count: 11, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55732022-04-28T21:07:46.228Ztest integration_tests::projects::test_projects ... ok
55742022-04-28T21:07:46.651Ztest integration_tests::ssh_keys::test_ssh_keys ... ok
55752022-04-28T21:07:46.871ZApr 28 21:07:46.871 ERRO slog-async: logger dropped messages due to channel overflow, count: 977, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55762022-04-28T21:07:46.878ZApr 28 21:07:46.877 ERRO slog-async: logger dropped messages due to channel overflow, count: 643, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55772022-04-28T21:07:46.887ZApr 28 21:07:46.886 ERRO slog-async: logger dropped messages due to channel overflow, count: 107, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55782022-04-28T21:07:46.893ZApr 28 21:07:46.887 ERRO slog-async: logger dropped messages due to channel overflow, count: 687, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55792022-04-28T21:07:46.900ZApr 28 21:07:46.888 ERRO slog-async: logger dropped messages due to channel overflow, count: 85, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55802022-04-28T21:07:46.906ZApr 28 21:07:46.888 ERRO slog-async: logger dropped messages due to channel overflow, count: 57, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55812022-04-28T21:07:46.912ZApr 28 21:07:46.889 ERRO slog-async: logger dropped messages due to channel overflow, count: 85, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55822022-04-28T21:07:46.918ZApr 28 21:07:46.890 ERRO slog-async: logger dropped messages due to channel overflow, count: 27, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55832022-04-28T21:07:46.924ZApr 28 21:07:46.891 ERRO slog-async: logger dropped messages due to channel overflow, count: 49, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55842022-04-28T21:07:46.931ZApr 28 21:07:46.895 ERRO slog-async: logger dropped messages due to channel overflow, count: 101, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55852022-04-28T21:07:46.938ZApr 28 21:07:46.896 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55862022-04-28T21:07:46.945ZApr 28 21:07:46.897 ERRO slog-async: logger dropped messages due to channel overflow, count: 82, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55872022-04-28T21:07:46.951ZApr 28 21:07:46.899 ERRO slog-async: logger dropped messages due to channel overflow, count: 9, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55882022-04-28T21:07:46.957ZApr 28 21:07:46.903 ERRO slog-async: logger dropped messages due to channel overflow, count: 285, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55892022-04-28T21:07:46.964ZApr 28 21:07:46.907 ERRO slog-async: logger dropped messages due to channel overflow, count: 327, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55902022-04-28T21:07:46.970ZApr 28 21:07:46.907 ERRO slog-async: logger dropped messages due to channel overflow, count: 2, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55912022-04-28T21:07:46.976ZApr 28 21:07:46.907 ERRO slog-async: logger dropped messages due to channel overflow, count: 17, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55922022-04-28T21:07:47.115Ztest integration_tests::router_routes::test_router_routes ... ok
55932022-04-28T21:07:47.931ZApr 28 21:07:47.930 ERRO slog-async: logger dropped messages due to channel overflow, count: 735, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55942022-04-28T21:07:47.947ZApr 28 21:07:47.946 ERRO slog-async: logger dropped messages due to channel overflow, count: 559, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55952022-04-28T21:07:47.953ZApr 28 21:07:47.947 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55962022-04-28T21:07:47.960ZApr 28 21:07:47.956 ERRO slog-async: logger dropped messages due to channel overflow, count: 1247, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55972022-04-28T21:07:47.975ZApr 28 21:07:47.974 ERRO slog-async: logger dropped messages due to channel overflow, count: 59, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55982022-04-28T21:07:47.982ZApr 28 21:07:47.975 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
55992022-04-28T21:07:47.989ZApr 28 21:07:47.976 ERRO slog-async: logger dropped messages due to channel overflow, count: 117, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56002022-04-28T21:07:47.997ZApr 28 21:07:47.978 ERRO slog-async: logger dropped messages due to channel overflow, count: 160, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56012022-04-28T21:07:48.003ZApr 28 21:07:47.979 ERRO slog-async: logger dropped messages due to channel overflow, count: 21, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56022022-04-28T21:07:48.010ZApr 28 21:07:47.993 ERRO slog-async: logger dropped messages due to channel overflow, count: 1925, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56032022-04-28T21:07:48.565ZApr 28 21:07:48.564 ERRO slog-async: logger dropped messages due to channel overflow, count: 97
56042022-04-28T21:07:48.593Ztest integration_tests::timeseries::test_timeseries_schema ... ok
56052022-04-28T21:07:49.461ZApr 28 21:07:49.460 ERRO slog-async: logger dropped messages due to channel overflow, count: 93, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56062022-04-28T21:07:49.920Ztest integration_tests::updates::test_download_with_dots_fails ... ok
56072022-04-28T21:07:52.229Ztest integration_tests::users_builtin::test_users_builtin ... ok
56082022-04-28T21:07:53.081ZApr 28 21:07:53.080 ERRO slog-async: logger dropped messages due to channel overflow, count: 293, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56092022-04-28T21:07:53.097ZApr 28 21:07:53.097 ERRO slog-async: logger dropped messages due to channel overflow, count: 33, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56102022-04-28T21:07:53.115ZApr 28 21:07:53.115 ERRO slog-async: logger dropped messages due to channel overflow, count: 1225, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56112022-04-28T21:07:53.122ZApr 28 21:07:53.115 ERRO slog-async: logger dropped messages due to channel overflow, count: 723, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56122022-04-28T21:07:53.128ZApr 28 21:07:53.115 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56132022-04-28T21:07:53.135ZApr 28 21:07:53.118 ERRO slog-async: logger dropped messages due to channel overflow, count: 43, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56142022-04-28T21:07:53.141ZApr 28 21:07:53.125 ERRO slog-async: logger dropped messages due to channel overflow, count: 759, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56152022-04-28T21:07:53.147ZApr 28 21:07:53.129 ERRO slog-async: logger dropped messages due to channel overflow, count: 320, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56162022-04-28T21:07:53.154ZApr 28 21:07:53.137 ERRO slog-async: logger dropped messages due to channel overflow, count: 696, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56172022-04-28T21:07:53.393ZApr 28 21:07:53.388 ERRO slog-async: logger dropped messages due to channel overflow, count: 169
56182022-04-28T21:07:53.430Ztest integration_tests::updates::test_update_end_to_end ... ok
56192022-04-28T21:07:53.835ZApr 28 21:07:53.830 ERRO slog-async: logger dropped messages due to channel overflow, count: 329, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56202022-04-28T21:07:53.841ZApr 28 21:07:53.831 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56212022-04-28T21:07:53.873ZApr 28 21:07:53.872 ERRO slog-async: logger dropped messages due to channel overflow, count: 253, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56222022-04-28T21:07:53.884ZApr 28 21:07:53.882 ERRO slog-async: logger dropped messages due to channel overflow, count: 19, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56232022-04-28T21:07:53.891ZApr 28 21:07:53.885 ERRO slog-async: logger dropped messages due to channel overflow, count: 241, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent
56242022-04-28T21:07:54.312Ztest integration_tests::instances::test_instances_create_reboot_halt ... ok
56252022-04-28T21:07:59.129Ztest integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found ... ok
56262022-04-28T21:07:59.661Ztest integration_tests::zpools::test_zpool_put_success ... ok
56272022-04-28T21:08:00.688Ztest integration_tests::subnet_allocation::test_subnet_allocation ... ok
56282022-04-28T21:08:01.431Ztest integration_tests::vpc_firewall::test_vpc_firewall ... ok
56292022-04-28T21:08:05.561Ztest integration_tests::vpc_routers::test_vpc_routers ... ok
56302022-04-28T21:08:06.540Ztest integration_tests::vpcs::test_vpcs ... ok
56312022-04-28T21:08:06.796Ztest integration_tests::vpc_subnets::test_vpc_subnets ... ok
56322022-04-28T21:08:25.900Ztest integration_tests::unauthorized::test_unauthorized ... ok
56332022-04-28T21:08:25.907Z
56342022-04-28T21:08:25.913Ztest result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 130.76s
56352022-04-28T21:08:25.919Z
56362022-04-28T21:08:25.948Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-78b3ffc1a32992c9`
56372022-04-28T21:08:25.997Z
56382022-04-28T21:08:26.003Zrunning 0 tests
56392022-04-28T21:08:26.009Z
56402022-04-28T21:08:26.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56412022-04-28T21:08:26.021Z
56422022-04-28T21:08:26.027Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-b4bd849dbffa65ee`
56432022-04-28T21:08:26.047Z
56442022-04-28T21:08:26.053Zrunning 0 tests
56452022-04-28T21:08:26.060Z
56462022-04-28T21:08:26.066Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56472022-04-28T21:08:26.073Z
56482022-04-28T21:08:26.080Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-2ca4e60864e6bc23`
56492022-04-28T21:08:26.094Z
56502022-04-28T21:08:26.100Zrunning 3 tests
56512022-04-28T21:08:26.105Ztest internal::tests::test_configure_from_path ... ok
56522022-04-28T21:08:26.111Ztest internal::tests::test_emit_rpath ... ok
56532022-04-28T21:08:26.117Ztest internal::tests::test_configure_rpaths_from_bad_envvar - should panic ... ok
56542022-04-28T21:08:26.123Z
56552022-04-28T21:08:26.129Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56562022-04-28T21:08:26.135Z
56572022-04-28T21:08:26.142Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-4b367994f5559bd7`
56582022-04-28T21:08:26.243Z
56592022-04-28T21:08:26.250Zrunning 44 tests
56602022-04-28T21:08:26.288Ztest bootstrap::agent::tests::test_mac_to_socket_addr ... ok
56612022-04-28T21:08:26.305Ztest bootstrap::trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares ... ok
56622022-04-28T21:08:26.312Ztest common::instance::test::test_destroy_from_stopped_destroys_immediately ... ok
56632022-04-28T21:08:26.318Ztest common::instance::test::test_destroy_from_running_stops_first ... ok
56642022-04-28T21:08:26.326Ztest common::instance::test::test_migrating_from_invalid_states_fails ... ok
56652022-04-28T21:08:26.348Ztest common::instance::test::test_migrating_from_running ... ok
56662022-04-28T21:08:26.355Ztest common::instance::test::test_migrating_inconsistent_internal_state ... ok
56672022-04-28T21:08:26.361Ztest bootstrap::trust_quorum::share_distribution::tests::write_and_read ... ok
56682022-04-28T21:08:26.367Ztest common::instance::test::test_migrating_with_same_migration ... ok
56692022-04-28T21:08:26.373Ztest bootstrap::spdm::tests::test_recv_timeout ... ok
56702022-04-28T21:08:26.379Ztest common::instance::test::test_migrating_with_new_migration_fails ... ok
56712022-04-28T21:08:26.386Ztest common::instance::test::test_migrating_missing_params_fails ... ok
56722022-04-28T21:08:26.392Ztest common::instance::test::test_migrating_with_same_migration_different_propolis_fails ... ok
56732022-04-28T21:08:26.398Ztest common::instance::test::test_reboot ... ok
56742022-04-28T21:08:26.405Ztest common::instance::test::test_reboot_skip_starting_converges_to_running ... ok
56752022-04-28T21:08:26.410Ztest illumos::vnic::test::test_allocate ... ok
56762022-04-28T21:08:26.416Ztest common::instance::test::test_running_from_creating ... ok
56772022-04-28T21:08:26.422Ztest common::instance::test::test_reboot_skip_stopping_converges_to_running ... ok
56782022-04-28T21:08:26.428Ztest illumos::vnic::test::test_allocate_within_scopes ... ok
56792022-04-28T21:08:26.435Ztest illumos::zpool::test::test_parse_zpool ... ok
56802022-04-28T21:08:26.441Ztest illumos::zpool::test::test_parse_zpool_name ... ok
56812022-04-28T21:08:26.447Ztest illumos::zpool::test::test_parse_zpool_missing_column ... ok
56822022-04-28T21:08:26.454Ztest illumos::zpool::test::test_parse_bad_zpool_names ... ok
56832022-04-28T21:08:26.460Ztest rack_setup::config::test::test_subnets ... ok
56842022-04-28T21:08:26.466Ztest bootstrap::spdm::requester::tests::negotiation ... ok
56852022-04-28T21:08:26.473ZApr 28 21:08:26.351 INFO instance_ensure e398c5d5-5059-4e55-beac-3a1071083aaa -> InstanceRuntimeStateRequested { run_state: Running, migration_params: None }
56862022-04-28T21:08:26.485ZApr 28 21:08:26.351 INFO new instance
56872022-04-28T21:08:26.495Ztest bootstrap::trust_quorum::server::test::send_share ... ok
56882022-04-28T21:08:26.502Ztest instance_manager::test::ensure_instance ... ok
56892022-04-28T21:08:26.508ZApr 28 21:08:26.356 INFO Instance::new w/initial HW: InstanceHardware { runtime: InstanceRuntimeState { run_state: Creating, sled_uuid: eaf9df37-7ad2-4b71-b008-7edeb08fe413, propolis_uuid: ed895b13-55d5-4e0b-88e9-3f4e74d0d936, dst_propolis_uuid: None, propolis_addr: Some([fd00:1de::74]:12400), migration_uuid: None, ncpus: InstanceCpuCount(2), memory: ByteCount(536870912), hostname: "myvm", gen: Generation(1), time_updated: 2022-04-28T21:08:26.356010430Z }, nics: [], disks: [], cloud_init_bytes: None }
56902022-04-28T21:08:26.514ZApr 28 21:08:26.359 INFO transition to InstanceRuntimeStateRequested { run_state: Running, migration_params: None }; action: Run, instance id: e398c5d5-5059-4e55-beac-3a1071083aaa
56912022-04-28T21:08:26.520ZApr 28 21:08:26.359 INFO Taking action: Run, instance id: e398c5d5-5059-4e55-beac-3a1071083aaa
56922022-04-28T21:08:26.528Ztest instance::test::transition_before_start - should panic ... ok
56932022-04-28T21:08:26.534ZApr 28 21:08:26.373 INFO instance_ensure e398c5d5-5059-4e55-beac-3a1071083aaa -> InstanceRuntimeStateRequested { run_state: Running, migration_params: None }
56942022-04-28T21:08:26.540ZApr 28 21:08:26.373 INFO new instance
56952022-04-28T21:08:26.545ZApr 28 21:08:26.373 INFO instance_ensure e398c5d5-5059-4e55-beac-3a1071083aaa -> InstanceRuntimeStateRequested { run_state: Running, migration_params: None }
56962022-04-28T21:08:26.551ZApr 28 21:08:26.374 INFO instance already exists
56972022-04-28T21:08:26.558ZApr 28 21:08:26.374 INFO instance_ensure e398c5d5-5059-4e55-beac-3a1071083aaa -> InstanceRuntimeStateRequested { run_state: Running, migration_params: None }
56982022-04-28T21:08:26.564ZApr 28 21:08:26.374 INFO instance already exists
56992022-04-28T21:08:26.569Ztest instance_manager::test::ensure_instance_repeatedly ... ok
57002022-04-28T21:08:26.576Ztest sim::collection::test::test_sim_disk_attach_then_fault ... ok
57012022-04-28T21:08:26.582Ztest services::test::test_ensure_service ... ok
57022022-04-28T21:08:26.588Ztest sim::collection::test::test_sim_disk_attach_then_destroy ... ok
57032022-04-28T21:08:26.594Ztest bootstrap::trust_quorum::rack_secret::tests::create_and_verify ... ok
57042022-04-28T21:08:26.601Ztest sim::collection::test::test_sim_disk_transition_to_detached_states ... ok
57052022-04-28T21:08:26.607Ztest sim::collection::test::test_sim_instance_creating_to_stop ... ok
57062022-04-28T21:08:26.613Ztest storage_manager::test::serialize_dataset_info ... ok
57072022-04-28T21:08:26.620Ztest updates::test::test_write_artifact_to_filesystem ... ignored
57082022-04-28T21:08:26.627Ztest sim::collection::test::test_sim_instance_preempt_transition ... ok
57092022-04-28T21:08:26.633Ztest services::test::test_ensure_service_which_already_exists ... ok
57102022-04-28T21:08:26.639Ztest sim::collection::test::test_sim_instance_running_then_destroyed ... ok
57112022-04-28T21:08:26.646Ztest services::test::test_services_are_recreated_on_reboot ... ok
57122022-04-28T21:08:26.652Ztest services::test::test_services_do_not_persist_without_config ... ok
57132022-04-28T21:08:26.658Ztest sim::collection::test::test_sim_instance_reboot ... ok
57142022-04-28T21:08:26.664Ztest bootstrap::trust_quorum::rack_secret::tests::combine_deserialized_shares ... ok
57152022-04-28T21:08:26.697Z
57162022-04-28T21:08:26.703Ztest result: ok. 43 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.23s
57172022-04-28T21:08:26.709Z
57182022-04-28T21:08:26.725Z Running `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-6addf07f9fe7cc36`
57192022-04-28T21:08:26.732Z
57202022-04-28T21:08:26.738Zrunning 0 tests
57212022-04-28T21:08:26.744Z
57222022-04-28T21:08:26.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57232022-04-28T21:08:26.757Z
57242022-04-28T21:08:26.763Z Running `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-dff09460af960cb5`
57252022-04-28T21:08:26.769Z
57262022-04-28T21:08:26.776Zrunning 0 tests
57272022-04-28T21:08:26.782Z
57282022-04-28T21:08:26.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57292022-04-28T21:08:26.794Z
57302022-04-28T21:08:26.800Z Running `/work/oxidecomputer/omicron/target/debug/deps/mod-b68383b66d5fb546`
57312022-04-28T21:08:26.807Z
57322022-04-28T21:08:26.814Zrunning 5 tests
57332022-04-28T21:08:27.008Ztest integration_tests::commands::test_sled_agent_no_args ... ok
57342022-04-28T21:08:27.101Ztest integration_tests::commands::test_sled_agent_sim_no_args ... ok
57352022-04-28T21:08:27.145Ztest integration_tests::commands::test_sled_agent_openapi_bootagent ... ok
57362022-04-28T21:08:27.160Ztest integration_tests::commands::test_sled_agent_openapi_sled ... ok
57372022-04-28T21:08:27.414Ztest integration_tests::multicast::test_multicast_bootstrap_address ... ok
57382022-04-28T21:08:27.421Z
57392022-04-28T21:08:27.428Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s
57402022-04-28T21:08:27.434Z
57412022-04-28T21:08:27.440Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-dfda757e515818ec`
57422022-04-28T21:08:27.546Z
57432022-04-28T21:08:27.553Zrunning 13 tests
57442022-04-28T21:08:27.618Ztest dev::clickhouse::tests::test_clickhouse_in_path ... ok
57452022-04-28T21:08:27.635Ztest dev::clickhouse::tests::test_discover_local_listening_port_timeout ... ok
57462022-04-28T21:08:27.642Ztest dev::clickhouse::tests::test_discover_local_listening_port ... ok
57472022-04-28T21:08:27.648Ztest dev::db::test::test_make_pg_config_ok ... ok
57482022-04-28T21:08:27.656Ztest dev::db::test::test_make_pg_config_fail ... ok
57492022-04-28T21:08:27.662Ztest dev::clickhouse::tests::test_discover_local_listening_port_slow_write ... ok
57502022-04-28T21:08:27.668Ztest dev::db::test::test_starter_tmpdir ... ok
57512022-04-28T21:08:27.884Ztest dev::db::test::test_bad_cmd ... ok
57522022-04-28T21:08:27.908Ztest dev::db::test::test_database_start_hang ... ok
57532022-04-28T21:08:28.117Ztest dev::db::test::test_cmd_fails ... ok
57542022-04-28T21:08:29.366Ztest dev::db::test::test_setup_database_overridden_dir ... ok
57552022-04-28T21:08:29.962Ztest dev::db::test::test_database_concurrent ... ok
57562022-04-28T21:08:39.337Ztest dev::db::test::test_setup_database_default_dir ... ok
57572022-04-28T21:08:39.343Z
57582022-04-28T21:08:39.349Ztest result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.79s
57592022-04-28T21:08:39.356Z
57602022-04-28T21:08:39.368Z Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-4d9ace6ae8dee1f1`
57612022-04-28T21:08:39.392Z
57622022-04-28T21:08:39.399Zrunning 0 tests
57632022-04-28T21:08:39.420Z
57642022-04-28T21:08:39.427Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57652022-04-28T21:08:39.433Z
57662022-04-28T21:08:39.440Z Running `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-6ba26aef46655aed`
57672022-04-28T21:08:39.511Z
57682022-04-28T21:08:39.518Zrunning 6 tests
57692022-04-28T21:08:39.805Ztest test_omicron_dev_bad_cmd ... ok
57702022-04-28T21:08:39.811Ztest test_omicron_dev_db_populate_no_args ... ok
57712022-04-28T21:08:39.817Ztest test_omicron_dev_no_args ... ok
57722022-04-28T21:08:39.823Ztest test_omicron_dev_db_wipe_no_args ... ok
57732022-04-28T21:08:45.726Ztest test_db_killed ... ok
57742022-04-28T21:08:52.409Ztest test_db_run ... ok
57752022-04-28T21:08:52.415Z
57762022-04-28T21:08:52.421Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.90s
57772022-04-28T21:08:52.427Z
57782022-04-28T21:08:52.432Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter-74492e6a1558797c`
57792022-04-28T21:08:52.438Z
57802022-04-28T21:08:52.444Zrunning 26 tests
57812022-04-28T21:08:52.450Ztest histogram::tests::test_bin_range ... ok
57822022-04-28T21:08:52.456Ztest histogram::tests::test_bin_range_to ... ok
57832022-04-28T21:08:52.462Ztest histogram::tests::test_bin_range_from ... ok
57842022-04-28T21:08:52.468Ztest histogram::tests::test_ensure_finite ... ok
57852022-04-28T21:08:52.474Ztest histogram::tests::test_histogram_extreme_samples ... ok
57862022-04-28T21:08:52.480Ztest histogram::tests::test_histogram ... ok
57872022-04-28T21:08:52.486Ztest histogram::tests::test_histogram_extreme_bins ... ok
57882022-04-28T21:08:52.492Ztest histogram::tests::test_histogram_float_bins ... ok
57892022-04-28T21:08:52.497Ztest histogram::tests::test_histogram_unbounded_samples ... ok
57902022-04-28T21:08:52.514Ztest histogram::tests::test_histogram_unsorted_bins ... ok
57912022-04-28T21:08:52.521Ztest histogram::tests::test_histogram_to_arrays ... ok
57922022-04-28T21:08:52.527Ztest histogram::tests::test_histogram_with_bins ... ok
57932022-04-28T21:08:52.534Ztest histogram::tests::test_histogram_with_non_partitioned_bins ... ok
57942022-04-28T21:08:52.542Ztest histogram::tests::test_histogram_with_overlapping_bins ... ok
57952022-04-28T21:08:52.554Ztest histogram::tests::test_span_decade_i64 ... ok
57962022-04-28T21:08:52.564Ztest histogram::tests::test_span_decade_f64 ... ok
57972022-04-28T21:08:52.571Ztest histogram::tests::test_span_decades ... ok
57982022-04-28T21:08:52.576Ztest traits::tests::test_metric_trait ... ok
57992022-04-28T21:08:52.582Ztest traits::tests::test_target_trait ... ok
58002022-04-28T21:08:52.588Ztest traits::tests::test_producer_trait ... ok
58012022-04-28T21:08:52.595Ztest types::tests::test_cumulative_f64 ... ok
58022022-04-28T21:08:52.601Ztest types::tests::test_cumulative_i64 ... ok
58032022-04-28T21:08:52.607Ztest types::tests::test_datum ... ok
58042022-04-28T21:08:52.614Ztest types::tests::test_measurement ... ok
58052022-04-28T21:08:52.619Ztest types::tests::test_field_value_parse_as_type ... ok
58062022-04-28T21:08:52.626Ztest types::tests::test_sample_struct ... ok
58072022-04-28T21:08:52.631Z
58082022-04-28T21:08:52.637Ztest result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
58092022-04-28T21:08:52.643Z
58102022-04-28T21:08:52.649Z Running `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-53c61b813c9b086d`
58112022-04-28T21:08:52.656Z
58122022-04-28T21:08:52.663Zrunning 1 test
58132022-04-28T21:08:52.670Ztest test_compilation ... ignored
58142022-04-28T21:08:52.676Z
58152022-04-28T21:08:52.682Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
58162022-04-28T21:08:52.687Z
58172022-04-28T21:08:52.693Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-f88da147afcc876e`
58182022-04-28T21:08:52.699Z
58192022-04-28T21:08:52.704Zrunning 0 tests
58202022-04-28T21:08:52.710Z
58212022-04-28T21:08:52.716Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58222022-04-28T21:08:52.722Z
58232022-04-28T21:08:52.727Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-fc8038a724d8e738`
58242022-04-28T21:08:52.733Z
58252022-04-28T21:08:52.738Zrunning 0 tests
58262022-04-28T21:08:52.744Z
58272022-04-28T21:08:52.750Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58282022-04-28T21:08:52.756Z
58292022-04-28T21:08:52.762Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter-2ed0f260288589a5`
58302022-04-28T21:08:52.768Z
58312022-04-28T21:08:52.774Zrunning 0 tests
58322022-04-28T21:08:52.779Z
58332022-04-28T21:08:52.785Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58342022-04-28T21:08:52.791Z
58352022-04-28T21:08:52.797Z Running `/work/oxidecomputer/omicron/target/debug/deps/test_commands-400998c453e56d3b`
58362022-04-28T21:08:52.802Z
58372022-04-28T21:08:52.808Zrunning 2 tests
58382022-04-28T21:08:53.009Ztest test_oximeter_no_args ... ok
58392022-04-28T21:08:53.150Ztest test_oximeter_openapi ... ok
58402022-04-28T21:08:53.156Z
58412022-04-28T21:08:53.161Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
58422022-04-28T21:08:53.167Z
58432022-04-28T21:08:53.173Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-d1c8d5e66eac69f5`
58442022-04-28T21:08:53.281Z
58452022-04-28T21:08:53.287Zrunning 43 tests
58462022-04-28T21:08:53.447Ztest client::tests::test_bad_database_connection ... ok
58472022-04-28T21:08:54.055Ztest client::tests::test_build_client ... ok
58482022-04-28T21:08:54.304Ztest client::tests::test_schema_mismatch ... ok
58492022-04-28T21:08:54.321Ztest client::tests::test_client_insert ... ok
58502022-04-28T21:08:54.343Ztest client::tests::test_differentiate_by_timeseries_name ... ok
58512022-04-28T21:08:54.349Ztest client::tests::test_get_schema_no_new_values ... ok
58522022-04-28T21:08:54.395Ztest client::tests::test_client_select_timeseries_one ... ok
58532022-04-28T21:08:54.425Ztest client::tests::test_field_record_count ... ok
58542022-04-28T21:08:54.431Ztest client::tests::test_list_timeseries ... ok
58552022-04-28T21:08:54.736Ztest client::tests::test_schema_update ... ok
58562022-04-28T21:08:54.742Ztest client::tests::test_unravel_index ... ok
58572022-04-28T21:08:54.748Ztest model::tests::test_db_bool ... ok
58582022-04-28T21:08:54.754Ztest model::tests::test_db_bool_bad - should panic ... ok
58592022-04-28T21:08:54.760Ztest model::tests::test_db_histogram ... ok
58602022-04-28T21:08:54.781Ztest model::tests::test_histogram_to_arrays ... ok
58612022-04-28T21:08:54.786Ztest model::tests::test_parse_bad_cumulative_json_data - should panic ... ok
58622022-04-28T21:08:54.792Ztest model::tests::test_parse_string_datum_requiring_escape ... ok
58632022-04-28T21:08:54.798Ztest model::tests::test_parse_timeseries_histogram_measurement ... ok
58642022-04-28T21:08:54.804Ztest model::tests::test_parse_timeseries_scalar_cumulative_measurement ... ok
58652022-04-28T21:08:54.811Ztest model::tests::test_parse_timeseries_scalar_gauge_measurement ... ok
58662022-04-28T21:08:54.817Ztest model::tests::test_unroll_from_source ... ok
58672022-04-28T21:08:54.823Ztest model::tests::test_unroll_measurement_row ... ok
58682022-04-28T21:08:54.829Ztest query::tests::test_field_cmp ... ok
58692022-04-28T21:08:54.835Ztest query::tests::test_field_selector_as_query ... ok
58702022-04-28T21:08:54.841Ztest query::tests::test_field_value_as_db_str ... ok
58712022-04-28T21:08:54.847Ztest query::tests::test_select_query_builder_field_selectors ... ok
58722022-04-28T21:08:54.853Ztest query::tests::test_select_query_builder_filter_raw ... ok
58732022-04-28T21:08:54.861Ztest query::tests::test_select_query_builder_from_parts ... ok
58742022-04-28T21:08:54.867Ztest query::tests::test_select_query_builder_full ... ok
58752022-04-28T21:08:54.872Ztest query::tests::test_select_query_builder_limit_offset ... ok
58762022-04-28T21:08:54.878Ztest query::tests::test_select_query_builder_no_fields ... ok
58772022-04-28T21:08:54.884Ztest query::tests::test_select_query_builder_no_selectors ... ok
58782022-04-28T21:08:54.891Ztest query::tests::test_string_field_selector ... ok
58792022-04-28T21:08:54.897Ztest query::tests::test_time_range ... ok
58802022-04-28T21:08:54.904Ztest tests::test_timeseries_name ... ok
58812022-04-28T21:08:54.910Ztest tests::test_timeseries_name_from_str ... ok
58822022-04-28T21:08:55.097Ztest client::tests::test_select_timeseries_with_all ... ok
58832022-04-28T21:08:55.138Ztest client::tests::test_timeseries_schema_list ... ok
58842022-04-28T21:08:55.150Ztest client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values ... ok
58852022-04-28T21:08:55.164Ztest client::tests::test_select_timeseries_with_select_one ... ok
58862022-04-28T21:08:55.170Ztest client::tests::test_unquoted_64bit_integers ... ok
58872022-04-28T21:08:55.178Ztest client::tests::test_select_timeseries_with_select_one_field_with_multiple_values ... ok
58882022-04-28T21:08:55.230Ztest client::tests::test_select_timeseries_with_start_time ... ok
58892022-04-28T21:08:55.236Z
58902022-04-28T21:08:55.242Ztest result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.95s
58912022-04-28T21:08:55.248Z
58922022-04-28T21:08:55.255Z Running `/work/oxidecomputer/omicron/target/debug/deps/oxdb-6260544ddd1d9313`
58932022-04-28T21:08:55.290Z
58942022-04-28T21:08:55.296Zrunning 0 tests
58952022-04-28T21:08:55.302Z
58962022-04-28T21:08:55.308Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
58972022-04-28T21:08:55.314Z
58982022-04-28T21:08:55.321Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-66849c75e4d9ff4f`
58992022-04-28T21:08:55.339Z
59002022-04-28T21:08:55.345Zrunning 1 test
59012022-04-28T21:08:55.373Ztest http::tests::test_latency_tracker ... ok
59022022-04-28T21:08:55.380Z
59032022-04-28T21:08:55.386Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
59042022-04-28T21:08:55.392Z
59052022-04-28T21:08:55.398Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-6a1fc9777dc7f4fc`
59062022-04-28T21:08:55.404Z
59072022-04-28T21:08:55.410Zrunning 14 tests
59082022-04-28T21:08:55.417Ztest tests::test_metric_enum ... ok
59092022-04-28T21:08:55.422Ztest tests::test_extract_datum_type_by_annotatd_field ... ok
59102022-04-28T21:08:55.452Ztest tests::test_extract_datum_type_by_field_name ... ok
59112022-04-28T21:08:55.458Ztest tests::test_extract_datum_type_named_and_annotated ... ok
59122022-04-28T21:08:55.467Ztest tests::test_extract_datum_type_multiple_annotated_fields ... ok
59132022-04-28T21:08:55.475Ztest tests::test_extract_datum_type_named_and_annotated_same_field ... ok
59142022-04-28T21:08:55.480Ztest tests::test_metric_without_datum_field ... ok
59152022-04-28T21:08:55.487Ztest tests::test_target_empty_struct ... ok
59162022-04-28T21:08:55.494Ztest tests::test_target_enum ... ok
59172022-04-28T21:08:55.500Ztest tests::test_target ... ok
59182022-04-28T21:08:55.506Ztest tests::test_target_unit_struct ... ok
59192022-04-28T21:08:55.512Ztest tests::test_target_with_datum_field ... ok
59202022-04-28T21:08:55.518Ztest tests::test_metric_datum_field ... ok
59212022-04-28T21:08:55.524Ztest tests::test_metric_annotated_field ... ok
59222022-04-28T21:08:55.531Z
59232022-04-28T21:08:55.537Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
59242022-04-28T21:08:55.543Z
59252022-04-28T21:08:55.549Z Running `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-74f76721f1c42a46`
59262022-04-28T21:08:55.555Z
59272022-04-28T21:08:55.561Zrunning 0 tests
59282022-04-28T21:08:55.567Z
59292022-04-28T21:08:55.573Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59302022-04-28T21:08:55.579Z
59312022-04-28T21:08:55.585Z Running `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-cf14b0543b7fca0c`
59322022-04-28T21:08:55.591Z
59332022-04-28T21:08:55.597Zrunning 0 tests
59342022-04-28T21:08:55.603Z
59352022-04-28T21:08:55.609Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59362022-04-28T21:08:55.615Z
59372022-04-28T21:08:55.621Z Running `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-100e147475c9d141`
59382022-04-28T21:08:55.627Z
59392022-04-28T21:08:55.633Zrunning 0 tests
59402022-04-28T21:08:55.639Z
59412022-04-28T21:08:55.644Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59422022-04-28T21:08:55.650Z
59432022-04-28T21:08:55.656Z Running `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-f6ce2330bf700755`
59442022-04-28T21:08:55.662Z
59452022-04-28T21:08:55.668Zrunning 0 tests
59462022-04-28T21:08:55.674Z
59472022-04-28T21:08:55.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59482022-04-28T21:08:55.685Z
59492022-04-28T21:08:55.691Z Doc-tests api_identity
59502022-04-28T21:08:55.697Z Running `rustdoc --edition=2021 --crate-type proc-macro --crate-name api_identity --test /work/oxidecomputer/omicron/api_identity/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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
59512022-04-28T21:08:56.326Z
59522022-04-28T21:08:56.332Zrunning 0 tests
59532022-04-28T21:08:56.338Z
59542022-04-28T21:08:56.344Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59552022-04-28T21:08:56.350Z
59562022-04-28T21:08:56.355Z Doc-tests authz-macros
59572022-04-28T21:08:56.361Z Running `rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test /work/oxidecomputer/omicron/nexus/src/authz/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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-32eceade793ea7f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9263dfd59b87ecd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
59582022-04-28T21:08:56.832Z
59592022-04-28T21:08:56.862Zrunning 5 tests
59602022-04-28T21:08:56.871Ztest src/lib.rs - authz_resource (line 25) ... ignored
59612022-04-28T21:08:56.879Ztest src/lib.rs - authz_resource (line 44) ... ignored
59622022-04-28T21:08:56.886Ztest src/lib.rs - authz_resource (line 57) ... ignored
59632022-04-28T21:08:56.892Ztest src/lib.rs - authz_resource (line 74) ... ignored
59642022-04-28T21:08:56.899Ztest src/lib.rs - authz_resource (line 89) ... ignored
59652022-04-28T21:08:56.906Z
59662022-04-28T21:08:56.912Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
59672022-04-28T21:08:56.919Z
59682022-04-28T21:08:56.926Z Doc-tests db-macros
59692022-04-28T21:08:56.933Z Running `rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test /work/oxidecomputer/omicron/nexus/src/db/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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-32eceade793ea7f8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-ede886504aa9a002.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9263dfd59b87ecd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
59702022-04-28T21:08:57.602Z
59712022-04-28T21:08:57.608Zrunning 2 tests
59722022-04-28T21:08:57.615Ztest src/lib.rs - lookup_resource (line 27) ... ignored
59732022-04-28T21:08:57.621Ztest src/lib.rs - lookup_resource (line 47) ... ignored
59742022-04-28T21:08:57.627Z
59752022-04-28T21:08:57.633Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
59762022-04-28T21:08:57.638Z
59772022-04-28T21:08:57.644Z Doc-tests gateway-client
59782022-04-28T21:08:57.650Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-618a8f42fec1e2c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -D warnings --error-format human`
59792022-04-28T21:08:59.280Z
59802022-04-28T21:08:59.287Zrunning 0 tests
59812022-04-28T21:08:59.292Z
59822022-04-28T21:08:59.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59832022-04-28T21:08:59.305Z
59842022-04-28T21:08:59.313Z Doc-tests gateway-messages
59852022-04-28T21:08:59.320Z Running `rustdoc --edition=2021 --crate-type lib --crate-name gateway_messages --test /work/oxidecomputer/omicron/gateway-messages/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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-4d03e45c250cd080.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-52aca7424b3663dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-dce86022adea4365.so -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -D warnings --error-format human`
59862022-04-28T21:08:59.957Z
59872022-04-28T21:08:59.965Zrunning 0 tests
59882022-04-28T21:08:59.972Z
59892022-04-28T21:08:59.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59902022-04-28T21:08:59.983Z
59912022-04-28T21:08:59.990Z Doc-tests gateway-sp-comms
59922022-04-28T21:08:59.996Z Running `rustdoc --edition=2018 --crate-type lib --crate-name gateway_sp_comms --test /work/oxidecomputer/omicron/gateway-sp-comms/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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b7ae6060b9186811.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-208706d6d7bdaa03.rlib --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-05e72ac991a768b1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-423760b5c8ade894.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -D warnings --error-format human`
59932022-04-28T21:09:00.975Z
59942022-04-28T21:09:00.983Zrunning 0 tests
59952022-04-28T21:09:00.990Z
59962022-04-28T21:09:00.997Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59972022-04-28T21:09:01.004Z
59982022-04-28T21:09:01.010Z Doc-tests internal-dns
59992022-04-28T21:09:01.017Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-38b74e007e55d030.rlib --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-5592f7c75febf3d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-1c01e97d4a0b12ab.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bcca9aa353db87cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ed6a16ee77d8fb2c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-63e95156cd800055.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-bc15b39733bef905.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f3959ef9bbf819c6.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-1d1a3998b558893c.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-77ef57d9dc62135a.rlib -C embed-bitcode=no -D warnings --error-format human`
60002022-04-28T21:09:01.795Z
60012022-04-28T21:09:01.802Zrunning 0 tests
60022022-04-28T21:09:01.809Z
60032022-04-28T21:09:01.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60042022-04-28T21:09:01.823Z
60052022-04-28T21:09:01.830Z Doc-tests internal-dns-client
60062022-04-28T21:09:01.836Z Running `rustdoc --edition=2021 --crate-type lib --crate-name internal_dns_client --test /work/oxidecomputer/omicron/internal-dns-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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern internal_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_client-5592f7c75febf3d4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib -C embed-bitcode=no -D warnings --error-format human`
60072022-04-28T21:09:02.346Z
60082022-04-28T21:09:02.352Zrunning 0 tests
60092022-04-28T21:09:02.359Z
60102022-04-28T21:09:02.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60112022-04-28T21:09:02.372Z
60122022-04-28T21:09:02.378Z Doc-tests nexus-client
60132022-04-28T21:09:02.384Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -D warnings --error-format human`
60142022-04-28T21:09:03.903Z
60152022-04-28T21:09:03.910Zrunning 0 tests
60162022-04-28T21:09:03.916Z
60172022-04-28T21:09:03.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60182022-04-28T21:09:03.928Z
60192022-04-28T21:09:03.941Z Doc-tests nexus-test-utils
60202022-04-28T21:09:03.948Z Running `rustdoc --edition=2021 --crate-type lib --crate-name nexus_test_utils --test /work/oxidecomputer/omicron/nexus/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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-323b17bd8a5bd354.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ed0f702ce612a9ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ebd722ee4eb7c938.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-968f72e799de139d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-50d41761a94b31f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -D warnings --error-format human`
60212022-04-28T21:09:05.444Z
60222022-04-28T21:09:05.450Zrunning 0 tests
60232022-04-28T21:09:05.457Z
60242022-04-28T21:09:05.463Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60252022-04-28T21:09:05.470Z
60262022-04-28T21:09:05.481Z Doc-tests nexus-test-utils-macros
60272022-04-28T21:09:05.488Z Running `rustdoc --edition=2021 --crate-type proc-macro --crate-name nexus_test_utils_macros --test /work/oxidecomputer/omicron/nexus/test-utils-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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4195dffcb44d528e.so --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
60282022-04-28T21:09:05.721Z
60292022-04-28T21:09:05.728Zrunning 0 tests
60302022-04-28T21:09:05.734Z
60312022-04-28T21:09:05.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60322022-04-28T21:09:05.747Z
60332022-04-28T21:09:05.753Z Doc-tests omicron-common
60342022-04-28T21:09:05.758Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f0001a5c42710563.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -D warnings --error-format human`
60352022-04-28T21:09:08.094Z
60362022-04-28T21:09:08.101Zrunning 0 tests
60372022-04-28T21:09:08.107Z
60382022-04-28T21:09:08.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60392022-04-28T21:09:08.119Z
60402022-04-28T21:09:08.141Z Doc-tests omicron-gateway
60412022-04-28T21:09:08.148Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f46a815d0eaad9f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b7ae6060b9186811.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5fbd9e653ee5bac0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-e3f4ed2d4b9b2d0e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3401d6fe48fdd62f.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-624ce9675c01f27d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -D warnings --error-format human`
60422022-04-28T21:09:09.316Z
60432022-04-28T21:09:09.323Zrunning 0 tests
60442022-04-28T21:09:09.329Z
60452022-04-28T21:09:09.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60462022-04-28T21:09:09.343Z
60472022-04-28T21:09:09.354Z Doc-tests omicron-nexus
60482022-04-28T21:09:09.361Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-86a92f693a611441.so --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0cf1436cc03934b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-94f47cb3faed3fb7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-9337458902b82fe8.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-fcf59afbdbde8dda.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-259bafc7843bd09c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8f14d956e328ef96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3096c59f7f2b6055.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-9891ded4e30b9134.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6152ab6e4ddfec32.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2550b885445a4567.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e34fe99f9a5a22bf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-3179c6ffaa6facf7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-55af4510f6b2587a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-05a74a31c91119ec.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-caa99a9868af65b8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-4a92703c2c6498ff.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-994f4ac3ac5276f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-323b17bd8a5bd354.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-4195dffcb44d528e.so --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-daca5a4ec4067aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-ed0f702ce612a9ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-225248f675be6469.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ebd722ee4eb7c938.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a89f3032713c76f0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-78a2e8e90b2f5208.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-50d41761a94b31f8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-3a06f10a2d724212.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e3ace23baf86592.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8239c97c4e4aae92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fc8e22767ab01796.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a85923f0c7625637.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-635bfb5a5caeb922.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f00920ab151d59ce.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-64eb119f9fd400cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b30964e28f7d5608.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-423760b5c8ade894.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
60492022-04-28T21:09:23.185Z
60502022-04-28T21:09:23.192Zrunning 6 tests
60512022-04-28T21:09:26.213Ztest src/nexus.rs - nexus::Nexus::unimplemented_todo (line 403) ... ok
60522022-04-28T21:09:26.219Ztest src/nexus.rs - nexus::Nexus::unimplemented_todo (line 331) ... ok
60532022-04-28T21:09:26.267Ztest src/nexus.rs - nexus::Nexus::unimplemented_todo (line 373) ... ok
60542022-04-28T21:09:26.273Ztest src/nexus.rs - nexus::Nexus::unimplemented_todo (line 309) ... ok
60552022-04-28T21:09:26.278Ztest src/db/lookup.rs - db::lookup::LookupPath (line 43) ... ok
60562022-04-28T21:09:26.667Ztest src/db/collection_insert.rs - db::collection_insert::DatastoreCollection (line 30) ... ok
60572022-04-28T21:09:26.673Z
60582022-04-28T21:09:26.678Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.50s
60592022-04-28T21:09:26.684Z
60602022-04-28T21:09:26.840Z Doc-tests omicron-package
60612022-04-28T21:09:26.846Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2859567a2bd02916.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-6ac8fab42e482fa3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-19f0c2fffc1bf794.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-bd1c77838ba0bc2b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cc4e85cd9e54a20a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-79304d183f3e7b8d.so --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-73caa01e8e3d5623.rlib -C embed-bitcode=no -D warnings --error-format human`
60622022-04-28T21:09:27.327Z
60632022-04-28T21:09:27.334Zrunning 0 tests
60642022-04-28T21:09:27.339Z
60652022-04-28T21:09:27.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60662022-04-28T21:09:27.351Z
60672022-04-28T21:09:27.357Z Doc-tests omicron-rpaths
60682022-04-28T21:09:27.363Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-12971278047ff0b9.rlib -C embed-bitcode=no -D warnings --error-format human`
60692022-04-28T21:09:27.577Z
60702022-04-28T21:09:27.583Zrunning 0 tests
60712022-04-28T21:09:27.589Z
60722022-04-28T21:09:27.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60732022-04-28T21:09:27.602Z
60742022-04-28T21:09:27.607Z Doc-tests omicron-sled-agent
60752022-04-28T21:09:27.614Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-21d5064b190a9fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-385d26aca7d14e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3096c59f7f2b6055.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-024eb78d3306af4a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-30d2f73bbc2b96ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3af6f8a61e3749fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7af0366e00579e9d.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-52c22fb68f18529a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-571c27ab8c5bd3cc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3afe7df3f910e67d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-92a3e3f8799ebda7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-635bfb5a5caeb922.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1c04c66a6239c410.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b5d3f45fbee9f97c.rlib --extern spdm=/work/oxidecomputer/omicron/target/debug/deps/libspdm-4b73a51270793896.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-3dfcab45db0d0b8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-96e97b20ce3f4883.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-0861e511273c945d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cb0f712c2a78350a.rlib -C embed-bitcode=no -D warnings --error-format human`
60762022-04-28T21:09:30.328Z
60772022-04-28T21:09:30.334Zrunning 0 tests
60782022-04-28T21:09:30.340Z
60792022-04-28T21:09:30.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60802022-04-28T21:09:30.376Z
60812022-04-28T21:09:30.382Z Doc-tests omicron-test-utils
60822022-04-28T21:09:30.388Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9bf1d22b504a9881.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a86bd37610c04b32.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-dd21f45841791b10.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3dd49b6e16a3567.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-10b283f4be1667b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7c8cd2dfcf553f93.rlib -C embed-bitcode=no -D warnings --error-format human`
60832022-04-28T21:09:30.977Z
60842022-04-28T21:09:30.984Zrunning 0 tests
60852022-04-28T21:09:30.990Z
60862022-04-28T21:09:30.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60872022-04-28T21:09:31.002Z
60882022-04-28T21:09:31.008Z Doc-tests oximeter
60892022-04-28T21:09:31.015Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-0d8f271454d1a7d7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d094f84c3728ff01.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-62eeec3fe796b2b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -D warnings --error-format human`
60902022-04-28T21:09:31.882Z
60912022-04-28T21:09:31.889Zrunning 10 tests
60922022-04-28T21:09:32.243Ztest src/traits.rs - traits::Metric (line 129) - compile fail ... ok
60932022-04-28T21:09:32.577Ztest src/lib.rs - (line 24) ... ok
60942022-04-28T21:09:33.228Ztest src/traits.rs - traits::Metric (line 109) ... ok
60952022-04-28T21:09:33.286Ztest src/histogram.rs - histogram::SpanDecade (line 534) ... ok
60962022-04-28T21:09:33.369Ztest src/histogram.rs - histogram::Histogram (line 204) ... ok
60972022-04-28T21:09:33.458Ztest src/histogram.rs - histogram::Histogram<T>::with_bins (line 261) ... ok
60982022-04-28T21:09:33.504Ztest src/histogram.rs - histogram::Histogram<T>::span_decades (line 482) ... ok
60992022-04-28T21:09:33.527Ztest src/traits.rs - traits::Producer (line 297) ... ok
61002022-04-28T21:09:33.576Ztest src/traits.rs - traits::Target (line 31) ... ok
61012022-04-28T21:09:33.661Ztest src/traits.rs - traits::Target (line 57) - compile fail ... ok
61022022-04-28T21:09:33.668Z
61032022-04-28T21:09:33.675Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.78s
61042022-04-28T21:09:33.681Z
61052022-04-28T21:09:33.690Z Doc-tests oximeter-client
61062022-04-28T21:09:33.697Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ebd722ee4eb7c938.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -D warnings --error-format human`
61072022-04-28T21:09:34.280Z
61082022-04-28T21:09:34.287Zrunning 0 tests
61092022-04-28T21:09:34.293Z
61102022-04-28T21:09:34.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61112022-04-28T21:09:34.304Z
61122022-04-28T21:09:34.311Z Doc-tests oximeter-collector
61132022-04-28T21:09:34.316Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-c6f67bb0f7dc506b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-35ce76042a4d6b75.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9e458e6d2b6fc37d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-968f72e799de139d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a89f3032713c76f0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-dddee745fe625a08.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -D warnings --error-format human`
61142022-04-28T21:09:34.969Z
61152022-04-28T21:09:34.976Zrunning 0 tests
61162022-04-28T21:09:34.981Z
61172022-04-28T21:09:34.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61182022-04-28T21:09:34.994Z
61192022-04-28T21:09:35.002Z Doc-tests oximeter-db
61202022-04-28T21:09:35.008Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e11d27096ba7a1e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7e7dad2de2394936.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a89f3032713c76f0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0d80b6f838aecc99.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-53a440776c1d04f9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f7b4082af6298d73.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-9190b66ef3d0d83a.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -D warnings --error-format human`
61212022-04-28T21:09:36.540Z
61222022-04-28T21:09:36.546Zrunning 0 tests
61232022-04-28T21:09:36.553Z
61242022-04-28T21:09:36.558Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61252022-04-28T21:09:36.565Z
61262022-04-28T21:09:36.571Z Doc-tests oximeter-instruments
61272022-04-28T21:09:36.578Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-0f9279e6eafe316d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-78a2e8e90b2f5208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -D warnings --error-format human`
61282022-04-28T21:09:36.974Z
61292022-04-28T21:09:36.981Zrunning 0 tests
61302022-04-28T21:09:36.987Z
61312022-04-28T21:09:36.993Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61322022-04-28T21:09:37.000Z
61332022-04-28T21:09:37.006Z Doc-tests oximeter-macro-impl
61342022-04-28T21:09:37.012Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0796bbadec385ca0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d094f84c3728ff01.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-b3d50f098d5c0d75.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-463db6bc46ce4fe8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
61352022-04-28T21:09:37.287Z
61362022-04-28T21:09:37.293Zrunning 0 tests
61372022-04-28T21:09:37.299Z
61382022-04-28T21:09:37.305Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61392022-04-28T21:09:37.311Z
61402022-04-28T21:09:37.318Z Doc-tests oximeter-producer
61412022-04-28T21:09:37.324Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-89143d35f116538a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97e0a4469b052c12.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-50d41761a94b31f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5ed676dbf7e072.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -D warnings --error-format human`
61422022-04-28T21:09:37.846Z
61432022-04-28T21:09:37.853Zrunning 0 tests
61442022-04-28T21:09:37.859Z
61452022-04-28T21:09:37.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61462022-04-28T21:09:37.872Z
61472022-04-28T21:09:37.878Z Doc-tests sled-agent-client
61482022-04-28T21:09:37.885Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-d3a1bd78e475046e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-793f66f13e744f8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-45834a0d09a6c1d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-635bfb5a5caeb922.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b81a5c31b748df4d.rlib -C embed-bitcode=no -D warnings --error-format human`
61492022-04-28T21:09:39.255Z
61502022-04-28T21:09:39.260Zrunning 0 tests
61512022-04-28T21:09:39.282Z
61522022-04-28T21:09:39.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61532022-04-28T21:09:39.293Z
61542022-04-28T21:09:39.299Z Doc-tests sp-sim
61552022-04-28T21:09:39.306Z 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/ring-ac6ac2a5559bb77a/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ab2622333268a6e4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-beafa45614662b8c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-2f9fc29ef5115bb8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3279e63bafba7aa9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f4815f7f9f2e7bc7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-04e2be859671b716.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-97240a2950cd691f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d31a22cf4ef82e1f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5c879c394c4c5352.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-ebc9ab9797561f43.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3401d6fe48fdd62f.rlib --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-493e19eaa0a14a33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-023035df6f012a30.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0987475df44c49f5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5ea977ca2b53357d.rlib -C embed-bitcode=no -D warnings --error-format human`
61562022-04-28T21:09:39.988Z
61572022-04-28T21:09:39.994Zrunning 0 tests
61582022-04-28T21:09:40.000Z
61592022-04-28T21:09:40.005Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61602022-04-28T21:09:40.012Z
61612022-04-28T21:09:40.043Z
61622022-04-28T21:09:40.049Zreal 15:16.764156655
61632022-04-28T21:09:40.055Zuser 58:04.206522007
61642022-04-28T21:09:40.061Zsys 14:30.533376866
61652022-04-28T21:09:40.067Ztrap 11.035494589
61662022-04-28T21:09:40.073Ztflt 15.156939246
61672022-04-28T21:09:40.078Zdflt 19.508040208
61682022-04-28T21:09:40.084Zkflt 0.242034500
61692022-04-28T21:09:40.090Zlock 36:58:33.578014447
61702022-04-28T21:09:40.096Zslp 4:07:22.551868694
61712022-04-28T21:09:40.102Zlat 10:36.128111744
61722022-04-28T21:09:40.109Zstop 6:24.032906186
61732022-04-28T21:09:40.114Z+ unset TMPDIR
61742022-04-28T21:09:40.123Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
61752022-04-28T21:09:40.129Zfiles in /var/tmp/omicron_tmp (none expected on success):
61762022-04-28T21:09:40.135Z+ find /var/tmp/omicron_tmp -ls
61772022-04-28T21:09:40.141Z197333 17 drwxr-xr-x 7 build build 7 Apr 28 21:09 /var/tmp/omicron_tmp
61782022-04-28T21:09:40.147Z201856 2 drwxr-xr-x 3 build build 6 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs
61792022-04-28T21:09:40.152Z201857 2 -rw-r--r-- 1 build build 772 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/cockroachdb_stdout
61802022-04-28T21:09:40.159Z201858 2 -rw-r--r-- 1 build build 710 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/cockroachdb_stderr
61812022-04-28T21:09:40.165Z201661 1 -rw-r----- 1 build build 50 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/listen-url
61822022-04-28T21:09:40.170Z201859 2 drwxr-xr-x 5 build build 18 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data
61832022-04-28T21:09:40.176Z201867 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach.advertise-sql-addr
61842022-04-28T21:09:40.181Z201872 1 -rw-r----- 1 build build 0 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/LOCK
61852022-04-28T21:09:40.188Z201875 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach.advertise-addr
61862022-04-28T21:09:40.194Z201866 1 -rw-r----- 1 build build 61 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/temp-dirs-record.txt
61872022-04-28T21:09:40.200Z201876 18 drwxr-xr-x 4 build build 13 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/logs
61882022-04-28T21:09:40.207Z201881 2 -rw-r----- 1 build build 2364 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/logs/cockroach-pebble.ip-10-150-1-193.build.2022-04-28T20_39_43Z.002964.log
61892022-04-28T21:09:40.213Z201880 2 -rw-r----- 1 build build 1094 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/logs/cockroach-stderr.ip-10-150-1-193.build.2022-04-28T20_39_43Z.002964.log
61902022-04-28T21:09:40.219Z201884 2 drwxr-xr-x 2 build build 2 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/logs/heap_profiler
61912022-04-28T21:09:40.225Z201507 3 -rw-r----- 1 build build 4653 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/logs/cockroach-pebble.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004814.log
61922022-04-28T21:09:40.231Z200939 2 -rw-r----- 1 build build 1036 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/logs/cockroach-stderr.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004814.log
61932022-04-28T21:09:40.237Z201878 2 drwxr-xr-x 2 build build 2 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/logs/goroutine_dump
61942022-04-28T21:09:40.243Z201879 105 -rw-r----- 1 build build 232229 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/logs/cockroach.ip-10-150-1-193.build.2022-04-28T20_39_43Z.002964.log
61952022-04-28T21:09:40.248Z200940 1 lrwxrwxrwx 1 build build 70 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/logs/cockroach-stderr.log -> cockroach-stderr.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004814.log
61962022-04-28T21:09:40.254Z200942 1 lrwxrwxrwx 1 build build 63 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/logs/cockroach.log -> cockroach.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004814.log
61972022-04-28T21:09:40.260Z200941 7 -rw-r----- 1 build build 14309 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/logs/cockroach.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004814.log
61982022-04-28T21:09:40.266Z201508 1 lrwxrwxrwx 1 build build 70 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/logs/cockroach-pebble.log -> cockroach-pebble.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004814.log
61992022-04-28T21:09:40.272Z201766 2 -rw-r----- 1 build build 2222 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/OPTIONS-000015
62002022-04-28T21:09:40.278Z200945 1 -rw-r----- 1 build build 16 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/CURRENT
62012022-04-28T21:09:40.283Z201860 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach.http-addr
62022022-04-28T21:09:40.290Z201540 53 -rw-r----- 1 build build 151154 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/000017.log
62032022-04-28T21:09:40.296Z200943 2 drwxr-xr-x 3 build build 9 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach-temp108227188
62042022-04-28T21:09:40.302Z200946 2 drwxr-x--- 2 build build 2 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach-temp108227188/auxiliary
62052022-04-28T21:09:40.308Z200951 2 -rw-r----- 1 build build 2159 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach-temp108227188/OPTIONS-000003
62062022-04-28T21:09:40.314Z200948 1 -rw-r----- 1 build build 50 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach-temp108227188/MANIFEST-000001
62072022-04-28T21:09:40.320Z200950 1 -rw-r----- 1 build build 0 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach-temp108227188/000002.log
62082022-04-28T21:09:40.326Z200947 1 -rw-r----- 1 build build 0 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach-temp108227188/LOCK
62092022-04-28T21:09:40.331Z200944 1 -rw-r----- 1 build build 0 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach-temp108227188/TEMP_DIR.LOCK
62102022-04-28T21:09:40.337Z200949 1 -rw-r----- 1 build build 16 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach-temp108227188/CURRENT
62112022-04-28T21:09:40.343Z201863 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach.sql-addr
62122022-04-28T21:09:40.349Z201869 2 drwxr-xr-x 2 build build 2 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/auxiliary
62132022-04-28T21:09:40.355Z201660 53 -rw-r----- 1 build build 184458 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/000013.log
62142022-04-28T21:09:40.360Z201413 299 -rw-r----- 1 build build 290543 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/000016.sst
62152022-04-28T21:09:40.366Z201154 1 -rw-r----- 1 build build 504 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/MANIFEST-000014
62162022-04-28T21:09:40.372Z201870 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpv9ysfs/data/cockroach.listen-addr
62172022-04-28T21:09:40.378Z201156 2 drwxr-xr-x 3 build build 6 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G
62182022-04-28T21:09:40.384Z201157 2 -rw-r--r-- 1 build build 772 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/cockroachdb_stdout
62192022-04-28T21:09:40.390Z201159 2 drwxr-xr-x 5 build build 18 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data
62202022-04-28T21:09:40.396Z201199 1 -rw-r----- 1 build build 504 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/MANIFEST-000014
62212022-04-28T21:09:40.403Z201201 53 -rw-r----- 1 build build 185108 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/000013.log
62222022-04-28T21:09:40.409Z201176 18 drwxr-xr-x 4 build build 13 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/logs
62232022-04-28T21:09:40.415Z201417 1 lrwxrwxrwx 1 build build 63 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/logs/cockroach.log -> cockroach.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004835.log
62242022-04-28T21:09:40.421Z201416 7 -rw-r----- 1 build build 14307 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/logs/cockroach.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004835.log
62252022-04-28T21:09:40.427Z201414 2 -rw-r----- 1 build build 1036 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/logs/cockroach-stderr.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004835.log
62262022-04-28T21:09:40.433Z201421 3 -rw-r----- 1 build build 4647 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/logs/cockroach-pebble.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004835.log
62272022-04-28T21:09:40.438Z201249 2 -rw-r----- 1 build build 2364 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/logs/cockroach-pebble.ip-10-150-1-193.build.2022-04-28T20_39_43Z.002964.log
62282022-04-28T21:09:40.444Z201248 2 -rw-r----- 1 build build 1094 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/logs/cockroach-stderr.ip-10-150-1-193.build.2022-04-28T20_39_43Z.002964.log
62292022-04-28T21:09:40.450Z201422 1 lrwxrwxrwx 1 build build 70 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/logs/cockroach-pebble.log -> cockroach-pebble.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004835.log
62302022-04-28T21:09:40.455Z201415 1 lrwxrwxrwx 1 build build 70 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/logs/cockroach-stderr.log -> cockroach-stderr.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004835.log
62312022-04-28T21:09:40.461Z201178 2 drwxr-xr-x 2 build build 2 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/logs/goroutine_dump
62322022-04-28T21:09:40.467Z201179 105 -rw-r----- 1 build build 232229 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/logs/cockroach.ip-10-150-1-193.build.2022-04-28T20_39_43Z.002964.log
62332022-04-28T21:09:40.472Z201252 2 drwxr-xr-x 2 build build 2 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/logs/heap_profiler
62342022-04-28T21:09:40.478Z201170 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach.listen-addr
62352022-04-28T21:09:40.483Z201418 2 drwxr-xr-x 3 build build 9 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach-temp211839883
62362022-04-28T21:09:40.489Z201920 1 -rw-r----- 1 build build 0 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach-temp211839883/LOCK
62372022-04-28T21:09:40.495Z201544 1 -rw-r----- 1 build build 0 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach-temp211839883/000002.log
62382022-04-28T21:09:40.501Z201919 2 drwxr-x--- 2 build build 2 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach-temp211839883/auxiliary
62392022-04-28T21:09:40.507Z201419 1 -rw-r----- 1 build build 0 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach-temp211839883/TEMP_DIR.LOCK
62402022-04-28T21:09:40.513Z201545 2 -rw-r----- 1 build build 2159 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach-temp211839883/OPTIONS-000003
62412022-04-28T21:09:40.518Z201922 1 -rw-r----- 1 build build 16 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach-temp211839883/CURRENT
62422022-04-28T21:09:40.524Z201921 1 -rw-r----- 1 build build 50 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach-temp211839883/MANIFEST-000001
62432022-04-28T21:09:40.530Z201202 2 -rw-r----- 1 build build 2222 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/OPTIONS-000015
62442022-04-28T21:09:40.535Z201163 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach.sql-addr
62452022-04-28T21:09:40.540Z201200 1 -rw-r----- 1 build build 16 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/CURRENT
62462022-04-28T21:09:40.546Z201172 1 -rw-r----- 1 build build 0 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/LOCK
62472022-04-28T21:09:40.552Z201203 299 -rw-r----- 1 build build 290543 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/000016.sst
62482022-04-28T21:09:40.558Z201169 2 drwxr-xr-x 2 build build 2 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/auxiliary
62492022-04-28T21:09:40.564Z201166 1 -rw-r----- 1 build build 61 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/temp-dirs-record.txt
62502022-04-28T21:09:40.570Z201160 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach.http-addr
62512022-04-28T21:09:40.590Z201167 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach.advertise-sql-addr
62522022-04-28T21:09:40.597Z201283 48 -rw-r----- 1 build build 140918 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/000017.log
62532022-04-28T21:09:40.603Z201175 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/data/cockroach.advertise-addr
62542022-04-28T21:09:40.609Z201158 2 -rw-r--r-- 1 build build 710 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/cockroachdb_stderr
62552022-04-28T21:09:40.615Z201923 1 -rw-r----- 1 build build 50 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpNmZC5G/listen-url
62562022-04-28T21:09:40.620Z200045 2 drwxr-xr-x 3 build build 3 Apr 28 21:05 /var/tmp/omicron_tmp/internal-dns-test.qflyhGAmNsXa
62572022-04-28T21:09:40.649Z200046 2 drwxr-xr-x 3 build build 5 Apr 28 21:05 /var/tmp/omicron_tmp/internal-dns-test.qflyhGAmNsXa/test
62582022-04-28T21:09:40.655Z200049 1 -rw-r--r-- 1 build build 136 Apr 28 21:05 /var/tmp/omicron_tmp/internal-dns-test.qflyhGAmNsXa/test/db
62592022-04-28T21:09:40.660Z200048 1 -rw-r--r-- 1 build build 62 Apr 28 21:05 /var/tmp/omicron_tmp/internal-dns-test.qflyhGAmNsXa/test/conf
62602022-04-28T21:09:40.667Z200047 2 drwxr-xr-x 2 build build 2 Apr 28 21:05 /var/tmp/omicron_tmp/internal-dns-test.qflyhGAmNsXa/test/blobs
62612022-04-28T21:09:40.674Z200756 2 drwxr-xr-x 3 build build 3 Apr 28 21:05 /var/tmp/omicron_tmp/internal-dns-test.sj9CeloLzDUQ
62622022-04-28T21:09:40.680Z200757 2 drwxr-xr-x 3 build build 5 Apr 28 21:05 /var/tmp/omicron_tmp/internal-dns-test.sj9CeloLzDUQ/test
62632022-04-28T21:09:40.685Z200760 1 -rw-r--r-- 1 build build 182 Apr 28 21:05 /var/tmp/omicron_tmp/internal-dns-test.sj9CeloLzDUQ/test/db
62642022-04-28T21:09:40.691Z200759 1 -rw-r--r-- 1 build build 62 Apr 28 21:05 /var/tmp/omicron_tmp/internal-dns-test.sj9CeloLzDUQ/test/conf
62652022-04-28T21:09:40.697Z200758 2 drwxr-xr-x 2 build build 2 Apr 28 21:05 /var/tmp/omicron_tmp/internal-dns-test.sj9CeloLzDUQ/test/blobs
62662022-04-28T21:09:40.703Z201511 2 drwxr-xr-x 3 build build 6 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9
62672022-04-28T21:09:40.709Z201512 2 -rw-r--r-- 1 build build 772 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/cockroachdb_stdout
62682022-04-28T21:09:40.715Z201514 2 drwxr-xr-x 5 build build 18 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data
62692022-04-28T21:09:40.722Z201524 2 drwxr-xr-x 2 build build 2 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/auxiliary
62702022-04-28T21:09:40.728Z201918 1 -rw-r----- 1 build build 16 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/CURRENT
62712022-04-28T21:09:40.734Z201525 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach.listen-addr
62722022-04-28T21:09:40.740Z201522 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach.advertise-sql-addr
62732022-04-28T21:09:40.746Z201543 2 -rw-r----- 1 build build 2222 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/OPTIONS-000015
62742022-04-28T21:09:40.752Z201214 60 -rw-r----- 1 build build 165920 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/000017.log
62752022-04-28T21:09:40.757Z201531 18 drwxr-xr-x 4 build build 13 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/logs
62762022-04-28T21:09:40.763Z201768 1 lrwxrwxrwx 1 build build 70 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/logs/cockroach-stderr.log -> cockroach-stderr.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004837.log
62772022-04-28T21:09:40.769Z201775 1 lrwxrwxrwx 1 build build 70 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/logs/cockroach-pebble.log -> cockroach-pebble.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004837.log
62782022-04-28T21:09:40.774Z201533 2 drwxr-xr-x 2 build build 2 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/logs/goroutine_dump
62792022-04-28T21:09:40.780Z201770 1 lrwxrwxrwx 1 build build 63 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/logs/cockroach.log -> cockroach.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004837.log
62802022-04-28T21:09:40.786Z201539 2 drwxr-xr-x 2 build build 2 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/logs/heap_profiler
62812022-04-28T21:09:40.792Z201534 105 -rw-r----- 1 build build 232229 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/logs/cockroach.ip-10-150-1-193.build.2022-04-28T20_39_43Z.002964.log
62822022-04-28T21:09:40.798Z201536 2 -rw-r----- 1 build build 2364 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/logs/cockroach-pebble.ip-10-150-1-193.build.2022-04-28T20_39_43Z.002964.log
62832022-04-28T21:09:40.805Z201535 2 -rw-r----- 1 build build 1094 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/logs/cockroach-stderr.ip-10-150-1-193.build.2022-04-28T20_39_43Z.002964.log
62842022-04-28T21:09:40.812Z201769 7 -rw-r----- 1 build build 14309 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/logs/cockroach.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004837.log
62852022-04-28T21:09:40.818Z201767 2 -rw-r----- 1 build build 1036 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/logs/cockroach-stderr.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004837.log
62862022-04-28T21:09:40.824Z201774 3 -rw-r----- 1 build build 4662 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/logs/cockroach-pebble.ip-10-150-1-193.build.2022-04-28T21_06_07Z.004837.log
62872022-04-28T21:09:40.830Z201771 2 drwxr-xr-x 3 build build 9 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach-temp097155261
62882022-04-28T21:09:40.835Z201671 1 -rw-r----- 1 build build 50 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach-temp097155261/MANIFEST-000001
62892022-04-28T21:09:40.841Z201674 2 -rw-r----- 1 build build 2159 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach-temp097155261/OPTIONS-000003
62902022-04-28T21:09:40.847Z201672 1 -rw-r----- 1 build build 16 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach-temp097155261/CURRENT
62912022-04-28T21:09:40.861Z201772 1 -rw-r----- 1 build build 0 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach-temp097155261/TEMP_DIR.LOCK
62922022-04-28T21:09:40.866Z201670 1 -rw-r----- 1 build build 0 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach-temp097155261/LOCK
62932022-04-28T21:09:40.873Z201673 1 -rw-r----- 1 build build 0 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach-temp097155261/000002.log
62942022-04-28T21:09:40.879Z201669 2 drwxr-x--- 2 build build 2 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach-temp097155261/auxiliary
62952022-04-28T21:09:40.885Z201542 53 -rw-r----- 1 build build 183430 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/000013.log
62962022-04-28T21:09:40.890Z201521 1 -rw-r----- 1 build build 61 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/temp-dirs-record.txt
62972022-04-28T21:09:40.896Z201527 1 -rw-r----- 1 build build 0 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/LOCK
62982022-04-28T21:09:40.902Z201515 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach.http-addr
62992022-04-28T21:09:40.908Z201518 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach.sql-addr
63002022-04-28T21:09:40.914Z202008 299 -rw-r----- 1 build build 290543 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/000016.sst
63012022-04-28T21:09:40.921Z201917 1 -rw-r----- 1 build build 504 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/MANIFEST-000014
63022022-04-28T21:09:40.927Z201530 1 -rw-r----- 1 build build 15 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/data/cockroach.advertise-addr
63032022-04-28T21:09:40.933Z201513 2 -rw-r--r-- 1 build build 710 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/cockroachdb_stderr
63042022-04-28T21:09:40.938Z201279 1 -rw-r----- 1 build build 50 Apr 28 21:06 /var/tmp/omicron_tmp/.tmpyYVTg9/listen-url
63052022-04-28T21:09:40.945Z+ rmdir /var/tmp/omicron_tmp
63062022-04-28T21:09:40.951Zrmdir: directory "/var/tmp/omicron_tmp": Directory not empty
63072022-04-28T21:09:40.958Zprocess exited: duration 2484565 ms, exit code 2
 
63082022-04-28T21:09:40.995Zfound 0 output files