|
|
|
| 1 | 2022-05-03T18:10:15.826Z | job assigned to worker 01G25HSCDSHSSC9KZH7PHK88R8 (queued for 1 m 7 s) |
| |
| 2 | 2022-05-03T18:10:16.649Z | starting task 0: "setup" |
| 3 | 2022-05-03T18:10:16.718Z | + groupadd -g 12345 build |
| 4 | 2022-05-03T18:10:16.725Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 5 | 2022-05-03T18:10:18.735Z | + zfs create -o mountpoint=/work rpool/work |
| 6 | 2022-05-03T18:10:18.965Z | + mkdir -p /home/build |
| 7 | 2022-05-03T18:10:18.971Z | + chown build:build /home/build /work |
| 8 | 2022-05-03T18:10:19.972Z | + chmod 0700 /home/build /work |
| 9 | 2022-05-03T18:10:19.978Z | process exited: duration 3309 ms, exit code 0 |
| |
| 10 | 2022-05-03T18:10:20.009Z | starting task 1: "rust-toolchain" |
| 11 | 2022-05-03T18:10:20.024Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 12 | 2022-05-03T18:10:20.033Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2022-04-27 --profile default |
| 13 | 2022-05-03T18:10:20.148Z | info: downloading installer |
| 14 | 2022-05-03T18:10:21.237Z | warning: it looks like you have an existing installation of Rust at: |
| 15 | 2022-05-03T18:10:21.243Z | warning: /opt/ooce/bin |
| 16 | 2022-05-03T18:10:21.249Z | warning: rustup should not be installed alongside Rust. Please uninstall your existing Rust first. |
| 17 | 2022-05-03T18:10:21.256Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 18 | 2022-05-03T18:10:21.262Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 19 | 2022-05-03T18:10:21.269Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 20 | 2022-05-03T18:10:21.276Z | warning: or pass `-y' to ignore all ignorable checks. |
| 21 | 2022-05-03T18:10:21.282Z | error: cannot install while Rust is installed |
| 22 | 2022-05-03T18:10:21.288Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 23 | 2022-05-03T18:10:21.393Z | info: profile set to 'default' |
| 24 | 2022-05-03T18:10:21.400Z | info: default host triple is x86_64-unknown-illumos |
| 25 | 2022-05-03T18:10:21.406Z | info: syncing channel updates for 'nightly-2022-04-27-x86_64-unknown-illumos' |
| 26 | 2022-05-03T18:10:21.605Z | info: latest update on 2022-04-27, rust version 1.62.0-nightly (082e4ca49 2022-04-26) |
| 27 | 2022-05-03T18:10:21.617Z | info: downloading component 'cargo' |
| 28 | 2022-05-03T18:10:22.061Z | info: downloading component 'clippy' |
| 29 | 2022-05-03T18:10:22.257Z | info: downloading component 'rust-docs' |
| 30 | 2022-05-03T18:10:23.256Z | info: downloading component 'rust-std' |
| 31 | 2022-05-03T18:10:24.560Z | info: downloading component 'rustc' |
| 32 | 2022-05-03T18:10:28.312Z | info: downloading component 'rustfmt' |
| 33 | 2022-05-03T18:10:28.699Z | info: installing component 'cargo' |
| 34 | 2022-05-03T18:10:28.706Z | error: error: 'sysinfo not supported on this platform' |
| 35 | 2022-05-03T18:10:29.908Z | info: installing component 'clippy' |
| 36 | 2022-05-03T18:10:29.914Z | error: error: 'sysinfo not supported on this platform' |
| 37 | 2022-05-03T18:10:30.357Z | info: installing component 'rust-docs' |
| 38 | 2022-05-03T18:10:30.364Z | error: error: 'sysinfo not supported on this platform' |
| 39 | 2022-05-03T18:10:33.471Z | info: installing component 'rust-std' |
| 40 | 2022-05-03T18:10:33.477Z | error: error: 'sysinfo not supported on this platform' |
| 41 | 2022-05-03T18:10:36.402Z | info: installing component 'rustc' |
| 42 | 2022-05-03T18:10:36.409Z | error: error: 'sysinfo not supported on this platform' |
| 43 | 2022-05-03T18:10:42.747Z | info: installing component 'rustfmt' |
| 44 | 2022-05-03T18:10:42.753Z | error: error: 'sysinfo not supported on this platform' |
| 45 | 2022-05-03T18:10:43.542Z | info: default toolchain set to 'nightly-2022-04-27-x86_64-unknown-illumos' |
| 46 | 2022-05-03T18:10:43.558Z | |
| 47 | 2022-05-03T18:10:43.686Z | nightly-2022-04-27-x86_64-unknown-illumos installed - rustc 1.62.0-nightly (082e4ca49 2022-04-26) |
| 48 | 2022-05-03T18:10:43.692Z | |
| 49 | 2022-05-03T18:10:43.698Z | |
| 50 | 2022-05-03T18:10:43.704Z | Rust is installed now. Great! |
| 51 | 2022-05-03T18:10:43.710Z | |
| 52 | 2022-05-03T18:10:43.715Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2022-05-03T18:10:43.721Z | environment variable. This has not been done automatically. |
| 54 | 2022-05-03T18:10:43.726Z | |
| 55 | 2022-05-03T18:10:43.732Z | To configure your current shell, run: |
| 56 | 2022-05-03T18:10:43.737Z | source $HOME/.cargo/env |
| 57 | 2022-05-03T18:10:43.810Z | + rustc --version |
| 58 | 2022-05-03T18:10:43.998Z | rustc 1.62.0-nightly (082e4ca49 2022-04-26) |
| 59 | 2022-05-03T18:10:44.009Z | process exited: duration 23990 ms, exit code 0 |
| |
| 60 | 2022-05-03T18:10:44.037Z | starting task 2: "authentication" |
| 61 | 2022-05-03T18:10:44.054Z | process exited: duration 11 ms, exit code 0 |
| |
| 62 | 2022-05-03T18:10:44.081Z | starting task 3: "clone repository" |
| 63 | 2022-05-03T18:10:44.094Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2022-05-03T18:10:44.100Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2022-05-03T18:10:44.241Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2022-05-03T18:10:46.713Z | + cd /work/oxidecomputer/omicron |
| 67 | 2022-05-03T18:10:46.720Z | + [[ -n '' ]] |
| 68 | 2022-05-03T18:10:46.726Z | + git fetch origin d25ed758dfa76c1b568724391b28378f34f922ff |
| 69 | 2022-05-03T18:10:47.392Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2022-05-03T18:10:47.398Z | * branch d25ed758dfa76c1b568724391b28378f34f922ff -> FETCH_HEAD |
| 71 | 2022-05-03T18:10:47.404Z | + git reset --hard d25ed758dfa76c1b568724391b28378f34f922ff |
| 72 | 2022-05-03T18:10:47.450Z | HEAD is now at d25ed758 Merge remote-tracking branch 'origin/main' into fail-ci-on-test-detritus |
| 73 | 2022-05-03T18:10:47.456Z | process exited: duration 3365 ms, exit code 0 |
| |
| 74 | 2022-05-03T18:10:47.485Z | starting task 4: "build" |
| 75 | 2022-05-03T18:10:47.500Z | + cargo --version |
| 76 | 2022-05-03T18:10:47.678Z | cargo 1.62.0-nightly (edffc4ada 2022-04-19) |
| 77 | 2022-05-03T18:10:47.684Z | + rustc --version |
| 78 | 2022-05-03T18:10:47.846Z | rustc 1.62.0-nightly (082e4ca49 2022-04-26) |
| 79 | 2022-05-03T18:10:47.852Z | + banner clickhouse |
| 80 | 2022-05-03T18:10:47.859Z | |
| 81 | 2022-05-03T18:10:47.864Z | #### # # #### # # # # #### # # #### ###### |
| 82 | 2022-05-03T18:10:47.870Z | # # # # # # # # # # # # # # # # |
| 83 | 2022-05-03T18:10:47.893Z | # # # # #### ###### # # # # #### ##### |
| 84 | 2022-05-03T18:10:47.898Z | # # # # # # # # # # # # # # |
| 85 | 2022-05-03T18:10:47.904Z | # # # # # # # # # # # # # # # # # |
| 86 | 2022-05-03T18:10:47.910Z | #### ###### # #### # # # # #### #### #### ###### |
| 87 | 2022-05-03T18:10:47.916Z | |
| 88 | 2022-05-03T18:10:47.922Z | + ptime -m ./tools/ci_download_clickhouse |
| 89 | 2022-05-03T18:10:47.928Z | + set -o errexit |
| 90 | 2022-05-03T18:10:47.933Z | +++ dirname ./tools/ci_download_clickhouse |
| 91 | 2022-05-03T18:10:47.939Z | ++ cd ./tools |
| 92 | 2022-05-03T18:10:47.944Z | ++ pwd |
| 93 | 2022-05-03T18:10:47.950Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 94 | 2022-05-03T18:10:47.956Z | ++ basename ./tools/ci_download_clickhouse |
| 95 | 2022-05-03T18:10:47.962Z | + ARG0=ci_download_clickhouse |
| 96 | 2022-05-03T18:10:47.968Z | + TARGET_DIR=out |
| 97 | 2022-05-03T18:10:47.974Z | + DOWNLOAD_DIR=out/downloads |
| 98 | 2022-05-03T18:10:47.980Z | + DEST_DIR=./out/clickhouse |
| 99 | 2022-05-03T18:10:47.985Z | + CIDL_VERSION=v21.7 |
| 100 | 2022-05-03T18:10:47.991Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 101 | 2022-05-03T18:10:47.997Z | ++ CIDL_MD5_DARWIN=7e22bd0b0108dee55605dd563a5698df |
| 102 | 2022-05-03T18:10:48.002Z | ++ CIDL_MD5_LINUX=f821613422cda8bb3c7f281eeb87f145 |
| 103 | 2022-05-03T18:10:48.008Z | ++ CIDL_MD5_ILLUMOS=2870157143dc78b1ebe1e3dfabe5fd61 |
| 104 | 2022-05-03T18:10:48.014Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 105 | 2022-05-03T18:10:48.019Z | + main |
| 106 | 2022-05-03T18:10:48.025Z | + [[ 0 != 0 ]] |
| 107 | 2022-05-03T18:10:48.030Z | + CIDL_OS=solaris2.11 |
| 108 | 2022-05-03T18:10:48.036Z | + [[ 0 != 0 ]] |
| 109 | 2022-05-03T18:10:48.042Z | + configure_os solaris2.11 |
| 110 | 2022-05-03T18:10:48.048Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 111 | 2022-05-03T18:10:48.053Z | current directory: /work/oxidecomputer/omicron |
| 112 | 2022-05-03T18:10:48.059Z | + echo 'configuring based on OS: "solaris2.11"' |
| 113 | 2022-05-03T18:10:48.065Z | configuring based on OS: "solaris2.11" |
| 114 | 2022-05-03T18:10:48.070Z | + case "$1" in |
| 115 | 2022-05-03T18:10:48.076Z | + CIDL_PLATFORM=illumos |
| 116 | 2022-05-03T18:10:48.082Z | + CIDL_MD5=2870157143dc78b1ebe1e3dfabe5fd61 |
| 117 | 2022-05-03T18:10:48.087Z | + CIDL_MD5FUNC=do_md5sum |
| 118 | 2022-05-03T18:10:48.093Z | + TARBALL_DIRNAME=clickhouse-v21.7 |
| 119 | 2022-05-03T18:10:48.099Z | + TARBALL_FILENAME=clickhouse-v21.7.illumos.tar.gz |
| 120 | 2022-05-03T18:10:48.105Z | + TARBALL_FILE=out/downloads/clickhouse-v21.7.illumos.tar.gz |
| 121 | 2022-05-03T18:10:48.111Z | + TARBALL_DIR=out/downloads/clickhouse-v21.7 |
| 122 | 2022-05-03T18:10:48.118Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz |
| 123 | 2022-05-03T18:10:48.123Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz' |
| 124 | 2022-05-03T18:10:48.130Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz |
| 125 | 2022-05-03T18:10:48.136Z | + echo 'Local file: out/downloads/clickhouse-v21.7.illumos.tar.gz' |
| 126 | 2022-05-03T18:10:48.142Z | Local file: out/downloads/clickhouse-v21.7.illumos.tar.gz |
| 127 | 2022-05-03T18:10:48.147Z | + mkdir -p out/downloads |
| 128 | 2022-05-03T18:10:48.153Z | + mkdir -p ./out/clickhouse |
| 129 | 2022-05-03T18:10:48.158Z | + local DO_DOWNLOAD=true |
| 130 | 2022-05-03T18:10:48.164Z | + [[ -f out/downloads/clickhouse-v21.7.illumos.tar.gz ]] |
| 131 | 2022-05-03T18:10:48.170Z | + '[' true == true ']' |
| 132 | 2022-05-03T18:10:48.176Z | + echo Downloading... |
| 133 | 2022-05-03T18:10:48.181Z | Downloading... |
| 134 | 2022-05-03T18:10:48.188Z | + 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 |
| 135 | 2022-05-03T18:10:48.194Z | + 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 |
| 136 | 2022-05-03T18:10:49.795Z | ++ do_md5sum out/downloads/clickhouse-v21.7.illumos.tar.gz |
| 137 | 2022-05-03T18:10:49.801Z | ++ md5sum |
| 138 | 2022-05-03T18:10:49.806Z | ++ awk '{print $1}' |
| 139 | 2022-05-03T18:10:49.969Z | + calculated_md5=2870157143dc78b1ebe1e3dfabe5fd61 |
| 140 | 2022-05-03T18:10:49.976Z | + [[ 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 ]] |
| 141 | 2022-05-03T18:10:49.981Z | + do_untar out/downloads/clickhouse-v21.7.illumos.tar.gz ./out/clickhouse |
| 142 | 2022-05-03T18:10:49.988Z | + mkdir -p ./out/clickhouse |
| 143 | 2022-05-03T18:10:49.993Z | + tar xzf out/downloads/clickhouse-v21.7.illumos.tar.gz -C ./out/clickhouse |
| 144 | 2022-05-03T18:10:53.356Z | + ./out/clickhouse/clickhouse server --version |
| 145 | 2022-05-03T18:10:53.942Z | ClickHouse server version 21.7.1.1. |
| 146 | 2022-05-03T18:10:53.956Z | |
| 147 | 2022-05-03T18:10:53.962Z | real 6.076535321 |
| 148 | 2022-05-03T18:10:53.968Z | user 2.677399080 |
| 149 | 2022-05-03T18:10:53.974Z | sys 1.236217335 |
| 150 | 2022-05-03T18:10:53.979Z | trap 0.003223924 |
| 151 | 2022-05-03T18:10:53.985Z | tflt 0.080266840 |
| 152 | 2022-05-03T18:10:53.991Z | dflt 0.305682231 |
| 153 | 2022-05-03T18:10:53.997Z | kflt 0.001537498 |
| 154 | 2022-05-03T18:10:54.003Z | lock 0.000000000 |
| 155 | 2022-05-03T18:10:54.009Z | slp 10.717251407 |
| 156 | 2022-05-03T18:10:54.023Z | lat 0.846688122 |
| 157 | 2022-05-03T18:10:54.029Z | stop 0.000281862 |
| 158 | 2022-05-03T18:10:54.037Z | + banner cockroach |
| 159 | 2022-05-03T18:10:54.043Z | |
| 160 | 2022-05-03T18:10:54.049Z | #### #### #### # # ##### #### ## #### # # |
| 161 | 2022-05-03T18:10:54.055Z | # # # # # # # # # # # # # # # # # # |
| 162 | 2022-05-03T18:10:54.060Z | # # # # #### # # # # # # # ###### |
| 163 | 2022-05-03T18:10:54.066Z | # # # # # # ##### # # ###### # # # |
| 164 | 2022-05-03T18:10:54.072Z | # # # # # # # # # # # # # # # # # # |
| 165 | 2022-05-03T18:10:54.077Z | #### #### #### # # # # #### # # #### # # |
| 166 | 2022-05-03T18:10:54.082Z | |
| 167 | 2022-05-03T18:10:54.088Z | + ptime -m bash ./tools/ci_download_cockroachdb |
| 168 | 2022-05-03T18:10:54.094Z | + set -o errexit |
| 169 | 2022-05-03T18:10:54.099Z | +++ dirname ./tools/ci_download_cockroachdb |
| 170 | 2022-05-03T18:10:54.104Z | ++ cd ./tools |
| 171 | 2022-05-03T18:10:54.110Z | ++ pwd |
| 172 | 2022-05-03T18:10:54.116Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 173 | 2022-05-03T18:10:54.121Z | ++ basename ./tools/ci_download_cockroachdb |
| 174 | 2022-05-03T18:10:54.127Z | + ARG0=ci_download_cockroachdb |
| 175 | 2022-05-03T18:10:54.132Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 176 | 2022-05-03T18:10:54.138Z | + CIDL_VERSION=v21.2.9 |
| 177 | 2022-05-03T18:10:54.147Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 178 | 2022-05-03T18:10:54.152Z | ++ CIDL_MD5_DARWIN=1074a0946f57b65331a3a5723e068645 |
| 179 | 2022-05-03T18:10:54.158Z | ++ CIDL_MD5_LINUX=50348e9a4e48d4a6ef973650a9edf09d |
| 180 | 2022-05-03T18:10:54.164Z | ++ CIDL_MD5_ILLUMOS=7efc03b988983e3f1829814c48553822 |
| 181 | 2022-05-03T18:10:54.170Z | + TARGET_DIR=out |
| 182 | 2022-05-03T18:10:54.191Z | + DOWNLOAD_DIR=out/downloads |
| 183 | 2022-05-03T18:10:54.197Z | + DEST_DIR=./out/cockroachdb |
| 184 | 2022-05-03T18:10:54.203Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 185 | 2022-05-03T18:10:54.209Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 186 | 2022-05-03T18:10:54.215Z | + main |
| 187 | 2022-05-03T18:10:54.221Z | + [[ 0 != 0 ]] |
| 188 | 2022-05-03T18:10:54.227Z | + CIDL_OS=solaris2.11 |
| 189 | 2022-05-03T18:10:54.234Z | + [[ 0 != 0 ]] |
| 190 | 2022-05-03T18:10:54.239Z | + configure_os solaris2.11 |
| 191 | 2022-05-03T18:10:54.245Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 192 | 2022-05-03T18:10:54.251Z | current directory: /work/oxidecomputer/omicron |
| 193 | 2022-05-03T18:10:54.257Z | + echo 'configuring based on OS: "solaris2.11"' |
| 194 | 2022-05-03T18:10:54.263Z | configuring based on OS: "solaris2.11" |
| 195 | 2022-05-03T18:10:54.269Z | + case "$1" in |
| 196 | 2022-05-03T18:10:54.275Z | + CIDL_BUILD=illumos |
| 197 | 2022-05-03T18:10:54.280Z | + CIDL_SUFFIX=tar.gz |
| 198 | 2022-05-03T18:10:54.286Z | + CIDL_MD5=7efc03b988983e3f1829814c48553822 |
| 199 | 2022-05-03T18:10:54.292Z | + CIDL_MD5FUNC=do_md5sum |
| 200 | 2022-05-03T18:10:54.298Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 201 | 2022-05-03T18:10:54.304Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 202 | 2022-05-03T18:10:54.310Z | + TARBALL_DIRNAME=cockroach-v21.2.9.illumos |
| 203 | 2022-05-03T18:10:54.317Z | + TARBALL_FILENAME=cockroach-v21.2.9.illumos.tar.gz |
| 204 | 2022-05-03T18:10:54.323Z | + TARBALL_FILE=out/downloads/cockroach-v21.2.9.illumos.tar.gz |
| 205 | 2022-05-03T18:10:54.329Z | + TARBALL_DIR=out/downloads/cockroach-v21.2.9.illumos |
| 206 | 2022-05-03T18:10:54.335Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v21.2.9.illumos.tar.gz |
| 207 | 2022-05-03T18:10:54.340Z | + echo 'URL: https://illumos.org/downloads/cockroach-v21.2.9.illumos.tar.gz' |
| 208 | 2022-05-03T18:10:54.346Z | URL: https://illumos.org/downloads/cockroach-v21.2.9.illumos.tar.gz |
| 209 | 2022-05-03T18:10:54.352Z | + echo 'Local file: out/downloads/cockroach-v21.2.9.illumos.tar.gz' |
| 210 | 2022-05-03T18:10:54.359Z | Local file: out/downloads/cockroach-v21.2.9.illumos.tar.gz |
| 211 | 2022-05-03T18:10:54.365Z | + mkdir -p out/downloads |
| 212 | 2022-05-03T18:10:54.371Z | + mkdir -p ./out/cockroachdb |
| 213 | 2022-05-03T18:10:54.377Z | + local DO_DOWNLOAD=true |
| 214 | 2022-05-03T18:10:54.383Z | + [[ -f out/downloads/cockroach-v21.2.9.illumos.tar.gz ]] |
| 215 | 2022-05-03T18:10:54.389Z | + '[' true == true ']' |
| 216 | 2022-05-03T18:10:54.395Z | + echo Downloading... |
| 217 | 2022-05-03T18:10:54.401Z | Downloading... |
| 218 | 2022-05-03T18:10:54.408Z | + do_download_curl https://illumos.org/downloads/cockroach-v21.2.9.illumos.tar.gz out/downloads/cockroach-v21.2.9.illumos.tar.gz |
| 219 | 2022-05-03T18:10:54.414Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v21.2.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v21.2.9.illumos.tar.gz |
| 220 | 2022-05-03T18:10:56.496Z | ++ do_md5sum out/downloads/cockroach-v21.2.9.illumos.tar.gz |
| 221 | 2022-05-03T18:10:56.503Z | ++ md5sum |
| 222 | 2022-05-03T18:10:56.508Z | ++ awk '{print $1}' |
| 223 | 2022-05-03T18:10:56.691Z | + calculated_md5=7efc03b988983e3f1829814c48553822 |
| 224 | 2022-05-03T18:10:56.697Z | + [[ 7efc03b988983e3f1829814c48553822 != \7\e\f\c\0\3\b\9\8\8\9\8\3\e\3\f\1\8\2\9\8\1\4\c\4\8\5\5\3\8\2\2 ]] |
| 225 | 2022-05-03T18:10:56.703Z | + do_untar out/downloads/cockroach-v21.2.9.illumos.tar.gz |
| 226 | 2022-05-03T18:10:56.710Z | + tar xzf out/downloads/cockroach-v21.2.9.illumos.tar.gz -C out/downloads |
| 227 | 2022-05-03T18:10:59.687Z | + do_assemble_illumos |
| 228 | 2022-05-03T18:10:59.694Z | + rm -r ./out/cockroachdb |
| 229 | 2022-05-03T18:10:59.700Z | + cp -r out/downloads/cockroach-v21.2.9 ./out/cockroachdb |
| 230 | 2022-05-03T18:11:00.235Z | + ./out/cockroachdb/bin/cockroach version |
| 231 | 2022-05-03T18:11:00.681Z | Build Tag: v21.2.9 |
| 232 | 2022-05-03T18:11:00.687Z | Build Time: 2022/04/28 04:02:42 |
| 233 | 2022-05-03T18:11:00.693Z | Distribution: OSS |
| 234 | 2022-05-03T18:11:00.703Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 235 | 2022-05-03T18:11:00.709Z | Go Version: go1.16.10 |
| 236 | 2022-05-03T18:11:00.715Z | C Compiler: gcc 10.3.0 |
| 237 | 2022-05-03T18:11:00.720Z | Build Commit ID: 11787edfcfc157a0df951abc34684e4e18b3ef20 |
| 238 | 2022-05-03T18:11:00.726Z | Build Type: release |
| 239 | 2022-05-03T18:11:00.732Z | |
| 240 | 2022-05-03T18:11:00.737Z | real 6.733590384 |
| 241 | 2022-05-03T18:11:00.743Z | user 2.690340250 |
| 242 | 2022-05-03T18:11:00.748Z | sys 1.937262280 |
| 243 | 2022-05-03T18:11:00.754Z | trap 0.002668675 |
| 244 | 2022-05-03T18:11:00.761Z | tflt 0.000086679 |
| 245 | 2022-05-03T18:11:00.766Z | dflt 0.000664676 |
| 246 | 2022-05-03T18:11:00.772Z | kflt 0.000000000 |
| 247 | 2022-05-03T18:11:00.778Z | lock 2.410708416 |
| 248 | 2022-05-03T18:11:00.784Z | slp 11.804416794 |
| 249 | 2022-05-03T18:11:00.790Z | lat 0.948597048 |
| 250 | 2022-05-03T18:11:00.796Z | stop 0.014805036 |
| 251 | 2022-05-03T18:11:00.801Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 252 | 2022-05-03T18:11:00.807Z | + echo 'tests will store output in /var/tmp/omicron_tmp' |
| 253 | 2022-05-03T18:11:00.813Z | tests will store output in /var/tmp/omicron_tmp |
| 254 | 2022-05-03T18:11:00.818Z | + mkdir /var/tmp/omicron_tmp |
| 255 | 2022-05-03T18:11:00.824Z | + 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 |
| 256 | 2022-05-03T18:11:00.829Z | + 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 |
| 257 | 2022-05-03T18:11:00.835Z | + banner build |
| 258 | 2022-05-03T18:11:00.841Z | |
| 259 | 2022-05-03T18:11:00.847Z | ##### # # # # ##### |
| 260 | 2022-05-03T18:11:00.853Z | # # # # # # # # |
| 261 | 2022-05-03T18:11:00.859Z | ##### # # # # # # |
| 262 | 2022-05-03T18:11:00.865Z | # # # # # # # # |
| 263 | 2022-05-03T18:11:00.871Z | # # # # # # # # |
| 264 | 2022-05-03T18:11:00.877Z | ##### #### # ###### ##### |
| 265 | 2022-05-03T18:11:00.883Z | |
| 266 | 2022-05-03T18:11:00.889Z | + export 'RUSTFLAGS=-D warnings' |
| 267 | 2022-05-03T18:11:00.895Z | + RUSTFLAGS='-D warnings' |
| 268 | 2022-05-03T18:11:00.901Z | + export 'RUSTDOCFLAGS=-D warnings' |
| 269 | 2022-05-03T18:11:00.908Z | + RUSTDOCFLAGS='-D warnings' |
| 270 | 2022-05-03T18:11:00.914Z | + export TMPDIR=/var/tmp/omicron_tmp |
| 271 | 2022-05-03T18:11:00.920Z | + TMPDIR=/var/tmp/omicron_tmp |
| 272 | 2022-05-03T18:11:00.926Z | + ptime -m cargo +nightly-2022-04-27 build --locked --all-targets --verbose |
| 273 | 2022-05-03T18:11:01.742Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 274 | 2022-05-03T18:11:02.108Z | Updating crates.io index |
| 275 | 2022-05-03T18:11:53.016Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 276 | 2022-05-03T18:11:53.664Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 277 | 2022-05-03T18:11:54.100Z | Updating git repository `https://github.com/oxidecomputer/steno` |
| 278 | 2022-05-03T18:11:54.606Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 279 | 2022-05-03T18:11:55.451Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 280 | 2022-05-03T18:11:55.987Z | Updating git repository `https://github.com/oxidecomputer/spdm` |
| 281 | 2022-05-03T18:11:56.365Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 282 | 2022-05-03T18:11:56.671Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 283 | 2022-05-03T18:11:56.960Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 284 | 2022-05-03T18:11:57.242Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 285 | 2022-05-03T18:11:57.838Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 286 | 2022-05-03T18:11:58.542Z | Downloading crates ... |
| 287 | 2022-05-03T18:11:58.779Z | Downloaded cc v1.0.73 |
| 288 | 2022-05-03T18:11:58.789Z | Downloaded fallible-iterator v0.2.0 |
| 289 | 2022-05-03T18:11:58.795Z | Downloaded convert_case v0.5.0 |
| 290 | 2022-05-03T18:11:58.801Z | Downloaded bit-set v0.5.2 |
| 291 | 2022-05-03T18:11:58.807Z | Downloaded term v0.7.0 |
| 292 | 2022-05-03T18:11:58.813Z | Downloaded synstructure v0.12.6 |
| 293 | 2022-05-03T18:11:58.819Z | Downloaded smallvec v1.8.0 |
| 294 | 2022-05-03T18:11:58.825Z | Downloaded tempdir v0.3.7 |
| 295 | 2022-05-03T18:11:58.831Z | Downloaded tempfile v3.3.0 |
| 296 | 2022-05-03T18:11:58.836Z | Downloaded time v0.1.44 |
| 297 | 2022-05-03T18:11:58.842Z | Downloaded thread-id v4.0.0 |
| 298 | 2022-05-03T18:11:58.847Z | Downloaded atty v0.2.14 |
| 299 | 2022-05-03T18:11:58.853Z | Downloaded async-trait v0.1.53 |
| 300 | 2022-05-03T18:11:58.859Z | Downloaded bitflags v1.3.2 |
| 301 | 2022-05-03T18:11:58.865Z | Downloaded slog-stdlog v4.1.1 |
| 302 | 2022-05-03T18:11:58.871Z | Downloaded cfg-if v1.0.0 |
| 303 | 2022-05-03T18:11:58.877Z | Downloaded termtree v0.2.4 |
| 304 | 2022-05-03T18:11:58.882Z | Downloaded terminal_size v0.1.17 |
| 305 | 2022-05-03T18:11:58.888Z | Downloaded tiny-keccak v2.0.2 |
| 306 | 2022-05-03T18:11:58.895Z | Downloaded time-macros v0.2.4 |
| 307 | 2022-05-03T18:11:58.901Z | Downloaded tokio-native-tls v0.3.0 |
| 308 | 2022-05-03T18:11:58.907Z | Downloaded subprocess v0.2.8 |
| 309 | 2022-05-03T18:11:58.912Z | Downloaded fixedbitset v0.2.0 |
| 310 | 2022-05-03T18:11:58.918Z | Downloaded tokio-util v0.6.9 |
| 311 | 2022-05-03T18:11:58.924Z | Downloaded tokio-util v0.7.1 |
| 312 | 2022-05-03T18:11:58.931Z | Downloaded syn v1.0.91 |
| 313 | 2022-05-03T18:11:58.938Z | Downloaded tower-service v0.3.1 |
| 314 | 2022-05-03T18:11:58.945Z | Downloaded tracing v0.1.32 |
| 315 | 2022-05-03T18:11:58.951Z | Downloaded typenum v1.15.0 |
| 316 | 2022-05-03T18:11:58.957Z | Downloaded unicode-normalization v0.1.19 |
| 317 | 2022-05-03T18:11:58.963Z | Downloaded unicode-xid v0.2.2 |
| 318 | 2022-05-03T18:11:58.969Z | Downloaded url v2.2.2 |
| 319 | 2022-05-03T18:11:58.975Z | Downloaded tokio-tungstenite v0.17.1 |
| 320 | 2022-05-03T18:11:58.981Z | Downloaded tough v0.12.1 |
| 321 | 2022-05-03T18:11:58.987Z | Downloaded trust-dns-resolver v0.21.2 |
| 322 | 2022-05-03T18:11:58.993Z | Downloaded trybuild v1.0.59 |
| 323 | 2022-05-03T18:11:59.000Z | Downloaded trust-dns-server v0.21.2 |
| 324 | 2022-05-03T18:11:59.006Z | Downloaded toolchain_find v0.2.0 |
| 325 | 2022-05-03T18:11:59.012Z | Downloaded string_cache v0.8.3 |
| 326 | 2022-05-03T18:11:59.019Z | Downloaded structmeta-derive v0.1.4 |
| 327 | 2022-05-03T18:11:59.024Z | Downloaded textwrap v0.11.0 |
| 328 | 2022-05-03T18:11:59.030Z | Downloaded tinytemplate v1.2.1 |
| 329 | 2022-05-03T18:11:59.036Z | Downloaded slab v0.4.5 |
| 330 | 2022-05-03T18:11:59.043Z | Downloaded criterion v0.3.5 |
| 331 | 2022-05-03T18:11:59.048Z | Downloaded try-lock v0.2.3 |
| 332 | 2022-05-03T18:11:59.055Z | Downloaded tracing-attributes v0.1.20 |
| 333 | 2022-05-03T18:11:59.060Z | Downloaded untrusted v0.7.1 |
| 334 | 2022-05-03T18:11:59.067Z | Downloaded unindent v0.1.8 |
| 335 | 2022-05-03T18:11:59.073Z | Downloaded ucd-trie v0.1.3 |
| 336 | 2022-05-03T18:11:59.078Z | Downloaded universal-hash v0.4.1 |
| 337 | 2022-05-03T18:11:59.085Z | Downloaded unicode-width v0.1.9 |
| 338 | 2022-05-03T18:11:59.090Z | Downloaded unicode-bidi v0.3.7 |
| 339 | 2022-05-03T18:11:59.096Z | Downloaded twox-hash v1.6.2 |
| 340 | 2022-05-03T18:11:59.101Z | Downloaded slog-bunyan v2.4.0 |
| 341 | 2022-05-03T18:11:59.107Z | Downloaded fatfs v0.3.5 |
| 342 | 2022-05-03T18:11:59.113Z | Downloaded toml v0.5.9 |
| 343 | 2022-05-03T18:11:59.119Z | Downloaded take_mut v0.2.2 |
| 344 | 2022-05-03T18:11:59.125Z | Downloaded byte-tools v0.3.1 |
| 345 | 2022-05-03T18:11:59.131Z | Downloaded block-padding v0.1.5 |
| 346 | 2022-05-03T18:11:59.136Z | Downloaded snafu v0.7.0 |
| 347 | 2022-05-03T18:11:59.142Z | Downloaded tracing-core v0.1.23 |
| 348 | 2022-05-03T18:11:59.148Z | Downloaded socket2 v0.4.4 |
| 349 | 2022-05-03T18:11:59.153Z | Downloaded sha2 v0.10.2 |
| 350 | 2022-05-03T18:11:59.159Z | Downloaded openssl-probe v0.1.5 |
| 351 | 2022-05-03T18:11:59.165Z | Downloaded slog-async v2.7.0 |
| 352 | 2022-05-03T18:11:59.170Z | Downloaded slog v2.7.0 |
| 353 | 2022-05-03T18:11:59.176Z | Downloaded walkdir v2.3.2 |
| 354 | 2022-05-03T18:11:59.182Z | Downloaded ff v0.10.1 |
| 355 | 2022-05-03T18:11:59.188Z | Downloaded crypto-bigint v0.2.11 |
| 356 | 2022-05-03T18:11:59.193Z | Downloaded flate2 v1.0.22 |
| 357 | 2022-05-03T18:11:59.199Z | Downloaded want v0.3.0 |
| 358 | 2022-05-03T18:11:59.205Z | Downloaded static_assertions v1.1.0 |
| 359 | 2022-05-03T18:11:59.210Z | Downloaded darling v0.13.1 |
| 360 | 2022-05-03T18:11:59.217Z | Downloaded tungstenite v0.17.2 |
| 361 | 2022-05-03T18:11:59.223Z | Downloaded tokio-postgres v0.7.5 |
| 362 | 2022-05-03T18:11:59.228Z | Downloaded usdt-macro v0.3.2 |
| 363 | 2022-05-03T18:11:59.234Z | Downloaded fake-simd v0.1.2 |
| 364 | 2022-05-03T18:11:59.240Z | Downloaded enum-as-inner v0.4.0 |
| 365 | 2022-05-03T18:11:59.245Z | Downloaded ena v0.14.0 |
| 366 | 2022-05-03T18:11:59.252Z | Downloaded utf-8 v0.7.6 |
| 367 | 2022-05-03T18:11:59.257Z | Downloaded trust-dns-client v0.21.1 |
| 368 | 2022-05-03T18:11:59.263Z | Downloaded quote v1.0.18 |
| 369 | 2022-05-03T18:11:59.284Z | Downloaded zeroize_derive v1.3.2 |
| 370 | 2022-05-03T18:11:59.289Z | Downloaded slog-envlogger v2.2.0 |
| 371 | 2022-05-03T18:11:59.295Z | Downloaded futures-executor v0.3.21 |
| 372 | 2022-05-03T18:11:59.301Z | Downloaded ipnet v2.4.0 |
| 373 | 2022-05-03T18:11:59.319Z | Downloaded vcpkg v0.2.15 |
| 374 | 2022-05-03T18:11:59.325Z | Downloaded webpki v0.22.0 |
| 375 | 2022-05-03T18:11:59.336Z | Downloaded usdt v0.3.2 |
| 376 | 2022-05-03T18:11:59.343Z | Downloaded usdt-attr-macro v0.3.2 |
| 377 | 2022-05-03T18:11:59.349Z | Downloaded serial_test v0.6.0 |
| 378 | 2022-05-03T18:11:59.354Z | Downloaded wyz v0.4.0 |
| 379 | 2022-05-03T18:11:59.360Z | Downloaded tokio v1.17.0 |
| 380 | 2022-05-03T18:11:59.365Z | Downloaded vec_map v0.8.2 |
| 381 | 2022-05-03T18:11:59.371Z | Downloaded uuid v0.8.2 |
| 382 | 2022-05-03T18:11:59.376Z | Downloaded usdt-impl v0.3.2 |
| 383 | 2022-05-03T18:11:59.382Z | Downloaded http v0.2.6 |
| 384 | 2022-05-03T18:11:59.388Z | Downloaded futures-io v0.3.21 |
| 385 | 2022-05-03T18:11:59.393Z | Downloaded r2d2 v0.8.9 |
| 386 | 2022-05-03T18:11:59.399Z | Downloaded sled v0.34.7 |
| 387 | 2022-05-03T18:11:59.404Z | Downloaded zone v0.1.8 |
| 388 | 2022-05-03T18:11:59.410Z | Downloaded omicron-zone-package v0.2.1 |
| 389 | 2022-05-03T18:11:59.416Z | Downloaded expectorate v1.0.5 |
| 390 | 2022-05-03T18:11:59.422Z | Downloaded quick-error v1.2.3 |
| 391 | 2022-05-03T18:11:59.428Z | Downloaded half v1.8.2 |
| 392 | 2022-05-03T18:11:59.433Z | Downloaded maplit v1.0.2 |
| 393 | 2022-05-03T18:11:59.439Z | Downloaded bb8 v0.8.0 |
| 394 | 2022-05-03T18:11:59.445Z | Downloaded webpki-roots v0.22.2 |
| 395 | 2022-05-03T18:11:59.451Z | Downloaded mockall_derive v0.11.0 |
| 396 | 2022-05-03T18:11:59.457Z | Downloaded mime_guess v2.0.4 |
| 397 | 2022-05-03T18:11:59.483Z | Downloaded futures-util v0.3.21 |
| 398 | 2022-05-03T18:11:59.490Z | Downloaded rayon v1.5.2 |
| 399 | 2022-05-03T18:11:59.495Z | Downloaded radium v0.6.2 |
| 400 | 2022-05-03T18:11:59.502Z | Downloaded funty v1.2.0 |
| 401 | 2022-05-03T18:11:59.507Z | Downloaded fragile v1.1.0 |
| 402 | 2022-05-03T18:11:59.513Z | Downloaded headers-core v0.2.0 |
| 403 | 2022-05-03T18:11:59.518Z | Downloaded serde_json v1.0.79 |
| 404 | 2022-05-03T18:11:59.524Z | Downloaded rand_chacha v0.3.1 |
| 405 | 2022-05-03T18:11:59.530Z | Downloaded zerocopy v0.3.0 |
| 406 | 2022-05-03T18:11:59.536Z | Downloaded xattr v0.2.2 |
| 407 | 2022-05-03T18:11:59.542Z | Downloaded opaque-debug v0.3.0 |
| 408 | 2022-05-03T18:11:59.547Z | Downloaded futures-channel v0.3.21 |
| 409 | 2022-05-03T18:11:59.553Z | Downloaded generic-array v0.14.5 |
| 410 | 2022-05-03T18:11:59.559Z | Downloaded version_check v0.9.4 |
| 411 | 2022-05-03T18:11:59.564Z | Downloaded vsss-rs v2.0.0-pre0 |
| 412 | 2022-05-03T18:11:59.570Z | Downloaded regex-syntax v0.6.25 |
| 413 | 2022-05-03T18:11:59.575Z | Downloaded predicates-tree v1.0.5 |
| 414 | 2022-05-03T18:11:59.581Z | Downloaded semver v0.11.0 |
| 415 | 2022-05-03T18:11:59.587Z | Downloaded lock_api v0.4.6 |
| 416 | 2022-05-03T18:11:59.593Z | Downloaded rayon-core v1.9.2 |
| 417 | 2022-05-03T18:11:59.599Z | Downloaded schemars_derive v0.8.8 |
| 418 | 2022-05-03T18:11:59.605Z | Downloaded semver v1.0.6 |
| 419 | 2022-05-03T18:11:59.611Z | Downloaded rand v0.4.6 |
| 420 | 2022-05-03T18:11:59.616Z | Downloaded hashbrown v0.11.2 |
| 421 | 2022-05-03T18:11:59.629Z | Downloaded zeroize v1.3.0 |
| 422 | 2022-05-03T18:11:59.636Z | Downloaded ref-cast v1.0.6 |
| 423 | 2022-05-03T18:11:59.642Z | Downloaded trust-dns-proto v0.21.2 |
| 424 | 2022-05-03T18:11:59.647Z | Downloaded zerocopy-derive v0.2.0 |
| 425 | 2022-05-03T18:11:59.653Z | Downloaded once_cell v1.10.0 |
| 426 | 2022-05-03T18:11:59.658Z | Downloaded regex-automata v0.1.10 |
| 427 | 2022-05-03T18:11:59.664Z | Downloaded normalize-line-endings v0.3.0 |
| 428 | 2022-05-03T18:11:59.670Z | Downloaded newtype_derive v0.1.6 |
| 429 | 2022-05-03T18:11:59.675Z | Downloaded regex v1.5.5 |
| 430 | 2022-05-03T18:11:59.681Z | Downloaded ppv-lite86 v0.2.16 |
| 431 | 2022-05-03T18:11:59.687Z | Downloaded postgres-types v0.2.2 |
| 432 | 2022-05-03T18:11:59.692Z | Downloaded pkg-config v0.3.24 |
| 433 | 2022-05-03T18:11:59.698Z | Downloaded itoa v0.4.8 |
| 434 | 2022-05-03T18:11:59.704Z | Downloaded csv v1.1.6 |
| 435 | 2022-05-03T18:11:59.710Z | Downloaded plotters-svg v0.3.1 |
| 436 | 2022-05-03T18:11:59.716Z | Downloaded heck v0.4.0 |
| 437 | 2022-05-03T18:11:59.721Z | Downloaded phf_shared v0.10.0 |
| 438 | 2022-05-03T18:11:59.727Z | Downloaded itertools v0.10.3 |
| 439 | 2022-05-03T18:11:59.732Z | Downloaded same-file v1.0.6 |
| 440 | 2022-05-03T18:11:59.738Z | Downloaded num_cpus v1.13.1 |
| 441 | 2022-05-03T18:11:59.744Z | Downloaded num-traits v0.2.14 |
| 442 | 2022-05-03T18:11:59.750Z | Downloaded num_threads v0.1.5 |
| 443 | 2022-05-03T18:11:59.755Z | Downloaded polar-core v0.26.0 |
| 444 | 2022-05-03T18:11:59.761Z | Downloaded zone_cfg_derive v0.1.2 |
| 445 | 2022-05-03T18:11:59.767Z | Downloaded opaque-debug v0.2.3 |
| 446 | 2022-05-03T18:11:59.773Z | Downloaded humantime v2.1.0 |
| 447 | 2022-05-03T18:11:59.779Z | Downloaded httptest v0.15.4 |
| 448 | 2022-05-03T18:11:59.785Z | Downloaded semver-parser v0.10.2 |
| 449 | 2022-05-03T18:11:59.791Z | Downloaded pest_generator v2.1.3 |
| 450 | 2022-05-03T18:11:59.797Z | Downloaded new_debug_unreachable v1.0.4 |
| 451 | 2022-05-03T18:11:59.802Z | Downloaded os_str_bytes v6.0.0 |
| 452 | 2022-05-03T18:11:59.809Z | Downloaded native-tls v0.2.8 |
| 453 | 2022-05-03T18:11:59.815Z | Downloaded miniz_oxide v0.4.4 |
| 454 | 2022-05-03T18:11:59.821Z | Downloaded serde_cbor v0.11.2 |
| 455 | 2022-05-03T18:11:59.826Z | Downloaded rustls-pemfile v1.0.0 |
| 456 | 2022-05-03T18:11:59.832Z | Downloaded proc-macro-error-attr v1.0.4 |
| 457 | 2022-05-03T18:11:59.838Z | Downloaded rustc_version v0.1.7 |
| 458 | 2022-05-03T18:11:59.844Z | Downloaded pest v2.1.3 |
| 459 | 2022-05-03T18:11:59.850Z | Downloaded nibble_vec v0.1.0 |
| 460 | 2022-05-03T18:11:59.855Z | Downloaded idna v0.2.3 |
| 461 | 2022-05-03T18:11:59.860Z | Downloaded rustls v0.20.4 |
| 462 | 2022-05-03T18:11:59.867Z | Downloaded indexmap v1.8.1 |
| 463 | 2022-05-03T18:11:59.873Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 464 | 2022-05-03T18:11:59.878Z | Downloaded ident_case v1.0.1 |
| 465 | 2022-05-03T18:11:59.884Z | Downloaded serde-big-array v0.3.3 |
| 466 | 2022-05-03T18:11:59.889Z | Downloaded precomputed-hash v0.1.1 |
| 467 | 2022-05-03T18:11:59.895Z | Downloaded p256 v0.9.0 |
| 468 | 2022-05-03T18:11:59.901Z | Downloaded parking_lot v0.12.0 |
| 469 | 2022-05-03T18:11:59.920Z | Downloaded serde_plain v1.0.0 |
| 470 | 2022-05-03T18:11:59.926Z | Downloaded rustfmt-wrapper v0.1.0 |
| 471 | 2022-05-03T18:11:59.931Z | Downloaded ryu v1.0.9 |
| 472 | 2022-05-03T18:11:59.937Z | Downloaded parse-display-derive v0.5.5 |
| 473 | 2022-05-03T18:11:59.943Z | Downloaded lalrpop-util v0.19.7 |
| 474 | 2022-05-03T18:11:59.948Z | Downloaded lazy_static v1.4.0 |
| 475 | 2022-05-03T18:11:59.953Z | Downloaded rustversion v1.0.6 |
| 476 | 2022-05-03T18:11:59.959Z | Downloaded scheduled-thread-pool v0.2.5 |
| 477 | 2022-05-03T18:11:59.964Z | Downloaded ringbuffer v0.8.4 |
| 478 | 2022-05-03T18:11:59.970Z | Downloaded serde_urlencoded v0.7.1 |
| 479 | 2022-05-03T18:11:59.977Z | Downloaded semver v0.1.20 |
| 480 | 2022-05-03T18:11:59.982Z | Downloaded rand v0.8.5 |
| 481 | 2022-05-03T18:11:59.988Z | Downloaded scopeguard v1.1.0 |
| 482 | 2022-05-03T18:11:59.994Z | Downloaded sha2 v0.9.9 |
| 483 | 2022-05-03T18:12:00.000Z | Downloaded predicates-core v1.0.3 |
| 484 | 2022-05-03T18:12:00.012Z | Downloaded remove_dir_all v0.5.3 |
| 485 | 2022-05-03T18:12:00.019Z | Downloaded serial_test_derive v0.6.0 |
| 486 | 2022-05-03T18:12:00.024Z | Downloaded path-absolutize v3.0.12 |
| 487 | 2022-05-03T18:12:00.030Z | Downloaded portpicker v0.1.1 |
| 488 | 2022-05-03T18:12:00.036Z | Downloaded paste v1.0.7 |
| 489 | 2022-05-03T18:12:00.041Z | Downloaded sha-1 v0.10.0 |
| 490 | 2022-05-03T18:12:00.047Z | Downloaded sha-1 v0.8.2 |
| 491 | 2022-05-03T18:12:00.053Z | Downloaded serde_with v1.12.1 |
| 492 | 2022-05-03T18:12:00.059Z | Downloaded reqwest v0.11.10 |
| 493 | 2022-05-03T18:12:00.064Z | Downloaded serde_repr v0.1.7 |
| 494 | 2022-05-03T18:12:00.070Z | Downloaded resolv-conf v0.7.0 |
| 495 | 2022-05-03T18:12:00.076Z | Downloaded serde_with_macros v1.5.1 |
| 496 | 2022-05-03T18:12:00.082Z | Downloaded openapiv3 v1.0.1 |
| 497 | 2022-05-03T18:12:00.088Z | Downloaded encoding_rs v0.8.30 |
| 498 | 2022-05-03T18:12:00.094Z | Downloaded serde_derive v1.0.136 |
| 499 | 2022-05-03T18:12:00.100Z | Downloaded rustc_version v0.4.0 |
| 500 | 2022-05-03T18:12:00.105Z | Downloaded pretty-hex v0.3.0 |
| 501 | 2022-05-03T18:12:00.111Z | Downloaded rand_core v0.6.3 |
| 502 | 2022-05-03T18:12:00.117Z | Downloaded postgres-protocol v0.6.3 |
| 503 | 2022-05-03T18:12:00.123Z | Downloaded parse-display v0.5.5 |
| 504 | 2022-05-03T18:12:00.129Z | Downloaded libc v0.2.123 |
| 505 | 2022-05-03T18:12:00.134Z | Downloaded pkcs8 v0.7.6 |
| 506 | 2022-05-03T18:12:00.140Z | Downloaded pin-utils v0.1.0 |
| 507 | 2022-05-03T18:12:00.146Z | Downloaded lru-cache v0.1.2 |
| 508 | 2022-05-03T18:12:00.152Z | Downloaded ref-cast-impl v1.0.6 |
| 509 | 2022-05-03T18:12:00.159Z | Downloaded pest_derive v2.1.0 |
| 510 | 2022-05-03T18:12:00.165Z | Downloaded path-dedot v3.0.16 |
| 511 | 2022-05-03T18:12:00.171Z | Downloaded macaddr v1.0.1 |
| 512 | 2022-05-03T18:12:00.177Z | Downloaded log v0.4.16 |
| 513 | 2022-05-03T18:12:00.183Z | Downloaded schemars v0.8.8 |
| 514 | 2022-05-03T18:12:00.189Z | Downloaded radix_trie v0.2.1 |
| 515 | 2022-05-03T18:12:00.197Z | Downloaded phf v0.10.1 |
| 516 | 2022-05-03T18:12:00.202Z | Downloaded lalrpop v0.19.7 |
| 517 | 2022-05-03T18:12:00.208Z | Downloaded rusqlite v0.27.0 |
| 518 | 2022-05-03T18:12:00.213Z | Downloaded itoa v1.0.1 |
| 519 | 2022-05-03T18:12:00.219Z | Downloaded parking_lot_core v0.9.1 |
| 520 | 2022-05-03T18:12:00.225Z | Downloaded memoffset v0.6.5 |
| 521 | 2022-05-03T18:12:00.231Z | Downloaded matches v0.1.9 |
| 522 | 2022-05-03T18:12:00.237Z | Downloaded parking_lot v0.11.2 |
| 523 | 2022-05-03T18:12:00.242Z | Downloaded diesel v2.0.0-rc.0 |
| 524 | 2022-05-03T18:12:00.248Z | Downloaded indoc v1.0.4 |
| 525 | 2022-05-03T18:12:00.253Z | Downloaded ipnetwork v0.18.0 |
| 526 | 2022-05-03T18:12:00.260Z | Downloaded parking_lot_core v0.8.5 |
| 527 | 2022-05-03T18:12:00.266Z | Downloaded oso-derive v0.26.0 |
| 528 | 2022-05-03T18:12:00.272Z | Downloaded openssl v0.10.38 |
| 529 | 2022-05-03T18:12:00.278Z | Downloaded indicatif v0.16.2 |
| 530 | 2022-05-03T18:12:00.289Z | Downloaded rustls-pemfile v0.3.0 |
| 531 | 2022-05-03T18:12:00.302Z | Downloaded pest_meta v2.1.3 |
| 532 | 2022-05-03T18:12:00.307Z | Downloaded predicates v2.1.1 |
| 533 | 2022-05-03T18:12:00.314Z | Downloaded oso v0.26.0 |
| 534 | 2022-05-03T18:12:00.320Z | Downloaded http-body v0.4.4 |
| 535 | 2022-05-03T18:12:00.325Z | Downloaded newline-converter v0.2.0 |
| 536 | 2022-05-03T18:12:00.331Z | Downloaded pin-project-lite v0.2.8 |
| 537 | 2022-05-03T18:12:00.337Z | Downloaded petgraph v0.6.0 |
| 538 | 2022-05-03T18:12:00.342Z | Downloaded hyper-tls v0.5.0 |
| 539 | 2022-05-03T18:12:00.348Z | Downloaded mio v0.8.2 |
| 540 | 2022-05-03T18:12:00.362Z | Downloaded hyper-rustls v0.23.0 |
| 541 | 2022-05-03T18:12:00.370Z | Downloaded httparse v1.6.0 |
| 542 | 2022-05-03T18:12:00.377Z | Downloaded num-integer v0.1.44 |
| 543 | 2022-05-03T18:12:00.382Z | Downloaded memchr v2.4.1 |
| 544 | 2022-05-03T18:12:00.388Z | Downloaded hyper v0.14.18 |
| 545 | 2022-05-03T18:12:00.395Z | Downloaded plotters-backend v0.3.2 |
| 546 | 2022-05-03T18:12:00.400Z | Downloaded polyval v0.5.3 |
| 547 | 2022-05-03T18:12:00.407Z | Downloaded h2 v0.3.12 |
| 548 | 2022-05-03T18:12:00.414Z | Downloaded ring v0.16.20 |
| 549 | 2022-05-03T18:12:00.419Z | Downloaded openssl-sys v0.9.72 |
| 550 | 2022-05-03T18:12:00.425Z | Downloaded getrandom v0.2.5 |
| 551 | 2022-05-03T18:12:00.433Z | Downloaded globset v0.4.8 |
| 552 | 2022-05-03T18:12:00.440Z | Downloaded proc-macro2 v1.0.37 |
| 553 | 2022-05-03T18:12:00.448Z | Downloaded proc-macro-error v1.0.4 |
| 554 | 2022-05-03T18:12:00.454Z | Downloaded instant v0.1.12 |
| 555 | 2022-05-03T18:12:00.460Z | Downloaded home v0.5.3 |
| 556 | 2022-05-03T18:12:00.466Z | Downloaded hmac v0.12.1 |
| 557 | 2022-05-03T18:12:00.471Z | Downloaded hostname v0.3.1 |
| 558 | 2022-05-03T18:12:00.477Z | Downloaded hex v0.4.3 |
| 559 | 2022-05-03T18:12:00.482Z | Downloaded md-5 v0.10.1 |
| 560 | 2022-05-03T18:12:00.508Z | Downloaded linked-hash-map v0.5.4 |
| 561 | 2022-05-03T18:12:00.514Z | Downloaded futures-core v0.3.21 |
| 562 | 2022-05-03T18:12:00.519Z | Downloaded futures v0.3.21 |
| 563 | 2022-05-03T18:12:00.525Z | Downloaded petgraph v0.5.1 |
| 564 | 2022-05-03T18:12:00.530Z | Downloaded foreign-types v0.3.2 |
| 565 | 2022-05-03T18:12:00.536Z | Downloaded fnv v1.0.7 |
| 566 | 2022-05-03T18:12:00.541Z | Downloaded number_prefix v0.4.0 |
| 567 | 2022-05-03T18:12:00.546Z | Downloaded oorandom v11.1.3 |
| 568 | 2022-05-03T18:12:00.552Z | Downloaded group v0.10.0 |
| 569 | 2022-05-03T18:12:00.572Z | Downloaded fxhash v0.2.1 |
| 570 | 2022-05-03T18:12:00.578Z | Downloaded form_urlencoded v1.0.1 |
| 571 | 2022-05-03T18:12:00.584Z | Downloaded hashlink v0.7.0 |
| 572 | 2022-05-03T18:12:00.590Z | Downloaded getopts v0.2.21 |
| 573 | 2022-05-03T18:12:00.596Z | Downloaded futures-task v0.3.21 |
| 574 | 2022-05-03T18:12:00.601Z | Downloaded heck v0.3.3 |
| 575 | 2022-05-03T18:12:00.607Z | Downloaded futures-sink v0.3.21 |
| 576 | 2022-05-03T18:12:00.613Z | Downloaded foreign-types-shared v0.1.1 |
| 577 | 2022-05-03T18:12:00.619Z | Downloaded generic-array v0.12.4 |
| 578 | 2022-05-03T18:12:00.625Z | Downloaded glob v0.3.0 |
| 579 | 2022-05-03T18:12:00.631Z | Downloaded headers v0.3.7 |
| 580 | 2022-05-03T18:12:00.637Z | Downloaded float-cmp v0.9.0 |
| 581 | 2022-05-03T18:12:00.643Z | Downloaded mockall v0.11.0 |
| 582 | 2022-05-03T18:12:00.648Z | Downloaded olpc-cjson v0.1.1 |
| 583 | 2022-05-03T18:12:00.654Z | Downloaded hmac v0.11.0 |
| 584 | 2022-05-03T18:12:00.662Z | Downloaded futures-macro v0.3.21 |
| 585 | 2022-05-03T18:12:00.668Z | Downloaded serde_derive_internals v0.25.0 |
| 586 | 2022-05-03T18:12:00.675Z | Downloaded serde_tokenstream v0.1.3 |
| 587 | 2022-05-03T18:12:00.680Z | Downloaded match_cfg v0.1.0 |
| 588 | 2022-05-03T18:12:00.686Z | Downloaded crunchy v0.2.2 |
| 589 | 2022-05-03T18:12:00.692Z | Downloaded similar v2.1.0 |
| 590 | 2022-05-03T18:12:00.697Z | Downloaded sct v0.7.0 |
| 591 | 2022-05-03T18:12:00.703Z | Downloaded pem v1.0.2 |
| 592 | 2022-05-03T18:12:00.709Z | Downloaded diesel_derives v2.0.0-rc.0 |
| 593 | 2022-05-03T18:12:00.714Z | Downloaded ecdsa v0.12.4 |
| 594 | 2022-05-03T18:12:00.720Z | Downloaded slog-dtrace v0.2.1 |
| 595 | 2022-05-03T18:12:00.727Z | Downloaded signal-hook-tokio v0.3.1 |
| 596 | 2022-05-03T18:12:00.733Z | Downloaded ansi_term v0.12.1 |
| 597 | 2022-05-03T18:12:00.740Z | Downloaded percent-encoding v2.1.0 |
| 598 | 2022-05-03T18:12:00.746Z | Downloaded filetime v0.2.15 |
| 599 | 2022-05-03T18:12:00.753Z | Downloaded unicase v2.6.0 |
| 600 | 2022-05-03T18:12:00.759Z | Downloaded difflib v0.4.0 |
| 601 | 2022-05-03T18:12:00.765Z | Downloaded bstr v0.2.17 |
| 602 | 2022-05-03T18:12:00.772Z | Downloaded signal-hook v0.3.13 |
| 603 | 2022-05-03T18:12:00.777Z | Downloaded either v1.6.1 |
| 604 | 2022-05-03T18:12:00.782Z | Downloaded aead v0.4.3 |
| 605 | 2022-05-03T18:12:00.788Z | Downloaded sharded-slab v0.1.4 |
| 606 | 2022-05-03T18:12:00.794Z | Downloaded httpdate v1.0.2 |
| 607 | 2022-05-03T18:12:00.800Z | Downloaded mime v0.3.16 |
| 608 | 2022-05-03T18:12:00.805Z | Downloaded fixedbitset v0.4.1 |
| 609 | 2022-05-03T18:12:00.811Z | Downloaded doc-comment v0.3.3 |
| 610 | 2022-05-03T18:12:00.816Z | Downloaded serde v1.0.136 |
| 611 | 2022-05-03T18:12:00.822Z | Downloaded digest v0.10.3 |
| 612 | 2022-05-03T18:12:00.828Z | Downloaded downcast v0.11.0 |
| 613 | 2022-05-03T18:12:00.834Z | Downloaded digest v0.8.1 |
| 614 | 2022-05-03T18:12:00.841Z | Downloaded block-buffer v0.7.3 |
| 615 | 2022-05-03T18:12:00.847Z | Downloaded der v0.4.5 |
| 616 | 2022-05-03T18:12:00.852Z | Downloaded bitvec v0.22.3 |
| 617 | 2022-05-03T18:12:00.859Z | Downloaded csv-core v0.1.10 |
| 618 | 2022-05-03T18:12:00.865Z | Downloaded ahash v0.7.6 |
| 619 | 2022-05-03T18:12:00.872Z | Downloaded adler v1.0.2 |
| 620 | 2022-05-03T18:12:00.877Z | Downloaded dyn-clone v1.0.5 |
| 621 | 2022-05-03T18:12:00.883Z | Downloaded siphasher v0.3.10 |
| 622 | 2022-05-03T18:12:00.889Z | Downloaded signature v1.3.2 |
| 623 | 2022-05-03T18:12:00.895Z | Downloaded diff v0.1.12 |
| 624 | 2022-05-03T18:12:00.900Z | Downloaded crypto-common v0.1.3 |
| 625 | 2022-05-03T18:12:00.906Z | Downloaded array-init v2.0.0 |
| 626 | 2022-05-03T18:12:00.912Z | Downloaded fastrand v1.7.0 |
| 627 | 2022-05-03T18:12:00.918Z | Downloaded tokio-stream v0.1.8 |
| 628 | 2022-05-03T18:12:00.926Z | Downloaded tokio-rustls v0.23.3 |
| 629 | 2022-05-03T18:12:00.933Z | Downloaded tinyvec v1.5.1 |
| 630 | 2022-05-03T18:12:00.940Z | Downloaded dirs-next v2.0.0 |
| 631 | 2022-05-03T18:12:00.945Z | Downloaded tar v0.4.38 |
| 632 | 2022-05-03T18:12:00.951Z | Downloaded smf v0.2.1 |
| 633 | 2022-05-03T18:12:00.957Z | Downloaded stringprep v0.1.2 |
| 634 | 2022-05-03T18:12:00.963Z | Downloaded snafu-derive v0.7.0 |
| 635 | 2022-05-03T18:12:00.969Z | Downloaded spin v0.5.2 |
| 636 | 2022-05-03T18:12:00.975Z | Downloaded slog-term v2.9.0 |
| 637 | 2022-05-03T18:12:00.982Z | Downloaded signal-hook-registry v1.4.0 |
| 638 | 2022-05-03T18:12:00.988Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 639 | 2022-05-03T18:12:00.993Z | Downloaded dirs-sys-next v0.1.2 |
| 640 | 2022-05-03T18:12:01.000Z | Downloaded darling_core v0.13.1 |
| 641 | 2022-05-03T18:12:01.007Z | Downloaded crossbeam-epoch v0.9.8 |
| 642 | 2022-05-03T18:12:01.013Z | Downloaded endian-type v0.1.2 |
| 643 | 2022-05-03T18:12:01.018Z | Downloaded dtrace-parser v0.1.12 |
| 644 | 2022-05-03T18:12:01.024Z | Downloaded dof v0.1.5 |
| 645 | 2022-05-03T18:12:01.032Z | Downloaded crossbeam-utils v0.8.8 |
| 646 | 2022-05-03T18:12:01.038Z | Downloaded cookie v0.16.0 |
| 647 | 2022-05-03T18:12:01.044Z | Downloaded data-encoding v2.3.2 |
| 648 | 2022-05-03T18:12:01.049Z | Downloaded clap_derive v3.1.7 |
| 649 | 2022-05-03T18:12:01.055Z | Downloaded ctr v0.8.0 |
| 650 | 2022-05-03T18:12:01.061Z | Downloaded criterion-plot v0.4.4 |
| 651 | 2022-05-03T18:12:01.067Z | Downloaded console v0.15.0 |
| 652 | 2022-05-03T18:12:01.073Z | Downloaded tracing-subscriber v0.3.9 |
| 653 | 2022-05-03T18:12:01.078Z | Downloaded aes v0.7.5 |
| 654 | 2022-05-03T18:12:01.084Z | Downloaded digest v0.9.0 |
| 655 | 2022-05-03T18:12:01.089Z | Downloaded crossbeam-queue v0.3.5 |
| 656 | 2022-05-03T18:12:01.095Z | Downloaded crossbeam-deque v0.8.1 |
| 657 | 2022-05-03T18:12:01.101Z | Downloaded crossbeam v0.8.1 |
| 658 | 2022-05-03T18:12:01.107Z | Downloaded structopt-derive v0.4.18 |
| 659 | 2022-05-03T18:12:01.113Z | Downloaded crypto-mac v0.11.1 |
| 660 | 2022-05-03T18:12:01.120Z | Downloaded clap_lex v0.1.1 |
| 661 | 2022-05-03T18:12:01.126Z | Downloaded cipher v0.3.0 |
| 662 | 2022-05-03T18:12:01.132Z | Downloaded darling_macro v0.13.1 |
| 663 | 2022-05-03T18:12:01.138Z | Downloaded byteorder v1.4.3 |
| 664 | 2022-05-03T18:12:01.146Z | Downloaded block-buffer v0.9.0 |
| 665 | 2022-05-03T18:12:01.151Z | Downloaded bit-vec v0.6.3 |
| 666 | 2022-05-03T18:12:01.158Z | Downloaded unicode-segmentation v1.9.0 |
| 667 | 2022-05-03T18:12:01.163Z | Downloaded cast v0.2.7 |
| 668 | 2022-05-03T18:12:01.169Z | Downloaded block-buffer v0.10.2 |
| 669 | 2022-05-03T18:12:01.192Z | Downloaded arc-swap v1.5.0 |
| 670 | 2022-05-03T18:12:01.199Z | Downloaded thiserror v1.0.30 |
| 671 | 2022-05-03T18:12:01.207Z | Downloaded tap v1.0.1 |
| 672 | 2022-05-03T18:12:01.213Z | Downloaded structmeta v0.1.4 |
| 673 | 2022-05-03T18:12:01.220Z | Downloaded anyhow v1.0.56 |
| 674 | 2022-05-03T18:12:01.225Z | Downloaded async-stream-impl v0.3.3 |
| 675 | 2022-05-03T18:12:01.231Z | Downloaded structopt v0.3.26 |
| 676 | 2022-05-03T18:12:01.238Z | Downloaded plotters v0.3.1 |
| 677 | 2022-05-03T18:12:01.244Z | Downloaded libsqlite3-sys v0.24.1 |
| 678 | 2022-05-03T18:12:01.250Z | Downloaded spki v0.4.1 |
| 679 | 2022-05-03T18:12:01.256Z | Downloaded time v0.3.9 |
| 680 | 2022-05-03T18:12:01.262Z | Downloaded slog-json v2.6.1 |
| 681 | 2022-05-03T18:12:01.268Z | Downloaded ascii-canvas v3.0.0 |
| 682 | 2022-05-03T18:12:01.275Z | Downloaded const-oid v0.6.2 |
| 683 | 2022-05-03T18:12:01.281Z | Downloaded backoff v0.4.0 |
| 684 | 2022-05-03T18:12:01.287Z | Downloaded aes-gcm-siv v0.10.3 |
| 685 | 2022-05-03T18:12:01.292Z | Downloaded tokio-macros v1.7.0 |
| 686 | 2022-05-03T18:12:01.298Z | Downloaded tinyvec_macros v0.1.0 |
| 687 | 2022-05-03T18:12:01.303Z | Downloaded termcolor v1.1.3 |
| 688 | 2022-05-03T18:12:01.309Z | Downloaded elliptic-curve v0.10.6 |
| 689 | 2022-05-03T18:12:01.315Z | Downloaded cpufeatures v0.2.2 |
| 690 | 2022-05-03T18:12:01.321Z | Downloaded clap v2.34.0 |
| 691 | 2022-05-03T18:12:01.327Z | Downloaded strum_macros v0.23.1 |
| 692 | 2022-05-03T18:12:01.334Z | Downloaded slog-scope v4.4.0 |
| 693 | 2022-05-03T18:12:01.341Z | Downloaded chrono v0.4.19 |
| 694 | 2022-05-03T18:12:01.355Z | Downloaded bytes v1.1.0 |
| 695 | 2022-05-03T18:12:01.361Z | Downloaded bincode v1.3.3 |
| 696 | 2022-05-03T18:12:01.368Z | Downloaded base64 v0.13.0 |
| 697 | 2022-05-03T18:12:01.374Z | Downloaded autocfg v1.1.0 |
| 698 | 2022-05-03T18:12:01.380Z | Downloaded async-stream v0.3.3 |
| 699 | 2022-05-03T18:12:01.386Z | Downloaded aho-corasick v0.7.18 |
| 700 | 2022-05-03T18:12:01.392Z | Downloaded thread_local v1.1.4 |
| 701 | 2022-05-03T18:12:01.399Z | Downloaded thiserror-impl v1.0.30 |
| 702 | 2022-05-03T18:12:01.406Z | Downloaded textwrap v0.15.0 |
| 703 | 2022-05-03T18:12:01.412Z | Downloaded clap v3.1.9 |
| 704 | 2022-05-03T18:12:01.417Z | Downloaded strsim v0.10.0 |
| 705 | 2022-05-03T18:12:01.423Z | Downloaded crossbeam-channel v0.5.4 |
| 706 | 2022-05-03T18:12:01.429Z | Downloaded subtle v2.4.1 |
| 707 | 2022-05-03T18:12:01.435Z | Downloaded strsim v0.8.0 |
| 708 | 2022-05-03T18:12:01.441Z | Downloaded env_logger v0.9.0 |
| 709 | 2022-05-03T18:12:01.448Z | Downloaded crc32fast v1.3.2 |
| 710 | 2022-05-03T18:12:01.455Z | Downloaded convert_case v0.4.0 |
| 711 | 2022-05-03T18:12:01.816Z | Compiling proc-macro2 v1.0.37 |
| 712 | 2022-05-03T18:12:01.824Z | Compiling unicode-xid v0.2.2 |
| 713 | 2022-05-03T18:12:01.830Z | Compiling syn v1.0.91 |
| 714 | 2022-05-03T18:12:01.836Z | Compiling libc v0.2.123 |
| 715 | 2022-05-03T18:12:01.842Z | Compiling serde_derive v1.0.136 |
| 716 | 2022-05-03T18:12:01.848Z | Compiling serde v1.0.136 |
| 717 | 2022-05-03T18:12:01.865Z | Compiling version_check v0.9.4 |
| 718 | 2022-05-03T18:12:01.871Z | Compiling cfg-if v1.0.0 |
| 719 | 2022-05-03T18:12:01.877Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=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` |
| 720 | 2022-05-03T18:12:01.884Z | 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,future-incompat --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` |
| 721 | 2022-05-03T18:12:01.890Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=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` |
| 722 | 2022-05-03T18:12:01.896Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 723 | 2022-05-03T18:12:01.904Z | 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,artifacts,future-incompat --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` |
| 724 | 2022-05-03T18:12:01.911Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=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` |
| 725 | 2022-05-03T18:12:01.920Z | Running `rustc --crate-name version_check /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 726 | 2022-05-03T18:12:01.926Z | Running `rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 727 | 2022-05-03T18:12:02.518Z | Compiling autocfg v1.1.0 |
| 728 | 2022-05-03T18:12:02.525Z | Running `rustc --crate-name autocfg /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 729 | 2022-05-03T18:12:02.748Z | Compiling memchr v2.4.1 |
| 730 | 2022-05-03T18:12:02.755Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 731 | 2022-05-03T18:12:04.059Z | Compiling log v0.4.16 |
| 732 | 2022-05-03T18:12:04.066Z | 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,artifacts,future-incompat --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` |
| 733 | 2022-05-03T18:12:04.424Z | Compiling itoa v1.0.1 |
| 734 | 2022-05-03T18:12:04.431Z | 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,future-incompat --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` |
| 735 | 2022-05-03T18:12:04.802Z | Compiling serde_json v1.0.79 |
| 736 | 2022-05-03T18:12:04.809Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 737 | 2022-05-03T18:12:05.736Z | Compiling parking_lot_core v0.9.1 |
| 738 | 2022-05-03T18:12:05.744Z | Compiling once_cell v1.10.0 |
| 739 | 2022-05-03T18:12:05.750Z | 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,artifacts,future-incompat --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` |
| 740 | 2022-05-03T18:12:05.756Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -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` |
| 741 | 2022-05-03T18:12:05.765Z | Compiling futures-core v0.3.21 |
| 742 | 2022-05-03T18:12:05.776Z | Compiling lazy_static v1.4.0 |
| 743 | 2022-05-03T18:12:05.783Z | Compiling cc v1.0.73 |
| 744 | 2022-05-03T18:12:05.789Z | Compiling ryu v1.0.9 |
| 745 | 2022-05-03T18:12:05.796Z | Compiling futures-task v0.3.21 |
| 746 | 2022-05-03T18:12:05.802Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 747 | 2022-05-03T18:12:05.809Z | Running `rustc --crate-name lazy_static /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 748 | 2022-05-03T18:12:05.815Z | 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,artifacts,future-incompat --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` |
| 749 | 2022-05-03T18:12:05.822Z | 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,future-incompat --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` |
| 750 | 2022-05-03T18:12:05.828Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=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` |
| 751 | 2022-05-03T18:12:05.908Z | Compiling futures-channel v0.3.21 |
| 752 | 2022-05-03T18:12:05.914Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=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` |
| 753 | 2022-05-03T18:12:06.186Z | Compiling typenum v1.15.0 |
| 754 | 2022-05-03T18:12:06.192Z | 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,artifacts,future-incompat --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` |
| 755 | 2022-05-03T18:12:06.670Z | Compiling futures-util v0.3.21 |
| 756 | 2022-05-03T18:12:06.683Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="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` |
| 757 | 2022-05-03T18:12:06.764Z | Running `rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 758 | 2022-05-03T18:12:06.780Z | Compiling ucd-trie v0.1.3 |
| 759 | 2022-05-03T18:12:06.786Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 760 | 2022-05-03T18:12:06.792Z | Compiling pkg-config v0.3.24 |
| 761 | 2022-05-03T18:12:06.798Z | 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,artifacts,future-incompat --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` |
| 762 | 2022-05-03T18:12:06.808Z | Compiling scopeguard v1.1.0 |
| 763 | 2022-05-03T18:12:06.827Z | Running `rustc --crate-name scopeguard /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 764 | 2022-05-03T18:12:06.861Z | Compiling smallvec v1.8.0 |
| 765 | 2022-05-03T18:12:06.868Z | 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,future-incompat --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` |
| 766 | 2022-05-03T18:12:07.103Z | Compiling httparse v1.6.0 |
| 767 | 2022-05-03T18:12:07.156Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 768 | 2022-05-03T18:12:07.224Z | 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,artifacts,future-incompat --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` |
| 769 | 2022-05-03T18:12:07.604Z | Compiling rustls v0.20.4 |
| 770 | 2022-05-03T18:12:07.610Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=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` |
| 771 | 2022-05-03T18:12:07.835Z | Compiling regex-syntax v0.6.25 |
| 772 | 2022-05-03T18:12:07.842Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=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` |
| 773 | 2022-05-03T18:12:08.106Z | Compiling byteorder v1.4.3 |
| 774 | 2022-05-03T18:12:08.113Z | Running `rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 775 | 2022-05-03T18:12:08.220Z | Compiling slog v2.7.0 |
| 776 | 2022-05-03T18:12:08.233Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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` |
| 777 | 2022-05-03T18:12:08.313Z | Compiling openssl v0.10.38 |
| 778 | 2022-05-03T18:12:08.320Z | 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,artifacts,future-incompat --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` |
| 779 | 2022-05-03T18:12:08.573Z | Compiling fnv v1.0.7 |
| 780 | 2022-05-03T18:12:08.579Z | Running `rustc --crate-name fnv /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 781 | 2022-05-03T18:12:08.843Z | Compiling crossbeam-utils v0.8.8 |
| 782 | 2022-05-03T18:12:08.851Z | 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,artifacts,future-incompat --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` |
| 783 | 2022-05-03T18:12:08.999Z | Compiling native-tls v0.2.8 |
| 784 | 2022-05-03T18:12:09.011Z | 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,artifacts,future-incompat --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` |
| 785 | 2022-05-03T18:12:09.341Z | Compiling time-macros v0.2.4 |
| 786 | 2022-05-03T18:12:09.347Z | 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,artifacts,future-incompat --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` |
| 787 | 2022-05-03T18:12:09.362Z | Compiling pin-project-lite v0.2.8 |
| 788 | 2022-05-03T18:12:09.369Z | 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,future-incompat --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` |
| 789 | 2022-05-03T18:12:09.665Z | Compiling dyn-clone v1.0.5 |
| 790 | 2022-05-03T18:12:09.710Z | 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,future-incompat --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` |
| 791 | 2022-05-03T18:12:09.755Z | Compiling async-trait v0.1.53 |
| 792 | 2022-05-03T18:12:09.761Z | 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,artifacts,future-incompat --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` |
| 793 | 2022-05-03T18:12:09.814Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=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` |
| 794 | 2022-05-03T18:12:09.879Z | Compiling maplit v1.0.2 |
| 795 | 2022-05-03T18:12:09.941Z | Running `rustc --crate-name maplit /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 796 | 2022-05-03T18:12:10.023Z | Compiling schemars v0.8.8 |
| 797 | 2022-05-03T18:12:10.036Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="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` |
| 798 | 2022-05-03T18:12:10.048Z | Compiling parking_lot_core v0.8.5 |
| 799 | 2022-05-03T18:12:10.054Z | 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,artifacts,future-incompat --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` |
| 800 | 2022-05-03T18:12:10.241Z | Compiling hashbrown v0.11.2 |
| 801 | 2022-05-03T18:12:10.248Z | 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,future-incompat --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` |
| 802 | 2022-05-03T18:12:10.944Z | Compiling anyhow v1.0.56 |
| 803 | 2022-05-03T18:12:10.962Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 804 | 2022-05-03T18:12:11.069Z | Compiling encoding_rs v0.8.30 |
| 805 | 2022-05-03T18:12:11.075Z | 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,artifacts,future-incompat --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` |
| 806 | 2022-05-03T18:12:11.161Z | Compiling remove_dir_all v0.5.3 |
| 807 | 2022-05-03T18:12:11.167Z | Running `rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 808 | 2022-05-03T18:12:11.274Z | Compiling fastrand v1.7.0 |
| 809 | 2022-05-03T18:12:11.287Z | 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,future-incompat --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` |
| 810 | 2022-05-03T18:12:11.509Z | Compiling unicode-segmentation v1.9.0 |
| 811 | 2022-05-03T18:12:11.522Z | 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,future-incompat --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` |
| 812 | 2022-05-03T18:12:11.890Z | Compiling same-file v1.0.6 |
| 813 | 2022-05-03T18:12:11.896Z | Running `rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 814 | 2022-05-03T18:12:12.213Z | Compiling unicode-width v0.1.9 |
| 815 | 2022-05-03T18:12:12.219Z | 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,future-incompat --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` |
| 816 | 2022-05-03T18:12:12.454Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="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` |
| 817 | 2022-05-03T18:12:12.552Z | Compiling home v0.5.3 |
| 818 | 2022-05-03T18:12:12.559Z | 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,future-incompat --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` |
| 819 | 2022-05-03T18:12:12.573Z | Compiling slog-async v2.7.0 |
| 820 | 2022-05-03T18:12:12.606Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 821 | 2022-05-03T18:12:12.657Z | Compiling convert_case v0.4.0 |
| 822 | 2022-05-03T18:12:12.662Z | Compiling futures-sink v0.3.21 |
| 823 | 2022-05-03T18:12:12.668Z | Running `rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 824 | 2022-05-03T18:12:12.674Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 825 | 2022-05-03T18:12:13.097Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -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` |
| 826 | 2022-05-03T18:12:13.271Z | Compiling futures-io v0.3.21 |
| 827 | 2022-05-03T18:12:13.277Z | 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,future-incompat --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` |
| 828 | 2022-05-03T18:12:13.365Z | Compiling paste v1.0.7 |
| 829 | 2022-05-03T18:12:13.371Z | 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,artifacts,future-incompat --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` |
| 830 | 2022-05-03T18:12:13.617Z | Compiling pin-utils v0.1.0 |
| 831 | 2022-05-03T18:12:13.623Z | Running `rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 832 | 2022-05-03T18:12:13.963Z | Compiling slab v0.4.5 |
| 833 | 2022-05-03T18:12:13.970Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 834 | 2022-05-03T18:12:13.987Z | Compiling bitflags v1.3.2 |
| 835 | 2022-05-03T18:12:13.994Z | Running `rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 836 | 2022-05-03T18:12:14.050Z | Compiling rustversion v1.0.6 |
| 837 | 2022-05-03T18:12:14.056Z | 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,artifacts,future-incompat --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` |
| 838 | 2022-05-03T18:12:14.186Z | Compiling spin v0.5.2 |
| 839 | 2022-05-03T18:12:14.192Z | Running `rustc --crate-name spin /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 840 | 2022-05-03T18:12:14.338Z | Compiling untrusted v0.7.1 |
| 841 | 2022-05-03T18:12:14.345Z | Running `rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 842 | 2022-05-03T18:12:14.626Z | Compiling strsim v0.10.0 |
| 843 | 2022-05-03T18:12:14.632Z | Running `rustc --crate-name strsim /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 844 | 2022-05-03T18:12:14.797Z | Compiling semver v0.1.20 |
| 845 | 2022-05-03T18:12:14.803Z | Running `rustc --crate-name semver /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 846 | 2022-05-03T18:12:14.928Z | Compiling tinyvec_macros v0.1.0 |
| 847 | 2022-05-03T18:12:14.934Z | 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,future-incompat --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` |
| 848 | 2022-05-03T18:12:15.025Z | 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,future-incompat --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` |
| 849 | 2022-05-03T18:12:15.268Z | Compiling base64 v0.13.0 |
| 850 | 2022-05-03T18:12:15.274Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 851 | 2022-05-03T18:12:15.593Z | Running `rustc --crate-name lazy_static /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 852 | 2022-05-03T18:12:15.753Z | Compiling ident_case v1.0.1 |
| 853 | 2022-05-03T18:12:15.760Z | Running `rustc --crate-name ident_case /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 854 | 2022-05-03T18:12:16.006Z | Running `rustc --crate-name scopeguard /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 855 | 2022-05-03T18:12:16.217Z | Compiling percent-encoding v2.1.0 |
| 856 | 2022-05-03T18:12:16.223Z | 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,future-incompat --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` |
| 857 | 2022-05-03T18:12:16.387Z | Compiling unicode-bidi v0.3.7 |
| 858 | 2022-05-03T18:12:16.393Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 859 | 2022-05-03T18:12:16.696Z | Compiling matches v0.1.9 |
| 860 | 2022-05-03T18:12:16.710Z | 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,future-incompat --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` |
| 861 | 2022-05-03T18:12:16.746Z | 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,future-incompat --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` |
| 862 | 2022-05-03T18:12:16.845Z | Compiling try-lock v0.2.3 |
| 863 | 2022-05-03T18:12:16.858Z | 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,future-incompat --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` |
| 864 | 2022-05-03T18:12:16.933Z | Compiling ppv-lite86 v0.2.16 |
| 865 | 2022-05-03T18:12:16.939Z | Compiling httpdate v1.0.2 |
| 866 | 2022-05-03T18:12:17.001Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=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` |
| 867 | 2022-05-03T18:12:17.008Z | Running `rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/httpdate-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 868 | 2022-05-03T18:12:17.041Z | Compiling tower-service v0.3.1 |
| 869 | 2022-05-03T18:12:17.047Z | 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,future-incompat --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` |
| 870 | 2022-05-03T18:12:17.265Z | Compiling foreign-types-shared v0.1.1 |
| 871 | 2022-05-03T18:12:17.271Z | Running `rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 872 | 2022-05-03T18:12:17.316Z | 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,future-incompat --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` |
| 873 | 2022-05-03T18:12:17.423Z | Compiling subtle v2.4.1 |
| 874 | 2022-05-03T18:12:17.436Z | Running `rustc --crate-name subtle /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' -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` |
| 875 | 2022-05-03T18:12:17.638Z | Compiling openssl-probe v0.1.5 |
| 876 | 2022-05-03T18:12:17.644Z | Running `rustc --crate-name openssl_probe /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 877 | 2022-05-03T18:12:17.685Z | Compiling num_threads v0.1.5 |
| 878 | 2022-05-03T18:12:17.692Z | 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,future-incompat --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` |
| 879 | 2022-05-03T18:12:17.714Z | Compiling cpufeatures v0.2.2 |
| 880 | 2022-05-03T18:12:17.720Z | 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,future-incompat --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` |
| 881 | 2022-05-03T18:12:18.061Z | Compiling ipnet v2.4.0 |
| 882 | 2022-05-03T18:12:18.078Z | 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,future-incompat --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` |
| 883 | 2022-05-03T18:12:18.085Z | 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,future-incompat --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` |
| 884 | 2022-05-03T18:12:18.098Z | Compiling mime v0.3.16 |
| 885 | 2022-05-03T18:12:18.111Z | Running `rustc --crate-name mime /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 886 | 2022-05-03T18:12:18.164Z | Compiling siphasher v0.3.10 |
| 887 | 2022-05-03T18:12:18.170Z | Running `rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/siphasher-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 888 | 2022-05-03T18:12:18.629Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 889 | 2022-05-03T18:12:18.677Z | Compiling match_cfg v0.1.0 |
| 890 | 2022-05-03T18:12:18.683Z | Running `rustc --crate-name match_cfg /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=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` |
| 891 | 2022-05-03T18:12:18.985Z | Compiling fallible-iterator v0.2.0 |
| 892 | 2022-05-03T18:12:18.999Z | Running `rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 893 | 2022-05-03T18:12:19.024Z | Compiling take_mut v0.2.2 |
| 894 | 2022-05-03T18:12:19.030Z | Running `rustc --crate-name take_mut /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 895 | 2022-05-03T18:12:19.070Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=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` |
| 896 | 2022-05-03T18:12:19.180Z | Running `rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 897 | 2022-05-03T18:12:19.378Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 898 | 2022-05-03T18:12:19.478Z | Compiling vec_map v0.8.2 |
| 899 | 2022-05-03T18:12:19.484Z | Running `rustc --crate-name vec_map /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 900 | 2022-05-03T18:12:19.509Z | Compiling ansi_term v0.12.1 |
| 901 | 2022-05-03T18:12:19.515Z | Running `rustc --crate-name ansi_term /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 902 | 2022-05-03T18:12:19.658Z | Running `rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 903 | 2022-05-03T18:12:19.981Z | Compiling strsim v0.8.0 |
| 904 | 2022-05-03T18:12:20.012Z | Running `rustc --crate-name strsim /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 905 | 2022-05-03T18:12:20.018Z | Running `rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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` |
| 906 | 2022-05-03T18:12:20.038Z | 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,future-incompat --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` |
| 907 | 2022-05-03T18:12:20.173Z | Running `rustc --crate-name fnv /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 908 | 2022-05-03T18:12:20.384Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 909 | 2022-05-03T18:12:20.502Z | Running `rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 910 | 2022-05-03T18:12:20.570Z | Compiling fixedbitset v0.4.1 |
| 911 | 2022-05-03T18:12:20.577Z | 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,future-incompat --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` |
| 912 | 2022-05-03T18:12:20.951Z | Running `rustc --crate-name spin /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 913 | 2022-05-03T18:12:21.081Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 914 | 2022-05-03T18:12:21.168Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 915 | 2022-05-03T18:12:21.200Z | 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,future-incompat --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` |
| 916 | 2022-05-03T18:12:21.553Z | 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,future-incompat --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` |
| 917 | 2022-05-03T18:12:21.617Z | Running `rustc --crate-name subtle /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' -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` |
| 918 | 2022-05-03T18:12:21.825Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=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` |
| 919 | 2022-05-03T18:12:21.901Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 920 | 2022-05-03T18:12:21.930Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=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` |
| 921 | 2022-05-03T18:12:22.291Z | 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,future-incompat --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` |
| 922 | 2022-05-03T18:12:22.321Z | Running `rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/httpdate-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 923 | 2022-05-03T18:12:22.383Z | 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,future-incompat --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` |
| 924 | 2022-05-03T18:12:22.633Z | 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,future-incompat --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` |
| 925 | 2022-05-03T18:12:22.701Z | Running `rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 926 | 2022-05-03T18:12:22.769Z | Running `rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 927 | 2022-05-03T18:12:22.886Z | 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,future-incompat --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` |
| 928 | 2022-05-03T18:12:23.006Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 929 | 2022-05-03T18:12:23.092Z | 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,future-incompat --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` |
| 930 | 2022-05-03T18:12:23.111Z | Running `rustc --crate-name openssl_probe /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 931 | 2022-05-03T18:12:23.260Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 932 | 2022-05-03T18:12:23.444Z | Running `rustc --crate-name mime /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 933 | 2022-05-03T18:12:23.515Z | Running `rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 934 | 2022-05-03T18:12:23.563Z | 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,future-incompat --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` |
| 935 | 2022-05-03T18:12:23.910Z | 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,future-incompat --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` |
| 936 | 2022-05-03T18:12:23.946Z | Running `rustc --crate-name take_mut /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 937 | 2022-05-03T18:12:24.119Z | Running `rustc --crate-name match_cfg /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=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` |
| 938 | 2022-05-03T18:12:24.228Z | Running `rustc --crate-name vec_map /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 939 | 2022-05-03T18:12:24.319Z | Running `rustc --crate-name strsim /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 940 | 2022-05-03T18:12:24.385Z | Running `rustc --crate-name ansi_term /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 941 | 2022-05-03T18:12:24.418Z | Running `rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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` |
| 942 | 2022-05-03T18:12:24.606Z | Compiling heck v0.4.0 |
| 943 | 2022-05-03T18:12:24.612Z | 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,artifacts,future-incompat --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` |
| 944 | 2022-05-03T18:12:24.929Z | Compiling radium v0.6.2 |
| 945 | 2022-05-03T18:12:24.935Z | 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,artifacts,future-incompat --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` |
| 946 | 2022-05-03T18:12:25.005Z | Running `rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 947 | 2022-05-03T18:12:25.822Z | Compiling vcpkg v0.2.15 |
| 948 | 2022-05-03T18:12:25.828Z | 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,artifacts,future-incompat --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` |
| 949 | 2022-05-03T18:12:25.837Z | Compiling signal-hook v0.3.13 |
| 950 | 2022-05-03T18:12:25.843Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=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` |
| 951 | 2022-05-03T18:12:26.064Z | Compiling either v1.6.1 |
| 952 | 2022-05-03T18:12:26.070Z | 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,future-incompat --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` |
| 953 | 2022-05-03T18:12:26.093Z | Running `rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/siphasher-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 954 | 2022-05-03T18:12:26.216Z | 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,future-incompat --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` |
| 955 | 2022-05-03T18:12:26.523Z | Compiling crc32fast v1.3.2 |
| 956 | 2022-05-03T18:12:26.529Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 957 | 2022-05-03T18:12:26.553Z | Compiling array-init v2.0.0 |
| 958 | 2022-05-03T18:12:26.559Z | 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,future-incompat --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` |
| 959 | 2022-05-03T18:12:26.622Z | Compiling newline-converter v0.2.0 |
| 960 | 2022-05-03T18:12:26.628Z | 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,future-incompat --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` |
| 961 | 2022-05-03T18:12:26.662Z | Compiling similar v2.1.0 |
| 962 | 2022-05-03T18:12:26.669Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' -C metadata=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` |
| 963 | 2022-05-03T18:12:27.013Z | Compiling opaque-debug v0.3.0 |
| 964 | 2022-05-03T18:12:27.034Z | Running `rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 965 | 2022-05-03T18:12:27.045Z | Compiling tap v1.0.1 |
| 966 | 2022-05-03T18:12:27.051Z | Running `rustc --crate-name tap /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 967 | 2022-05-03T18:12:27.150Z | Compiling funty v1.2.0 |
| 968 | 2022-05-03T18:12:27.156Z | 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,future-incompat --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` |
| 969 | 2022-05-03T18:12:27.348Z | Compiling rayon-core v1.9.2 |
| 970 | 2022-05-03T18:12:27.354Z | 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,artifacts,future-incompat --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` |
| 971 | 2022-05-03T18:12:27.413Z | Compiling const-oid v0.6.2 |
| 972 | 2022-05-03T18:12:27.419Z | 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,future-incompat --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` |
| 973 | 2022-05-03T18:12:27.515Z | Compiling convert_case v0.5.0 |
| 974 | 2022-05-03T18:12:27.566Z | 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,future-incompat --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` |
| 975 | 2022-05-03T18:12:27.997Z | Compiling fallible-streaming-iterator v0.1.9 |
| 976 | 2022-05-03T18:12:28.007Z | 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,future-incompat --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` |
| 977 | 2022-05-03T18:12:28.071Z | Compiling static_assertions v1.1.0 |
| 978 | 2022-05-03T18:12:28.077Z | Running `rustc --crate-name static_assertions /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 979 | 2022-05-03T18:12:28.430Z | Running `rustc --crate-name tap /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 980 | 2022-05-03T18:12:28.488Z | Running `rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 981 | 2022-05-03T18:12:28.614Z | Compiling half v1.8.2 |
| 982 | 2022-05-03T18:12:28.621Z | Running `rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 983 | 2022-05-03T18:12:28.832Z | Compiling hex v0.4.3 |
| 984 | 2022-05-03T18:12:28.838Z | Running `rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="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` |
| 985 | 2022-05-03T18:12:28.903Z | 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,future-incompat --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` |
| 986 | 2022-05-03T18:12:29.313Z | 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,future-incompat --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` |
| 987 | 2022-05-03T18:12:29.671Z | Compiling crunchy v0.2.2 |
| 988 | 2022-05-03T18:12:29.678Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=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` |
| 989 | 2022-05-03T18:12:30.276Z | Compiling termcolor v1.1.3 |
| 990 | 2022-05-03T18:12:30.284Z | 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,future-incompat --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` |
| 991 | 2022-05-03T18:12:30.328Z | 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,future-incompat --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` |
| 992 | 2022-05-03T18:12:30.919Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 993 | 2022-05-03T18:12:30.925Z | Running `rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 994 | 2022-05-03T18:12:30.964Z | Running `rustc --crate-name static_assertions /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 995 | 2022-05-03T18:12:31.355Z | 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,future-incompat --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` |
| 996 | 2022-05-03T18:12:31.361Z | Compiling tiny-keccak v2.0.2 |
| 997 | 2022-05-03T18:12:31.367Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=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` |
| 998 | 2022-05-03T18:12:32.032Z | Compiling new_debug_unreachable v1.0.4 |
| 999 | 2022-05-03T18:12:32.038Z | Running `rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1000 | 2022-05-03T18:12:32.129Z | Compiling precomputed-hash v0.1.1 |
| 1001 | 2022-05-03T18:12:32.136Z | Running `rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1002 | 2022-05-03T18:12:32.229Z | Running `rustc --crate-name subtle /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1003 | 2022-05-03T18:12:32.284Z | 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,future-incompat --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` |
| 1004 | 2022-05-03T18:12:32.380Z | Compiling bit-vec v0.6.3 |
| 1005 | 2022-05-03T18:12:32.387Z | Running `rustc --crate-name bit_vec /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1006 | 2022-05-03T18:12:32.510Z | Compiling fixedbitset v0.2.0 |
| 1007 | 2022-05-03T18:12:32.517Z | 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,future-incompat --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` |
| 1008 | 2022-05-03T18:12:32.853Z | Compiling doc-comment v0.3.3 |
| 1009 | 2022-05-03T18:12:32.859Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1010 | 2022-05-03T18:12:32.869Z | Compiling lalrpop-util v0.19.7 |
| 1011 | 2022-05-03T18:12:32.875Z | Compiling diff v0.1.12 |
| 1012 | 2022-05-03T18:12:32.885Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1013 | 2022-05-03T18:12:32.891Z | 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,future-incompat --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` |
| 1014 | 2022-05-03T18:12:33.169Z | Running `rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1015 | 2022-05-03T18:12:33.243Z | Running `rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="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` |
| 1016 | 2022-05-03T18:12:33.455Z | Compiling os_str_bytes v6.0.0 |
| 1017 | 2022-05-03T18:12:33.461Z | 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,future-incompat --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` |
| 1018 | 2022-05-03T18:12:33.635Z | 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,artifacts,future-incompat --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` |
| 1019 | 2022-05-03T18:12:33.762Z | 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,future-incompat --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` |
| 1020 | 2022-05-03T18:12:34.513Z | Compiling unindent v0.1.8 |
| 1021 | 2022-05-03T18:12:34.526Z | 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,artifacts,future-incompat --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` |
| 1022 | 2022-05-03T18:12:34.573Z | Compiling textwrap v0.15.0 |
| 1023 | 2022-05-03T18:12:34.604Z | 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,future-incompat --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` |
| 1024 | 2022-05-03T18:12:34.626Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="raw_os_str"' -C metadata=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` |
| 1025 | 2022-05-03T18:12:34.664Z | Compiling regex-automata v0.1.10 |
| 1026 | 2022-05-03T18:12:34.671Z | Running `rustc --crate-name regex_automata /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1027 | 2022-05-03T18:12:34.780Z | Compiling semver v1.0.6 |
| 1028 | 2022-05-03T18:12:34.786Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1029 | 2022-05-03T18:12:34.812Z | Running `rustc --crate-name strsim /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1030 | 2022-05-03T18:12:35.334Z | Compiling ref-cast v1.0.6 |
| 1031 | 2022-05-03T18:12:35.340Z | 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,artifacts,future-incompat --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` |
| 1032 | 2022-05-03T18:12:35.491Z | 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,future-incompat --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` |
| 1033 | 2022-05-03T18:12:35.635Z | Compiling data-encoding v2.3.2 |
| 1034 | 2022-05-03T18:12:35.643Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1035 | 2022-05-03T18:12:35.711Z | Compiling endian-type v0.1.2 |
| 1036 | 2022-05-03T18:12:35.725Z | Running `rustc --crate-name endian_type /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1037 | 2022-05-03T18:12:35.867Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1038 | 2022-05-03T18:12:35.878Z | Running `rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1039 | 2022-05-03T18:12:36.185Z | Compiling arc-swap v1.5.0 |
| 1040 | 2022-05-03T18:12:36.210Z | 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,future-incompat --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` |
| 1041 | 2022-05-03T18:12:36.315Z | Compiling utf-8 v0.7.6 |
| 1042 | 2022-05-03T18:12:36.321Z | Running `rustc --crate-name utf8 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1043 | 2022-05-03T18:12:36.498Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1044 | 2022-05-03T18:12:36.819Z | Compiling crossbeam-queue v0.3.5 |
| 1045 | 2022-05-03T18:12:36.826Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=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` |
| 1046 | 2022-05-03T18:12:36.911Z | 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,future-incompat --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` |
| 1047 | 2022-05-03T18:12:37.124Z | Running `rustc --crate-name endian_type /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1048 | 2022-05-03T18:12:37.322Z | Compiling humantime v2.1.0 |
| 1049 | 2022-05-03T18:12:37.328Z | Running `rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1050 | 2022-05-03T18:12:37.461Z | Compiling linked-hash-map v0.5.4 |
| 1051 | 2022-05-03T18:12:37.467Z | 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,future-incompat --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` |
| 1052 | 2022-05-03T18:12:37.699Z | Compiling quick-error v1.2.3 |
| 1053 | 2022-05-03T18:12:37.713Z | Running `rustc --crate-name quick_error /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1054 | 2022-05-03T18:12:37.719Z | Compiling adler v1.0.2 |
| 1055 | 2022-05-03T18:12:37.725Z | Running `rustc --crate-name adler /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1056 | 2022-05-03T18:12:37.737Z | 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,future-incompat --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` |
| 1057 | 2022-05-03T18:12:38.135Z | Running `rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1058 | 2022-05-03T18:12:38.213Z | Compiling plotters-backend v0.3.2 |
| 1059 | 2022-05-03T18:12:38.226Z | 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,future-incompat --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` |
| 1060 | 2022-05-03T18:12:38.310Z | Compiling pretty-hex v0.3.0 |
| 1061 | 2022-05-03T18:12:38.332Z | Running `rustc --crate-name pretty_hex /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pretty-hex-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=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` |
| 1062 | 2022-05-03T18:12:38.390Z | Running `rustc --crate-name utf8 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1063 | 2022-05-03T18:12:38.560Z | Running `rustc --crate-name adler /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1064 | 2022-05-03T18:12:38.676Z | Compiling predicates-core v1.0.3 |
| 1065 | 2022-05-03T18:12:38.684Z | 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,future-incompat --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` |
| 1066 | 2022-05-03T18:12:38.842Z | Running `rustc --crate-name regex_automata /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1067 | 2022-05-03T18:12:39.215Z | Compiling normalize-line-endings v0.3.0 |
| 1068 | 2022-05-03T18:12:39.222Z | Running `rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1069 | 2022-05-03T18:12:39.285Z | Compiling difflib v0.4.0 |
| 1070 | 2022-05-03T18:12:39.304Z | Running `rustc --crate-name difflib /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1071 | 2022-05-03T18:12:39.523Z | 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,future-incompat --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` |
| 1072 | 2022-05-03T18:12:39.539Z | Running `rustc --crate-name pretty_hex /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/pretty-hex-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=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` |
| 1073 | 2022-05-03T18:12:39.603Z | Compiling itoa v0.4.8 |
| 1074 | 2022-05-03T18:12:39.609Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1075 | 2022-05-03T18:12:39.709Z | Compiling number_prefix v0.4.0 |
| 1076 | 2022-05-03T18:12:39.716Z | Running `rustc --crate-name number_prefix /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1077 | 2022-05-03T18:12:40.032Z | Compiling termtree v0.2.4 |
| 1078 | 2022-05-03T18:12:40.038Z | 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,future-incompat --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` |
| 1079 | 2022-05-03T18:12:40.092Z | Compiling downcast v0.11.0 |
| 1080 | 2022-05-03T18:12:40.105Z | Running `rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1081 | 2022-05-03T18:12:40.215Z | Running `rustc --crate-name maplit /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1082 | 2022-05-03T18:12:40.311Z | Compiling oorandom v11.1.3 |
| 1083 | 2022-05-03T18:12:40.317Z | Running `rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1084 | 2022-05-03T18:12:40.327Z | Running `rustc --crate-name number_prefix /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1085 | 2022-05-03T18:12:40.582Z | Compiling fragile v1.1.0 |
| 1086 | 2022-05-03T18:12:40.588Z | 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,future-incompat --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` |
| 1087 | 2022-05-03T18:12:40.608Z | Compiling trybuild v1.0.59 |
| 1088 | 2022-05-03T18:12:40.614Z | 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,artifacts,future-incompat --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` |
| 1089 | 2022-05-03T18:12:40.657Z | Compiling glob v0.3.0 |
| 1090 | 2022-05-03T18:12:40.663Z | 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,future-incompat --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` |
| 1091 | 2022-05-03T18:12:40.864Z | Running `rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 1092 | 2022-05-03T18:12:40.948Z | Running `rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1093 | 2022-05-03T18:12:41.224Z | Compiling instant v0.1.12 |
| 1094 | 2022-05-03T18:12:41.237Z | Running `rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1095 | 2022-05-03T18:12:41.703Z | Compiling generic-array v0.14.5 |
| 1096 | 2022-05-03T18:12:41.710Z | 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,artifacts,future-incompat --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` |
| 1097 | 2022-05-03T18:12:41.731Z | Compiling ahash v0.7.6 |
| 1098 | 2022-05-03T18:12:41.737Z | 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,artifacts,future-incompat --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` |
| 1099 | 2022-05-03T18:12:41.813Z | Compiling proc-macro-error-attr v1.0.4 |
| 1100 | 2022-05-03T18:12:41.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,artifacts,future-incompat --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` |
| 1101 | 2022-05-03T18:12:41.916Z | Compiling proc-macro-error v1.0.4 |
| 1102 | 2022-05-03T18:12:41.936Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=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` |
| 1103 | 2022-05-03T18:12:42.093Z | Compiling usdt-impl v0.3.2 |
| 1104 | 2022-05-03T18:12:42.099Z | 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,artifacts,future-incompat --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` |
| 1105 | 2022-05-03T18:12:42.492Z | Compiling dropshot v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394) |
| 1106 | 2022-05-03T18:12:42.518Z | 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,artifacts,future-incompat --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` |
| 1107 | 2022-05-03T18:12:42.593Z | Compiling slog-dtrace v0.2.1 |
| 1108 | 2022-05-03T18:12:42.599Z | 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,artifacts,future-incompat --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` |
| 1109 | 2022-05-03T18:12:42.657Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 1110 | 2022-05-03T18:12:42.663Z | 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,artifacts,future-incompat --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` |
| 1111 | 2022-05-03T18:12:42.695Z | Compiling unicase v2.6.0 |
| 1112 | 2022-05-03T18:12:42.701Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1113 | 2022-05-03T18:12:42.813Z | Compiling cookie v0.16.0 |
| 1114 | 2022-05-03T18:12:42.819Z | 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,artifacts,future-incompat --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` |
| 1115 | 2022-05-03T18:12:42.879Z | Compiling indexmap v1.8.1 |
| 1116 | 2022-05-03T18:12:42.885Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=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` |
| 1117 | 2022-05-03T18:12:43.272Z | Compiling num-traits v0.2.14 |
| 1118 | 2022-05-03T18:12:43.279Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1119 | 2022-05-03T18:12:43.372Z | Compiling num-integer v0.1.44 |
| 1120 | 2022-05-03T18:12:43.392Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1121 | 2022-05-03T18:12:43.432Z | 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,artifacts,future-incompat --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` |
| 1122 | 2022-05-03T18:12:43.468Z | Compiling memoffset v0.6.5 |
| 1123 | 2022-05-03T18:12:43.475Z | 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,artifacts,future-incompat --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` |
| 1124 | 2022-05-03T18:12:43.481Z | 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,artifacts,future-incompat --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` |
| 1125 | 2022-05-03T18:12:43.493Z | Compiling crossbeam-epoch v0.9.8 |
| 1126 | 2022-05-03T18:12:43.506Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="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` |
| 1127 | 2022-05-03T18:12:43.576Z | Compiling rayon v1.5.2 |
| 1128 | 2022-05-03T18:12:43.582Z | 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,artifacts,future-incompat --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` |
| 1129 | 2022-05-03T18:12:43.642Z | Compiling miniz_oxide v0.4.4 |
| 1130 | 2022-05-03T18:12:43.648Z | 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,artifacts,future-incompat --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` |
| 1131 | 2022-05-03T18:12:44.068Z | Running `/work/oxidecomputer/omicron/target/debug/build/log-19817c0892836249/build-script-build` |
| 1132 | 2022-05-03T18:12:44.078Z | Running `/work/oxidecomputer/omicron/target/debug/build/memchr-dcac4175bf4c4fd1/build-script-build` |
| 1133 | 2022-05-03T18:12:44.109Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-0f1589cbf0f0f214/build-script-build` |
| 1134 | 2022-05-03T18:12:44.179Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-a661acf3c3aade15/build-script-build` |
| 1135 | 2022-05-03T18:12:44.212Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-d150516ce45d6878/build-script-build` |
| 1136 | 2022-05-03T18:12:44.227Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_derive-518a559fe7029482/build-script-build` |
| 1137 | 2022-05-03T18:12:44.260Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-81f26fd6baf41ef2/build-script-build` |
| 1138 | 2022-05-03T18:12:44.334Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a94663ffdf37014a/build-script-build` |
| 1139 | 2022-05-03T18:12:44.371Z | Compiling tracing-core v0.1.23 |
| 1140 | 2022-05-03T18:12:44.385Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="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` |
| 1141 | 2022-05-03T18:12:44.417Z | 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,future-incompat --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` |
| 1142 | 2022-05-03T18:12:44.424Z | Compiling sharded-slab v0.1.4 |
| 1143 | 2022-05-03T18:12:44.429Z | 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,future-incompat --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` |
| 1144 | 2022-05-03T18:12:44.448Z | Compiling thread_local v1.1.4 |
| 1145 | 2022-05-03T18:12:44.454Z | 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,future-incompat --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` |
| 1146 | 2022-05-03T18:12:44.519Z | Compiling path-dedot v3.0.16 |
| 1147 | 2022-05-03T18:12:44.526Z | 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,future-incompat --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` |
| 1148 | 2022-05-03T18:12:44.538Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-1e2a7207dba78458/build-script-build` |
| 1149 | 2022-05-03T18:12:44.581Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-b5878f231ed18f46/build-script-build` |
| 1150 | 2022-05-03T18:12:44.588Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-663a76ac80ee5344/build-script-build` |
| 1151 | 2022-05-03T18:12:44.614Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-7e6c338f5e7d0cb7/build-script-build` |
| 1152 | 2022-05-03T18:12:44.645Z | Running `rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1153 | 2022-05-03T18:12:44.651Z | Compiling lock_api v0.4.6 |
| 1154 | 2022-05-03T18:12:44.658Z | 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,future-incompat --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` |
| 1155 | 2022-05-03T18:12:44.664Z | Compiling pest v2.1.3 |
| 1156 | 2022-05-03T18:12:44.671Z | 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,future-incompat --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` |
| 1157 | 2022-05-03T18:12:45.056Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-a1f74719cbc4c917/build-script-build` |
| 1158 | 2022-05-03T18:12:45.069Z | Compiling nibble_vec v0.1.0 |
| 1159 | 2022-05-03T18:12:45.075Z | Running `rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1160 | 2022-05-03T18:12:45.576Z | Running `/work/oxidecomputer/omicron/target/debug/build/log-89e4ba4e071b94b7/build-script-build` |
| 1161 | 2022-05-03T18:12:45.590Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c41d0569a9d89288/build-script-build` |
| 1162 | 2022-05-03T18:12:45.595Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-63beba1258ed3cff/build-script-main` |
| 1163 | 2022-05-03T18:12:45.612Z | Compiling fxhash v0.2.1 |
| 1164 | 2022-05-03T18:12:45.618Z | Running `rustc --crate-name fxhash /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1165 | 2022-05-03T18:12:45.631Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-32de258c049c0405/build-script-build` |
| 1166 | 2022-05-03T18:12:45.826Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-764ab289613fd2e1/build-script-build` |
| 1167 | 2022-05-03T18:12:45.854Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-ae74854b75b9871e/build-script-build` |
| 1168 | 2022-05-03T18:12:45.906Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-7e884e28feeddbe5/build-script-build` |
| 1169 | 2022-05-03T18:12:45.912Z | Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-e8ea3c5620d96688/build-script-build` |
| 1170 | 2022-05-03T18:12:45.955Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-3bcf82cc92408473/build-script-build` |
| 1171 | 2022-05-03T18:12:45.961Z | Running `/work/oxidecomputer/omicron/target/debug/build/encoding_rs-531e4ef9993f9c06/build-script-build` |
| 1172 | 2022-05-03T18:12:45.981Z | Compiling walkdir v2.3.2 |
| 1173 | 2022-05-03T18:12:45.987Z | 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,future-incompat --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` |
| 1174 | 2022-05-03T18:12:46.157Z | Compiling ring v0.16.20 |
| 1175 | 2022-05-03T18:12:46.163Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=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` |
| 1176 | 2022-05-03T18:12:46.213Z | Compiling openssl-sys v0.9.72 |
| 1177 | 2022-05-03T18:12:46.220Z | 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,artifacts,future-incompat --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` |
| 1178 | 2022-05-03T18:12:46.240Z | Running `rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=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` |
| 1179 | 2022-05-03T18:12:47.296Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-057f65def4a427e7/build-script-build` |
| 1180 | 2022-05-03T18:12:47.323Z | Compiling getopts v0.2.21 |
| 1181 | 2022-05-03T18:12:47.329Z | Running `rustc --crate-name getopts /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1182 | 2022-05-03T18:12:47.930Z | Compiling textwrap v0.11.0 |
| 1183 | 2022-05-03T18:12:47.936Z | Running `rustc --crate-name textwrap /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1184 | 2022-05-03T18:12:48.011Z | Compiling heck v0.3.3 |
| 1185 | 2022-05-03T18:12:48.018Z | Running `rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1186 | 2022-05-03T18:12:48.326Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-88caaefdf3431096/build-script-build` |
| 1187 | 2022-05-03T18:12:48.371Z | 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,future-incompat --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` |
| 1188 | 2022-05-03T18:12:48.416Z | 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,future-incompat --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` |
| 1189 | 2022-05-03T18:12:48.571Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-788001f874c2f202/build-script-build` |
| 1190 | 2022-05-03T18:12:48.794Z | Compiling tinyvec v1.5.1 |
| 1191 | 2022-05-03T18:12:48.806Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=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` |
| 1192 | 2022-05-03T18:12:48.872Z | Compiling rustc_version v0.1.7 |
| 1193 | 2022-05-03T18:12:48.879Z | Running `rustc --crate-name rustc_version /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1194 | 2022-05-03T18:12:48.909Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-f0e799545e06c7ae/build-script-build` |
| 1195 | 2022-05-03T18:12:49.145Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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` |
| 1196 | 2022-05-03T18:12:49.214Z | 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,future-incompat --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` |
| 1197 | 2022-05-03T18:12:49.401Z | Compiling rustls-pemfile v0.3.0 |
| 1198 | 2022-05-03T18:12:49.432Z | 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,future-incompat --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` |
| 1199 | 2022-05-03T18:12:49.439Z | Compiling rustls-pemfile v1.0.0 |
| 1200 | 2022-05-03T18:12:49.445Z | 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,future-incompat --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` |
| 1201 | 2022-05-03T18:12:49.633Z | Compiling pem v1.0.2 |
| 1202 | 2022-05-03T18:12:49.643Z | 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,future-incompat --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` |
| 1203 | 2022-05-03T18:12:50.216Z | 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,future-incompat --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` |
| 1204 | 2022-05-03T18:12:50.256Z | Compiling form_urlencoded v1.0.1 |
| 1205 | 2022-05-03T18:12:50.262Z | 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,future-incompat --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` |
| 1206 | 2022-05-03T18:12:50.727Z | Running `rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1207 | 2022-05-03T18:12:50.803Z | Compiling foreign-types v0.3.2 |
| 1208 | 2022-05-03T18:12:50.809Z | Running `rustc --crate-name foreign_types /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1209 | 2022-05-03T18:12:51.098Z | Compiling phf_shared v0.10.0 |
| 1210 | 2022-05-03T18:12:51.105Z | Running `rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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` |
| 1211 | 2022-05-03T18:12:51.139Z | Running `rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1212 | 2022-05-03T18:12:51.175Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=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` |
| 1213 | 2022-05-03T18:12:51.251Z | Running `rustc --crate-name fxhash /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1214 | 2022-05-03T18:12:51.351Z | 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,future-incompat --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` |
| 1215 | 2022-05-03T18:12:51.842Z | 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,future-incompat --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` |
| 1216 | 2022-05-03T18:12:51.895Z | 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,future-incompat --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` |
| 1217 | 2022-05-03T18:12:52.026Z | 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,future-incompat --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` |
| 1218 | 2022-05-03T18:12:52.184Z | 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,future-incompat --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` |
| 1219 | 2022-05-03T18:12:52.192Z | Running `rustc --crate-name foreign_types /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1220 | 2022-05-03T18:12:52.534Z | Running `rustc --crate-name textwrap /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1221 | 2022-05-03T18:12:52.542Z | Running `rustc --crate-name getopts /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1222 | 2022-05-03T18:12:52.719Z | 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,future-incompat --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` |
| 1223 | 2022-05-03T18:12:52.974Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-1fb755f41ec16621/build-script-build` |
| 1224 | 2022-05-03T18:12:53.003Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-98254a2d0cca64a9/build-script-build` |
| 1225 | 2022-05-03T18:12:53.030Z | Compiling itertools v0.10.3 |
| 1226 | 2022-05-03T18:12:53.036Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=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` |
| 1227 | 2022-05-03T18:12:53.079Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=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` |
| 1228 | 2022-05-03T18:12:53.461Z | Running `rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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` |
| 1229 | 2022-05-03T18:12:53.937Z | Compiling ringbuffer v0.8.4 |
| 1230 | 2022-05-03T18:12:53.943Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=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` |
| 1231 | 2022-05-03T18:12:54.296Z | Compiling wyz v0.4.0 |
| 1232 | 2022-05-03T18:12:54.302Z | 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,future-incompat --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` |
| 1233 | 2022-05-03T18:12:54.429Z | Compiling der v0.4.5 |
| 1234 | 2022-05-03T18:12:54.455Z | 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,future-incompat --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` |
| 1235 | 2022-05-03T18:12:54.626Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-e3b5157a30084b4b/build-script-build` |
| 1236 | 2022-05-03T18:12:54.748Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-67d46cfc3e3f3c9d/build-script-build` |
| 1237 | 2022-05-03T18:12:54.764Z | 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,future-incompat --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` |
| 1238 | 2022-05-03T18:12:54.936Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=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` |
| 1239 | 2022-05-03T18:12:55.079Z | 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,future-incompat --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` |
| 1240 | 2022-05-03T18:12:55.160Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-544ed0f83d91a245/build-script-build` |
| 1241 | 2022-05-03T18:12:55.188Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-60627f4006d5893e/build-script-build` |
| 1242 | 2022-05-03T18:12:55.214Z | Compiling libsqlite3-sys v0.24.1 |
| 1243 | 2022-05-03T18:12:55.221Z | 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,artifacts,future-incompat --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` |
| 1244 | 2022-05-03T18:12:55.564Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=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` |
| 1245 | 2022-05-03T18:12:55.605Z | Compiling bit-set v0.5.2 |
| 1246 | 2022-05-03T18:12:55.619Z | 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,future-incompat --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` |
| 1247 | 2022-05-03T18:12:55.644Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-2ec97ccb709eaba9/build-script-build` |
| 1248 | 2022-05-03T18:12:56.195Z | Compiling clap_lex v0.1.1 |
| 1249 | 2022-05-03T18:12:56.201Z | 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,future-incompat --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` |
| 1250 | 2022-05-03T18:12:56.459Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-d56e35fc5723b5fb/build-script-build` |
| 1251 | 2022-05-03T18:12:56.677Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-b31c833278b2c6e3/build-script-build` |
| 1252 | 2022-05-03T18:12:56.708Z | 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,future-incompat --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` |
| 1253 | 2022-05-03T18:12:56.783Z | Compiling indoc v1.0.4 |
| 1254 | 2022-05-03T18:12:56.796Z | 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,artifacts,future-incompat --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` |
| 1255 | 2022-05-03T18:12:57.912Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-7fdedae3dec0a4df/build-script-build` |
| 1256 | 2022-05-03T18:12:58.145Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-bac9ce156abbd624/build-script-build` |
| 1257 | 2022-05-03T18:12:58.236Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 1258 | 2022-05-03T18:12:58.243Z | Running `rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1259 | 2022-05-03T18:12:58.329Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-c88cc34fc1c64405/build-script-build` |
| 1260 | 2022-05-03T18:12:58.356Z | Compiling lru-cache v0.1.2 |
| 1261 | 2022-05-03T18:12:58.362Z | Running `rustc --crate-name lru_cache /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1262 | 2022-05-03T18:12:58.453Z | Compiling plotters-svg v0.3.1 |
| 1263 | 2022-05-03T18:12:58.460Z | 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,future-incompat --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` |
| 1264 | 2022-05-03T18:12:58.636Z | Compiling predicates-tree v1.0.5 |
| 1265 | 2022-05-03T18:12:58.643Z | 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,future-incompat --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` |
| 1266 | 2022-05-03T18:12:58.720Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-d1838fa16cab005a/build-script-build` |
| 1267 | 2022-05-03T18:12:58.748Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-3614ee09275ea0b9/build-script-build` |
| 1268 | 2022-05-03T18:12:58.873Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-bfb8627112f492db/build-script-build` |
| 1269 | 2022-05-03T18:12:58.907Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-47a75be4bc990106/build-script-build` |
| 1270 | 2022-05-03T18:12:58.952Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e134ab7735aa2873/build-script-build` |
| 1271 | 2022-05-03T18:12:59.052Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-a167e44d3a929ea5/build-script-build` |
| 1272 | 2022-05-03T18:12:59.078Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-d7a454272af4ebca/build-script-build` |
| 1273 | 2022-05-03T18:12:59.208Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-26888ba86101e46e/build-script-build` |
| 1274 | 2022-05-03T18:12:59.214Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-88f1f249c106b64b/build-script-build` |
| 1275 | 2022-05-03T18:12:59.359Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-1132113db77ebab5/build-script-build` |
| 1276 | 2022-05-03T18:12:59.378Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-2005408a8eb8b81f/build-script-build` |
| 1277 | 2022-05-03T18:12:59.494Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-1aa8777ae2ffd7a9/build-script-build` |
| 1278 | 2022-05-03T18:12:59.520Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-fe5f4c5bb2b6127d/build-script-build` |
| 1279 | 2022-05-03T18:12:59.570Z | 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,future-incompat --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` |
| 1280 | 2022-05-03T18:12:59.682Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=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` |
| 1281 | 2022-05-03T18:12:59.850Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1282 | 2022-05-03T18:12:59.994Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1283 | 2022-05-03T18:13:00.130Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-85aabd82a5cccb93/build-script-build` |
| 1284 | 2022-05-03T18:13:00.490Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-9ee8d63af38379d2/build-script-build` |
| 1285 | 2022-05-03T18:13:00.782Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-c663a34d1945a9b5/build-script-build` |
| 1286 | 2022-05-03T18:13:00.844Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-0839614da287a1a5/build-script-build` |
| 1287 | 2022-05-03T18:13:00.908Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-ed548583f298c80e/build-script-build` |
| 1288 | 2022-05-03T18:13:01.089Z | Running `/work/oxidecomputer/omicron/target/debug/build/miniz_oxide-3ff77e4210534b29/build-script-build` |
| 1289 | 2022-05-03T18:13:01.120Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1290 | 2022-05-03T18:13:01.473Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1291 | 2022-05-03T18:13:01.529Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=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` |
| 1292 | 2022-05-03T18:13:01.826Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=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` |
| 1293 | 2022-05-03T18:13:01.880Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1294 | 2022-05-03T18:13:02.112Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1295 | 2022-05-03T18:13:02.565Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=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` |
| 1296 | 2022-05-03T18:13:03.081Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=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` |
| 1297 | 2022-05-03T18:13:03.087Z | Compiling path-absolutize v3.0.12 |
| 1298 | 2022-05-03T18:13:03.118Z | 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,future-incompat --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` |
| 1299 | 2022-05-03T18:13:03.129Z | Compiling radix_trie v0.2.1 |
| 1300 | 2022-05-03T18:13:03.135Z | Running `rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1301 | 2022-05-03T18:13:03.142Z | 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,future-incompat --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` |
| 1302 | 2022-05-03T18:13:03.194Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1303 | 2022-05-03T18:13:03.366Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1304 | 2022-05-03T18:13:03.423Z | Compiling tracing v0.1.32 |
| 1305 | 2022-05-03T18:13:03.429Z | 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,future-incompat --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` |
| 1306 | 2022-05-03T18:13:03.549Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="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` |
| 1307 | 2022-05-03T18:13:04.145Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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` |
| 1308 | 2022-05-03T18:13:04.511Z | Running `rustc --crate-name slog /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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` |
| 1309 | 2022-05-03T18:13:04.655Z | Running `rustc --crate-name slog /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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` |
| 1310 | 2022-05-03T18:13:04.849Z | 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,future-incompat --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` |
| 1311 | 2022-05-03T18:13:04.980Z | 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,future-incompat --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` |
| 1312 | 2022-05-03T18:13:05.305Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=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` |
| 1313 | 2022-05-03T18:13:05.458Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=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` |
| 1314 | 2022-05-03T18:13:06.228Z | Compiling tracing-subscriber v0.3.9 |
| 1315 | 2022-05-03T18:13:06.242Z | 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,future-incompat --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` |
| 1316 | 2022-05-03T18:13:06.250Z | Compiling pest_meta v2.1.3 |
| 1317 | 2022-05-03T18:13:06.256Z | 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,future-incompat --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` |
| 1318 | 2022-05-03T18:13:06.349Z | Compiling semver-parser v0.10.2 |
| 1319 | 2022-05-03T18:13:06.356Z | Running `rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1320 | 2022-05-03T18:13:06.723Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1321 | 2022-05-03T18:13:07.758Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1322 | 2022-05-03T18:13:07.888Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-448ba517eb960fed/build-script-main` |
| 1323 | 2022-05-03T18:13:08.991Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-7418aa75adca679a/build-script-build` |
| 1324 | 2022-05-03T18:13:09.784Z | 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,future-incompat --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` |
| 1325 | 2022-05-03T18:13:10.319Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-54c49a36c944c4e6/build-script-build` |
| 1326 | 2022-05-03T18:13:10.940Z | 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,artifacts,future-incompat --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` |
| 1327 | 2022-05-03T18:13:13.782Z | Compiling newtype_derive v0.1.6 |
| 1328 | 2022-05-03T18:13:13.788Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1329 | 2022-05-03T18:13:13.800Z | Running `rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1330 | 2022-05-03T18:13:13.993Z | Compiling phf v0.10.1 |
| 1331 | 2022-05-03T18:13:14.000Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1332 | 2022-05-03T18:13:14.119Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1333 | 2022-05-03T18:13:14.157Z | Compiling unicode-normalization v0.1.19 |
| 1334 | 2022-05-03T18:13:14.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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1335 | 2022-05-03T18:13:14.472Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="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` |
| 1336 | 2022-05-03T18:13:14.498Z | 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,future-incompat --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` |
| 1337 | 2022-05-03T18:13:14.587Z | 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,future-incompat --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` |
| 1338 | 2022-05-03T18:13:15.286Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1339 | 2022-05-03T18:13:15.334Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1340 | 2022-05-03T18:13:15.341Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-084222d146101a5e/build-script-build` |
| 1341 | 2022-05-03T18:13:15.513Z | Running `rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1342 | 2022-05-03T18:13:15.921Z | Running `rustc --crate-name crc32fast /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1343 | 2022-05-03T18:13:16.780Z | Running `rustc --crate-name crc32fast /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1344 | 2022-05-03T18:13:16.913Z | Running `rustc --crate-name crunchy /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=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` |
| 1345 | 2022-05-03T18:13:17.066Z | Compiling spki v0.4.1 |
| 1346 | 2022-05-03T18:13:17.072Z | 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,future-incompat --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` |
| 1347 | 2022-05-03T18:13:17.245Z | Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-70ff345a0f0f0d49/build-script-build` |
| 1348 | 2022-05-03T18:13:17.289Z | Running `rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1349 | 2022-05-03T18:13:17.522Z | Running `rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1350 | 2022-05-03T18:13:17.636Z | 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,future-incompat --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` |
| 1351 | 2022-05-03T18:13:18.167Z | Running `rustc --crate-name doc_comment /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1352 | 2022-05-03T18:13:18.422Z | Running `rustc --crate-name doc_comment /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1353 | 2022-05-03T18:13:18.515Z | 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,future-incompat --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` |
| 1354 | 2022-05-03T18:13:18.535Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1355 | 2022-05-03T18:13:18.765Z | Compiling want v0.3.0 |
| 1356 | 2022-05-03T18:13:18.771Z | Running `rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1357 | 2022-05-03T18:13:19.132Z | Running `rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1358 | 2022-05-03T18:13:19.541Z | Running `rustc --crate-name unicase /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1359 | 2022-05-03T18:13:19.563Z | Running `rustc --crate-name unicase /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1360 | 2022-05-03T18:13:19.901Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1361 | 2022-05-03T18:13:20.290Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1362 | 2022-05-03T18:13:20.338Z | Compiling aho-corasick v0.7.18 |
| 1363 | 2022-05-03T18:13:20.345Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1364 | 2022-05-03T18:13:20.566Z | Compiling csv-core v0.1.10 |
| 1365 | 2022-05-03T18:13:20.574Z | 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,future-incompat --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` |
| 1366 | 2022-05-03T18:13:20.580Z | 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,future-incompat --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` |
| 1367 | 2022-05-03T18:13:20.943Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1368 | 2022-05-03T18:13:21.302Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1369 | 2022-05-03T18:13:22.002Z | 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,future-incompat --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` |
| 1370 | 2022-05-03T18:13:22.154Z | 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,future-incompat --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` |
| 1371 | 2022-05-03T18:13:23.280Z | 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,future-incompat --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` |
| 1372 | 2022-05-03T18:13:23.288Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=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` |
| 1373 | 2022-05-03T18:13:23.952Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=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` |
| 1374 | 2022-05-03T18:13:24.318Z | Compiling getrandom v0.2.5 |
| 1375 | 2022-05-03T18:13:24.325Z | 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,future-incompat --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` |
| 1376 | 2022-05-03T18:13:24.333Z | Compiling time v0.1.44 |
| 1377 | 2022-05-03T18:13:24.339Z | 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,future-incompat --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` |
| 1378 | 2022-05-03T18:13:24.967Z | Compiling num_cpus v1.13.1 |
| 1379 | 2022-05-03T18:13:24.973Z | 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,future-incompat --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` |
| 1380 | 2022-05-03T18:13:25.346Z | 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,future-incompat --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` |
| 1381 | 2022-05-03T18:13:25.371Z | Compiling signal-hook-registry v1.4.0 |
| 1382 | 2022-05-03T18:13:25.377Z | 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,future-incompat --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` |
| 1383 | 2022-05-03T18:13:25.522Z | Compiling tempfile v3.3.0 |
| 1384 | 2022-05-03T18:13:25.528Z | 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,future-incompat --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` |
| 1385 | 2022-05-03T18:13:25.538Z | Compiling socket2 v0.4.4 |
| 1386 | 2022-05-03T18:13:25.545Z | 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,future-incompat --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` |
| 1387 | 2022-05-03T18:13:26.426Z | Compiling thread-id v4.0.0 |
| 1388 | 2022-05-03T18:13:26.433Z | Running `rustc --crate-name thread_id /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1389 | 2022-05-03T18:13:26.566Z | Compiling mio v0.8.2 |
| 1390 | 2022-05-03T18:13:26.573Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=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` |
| 1391 | 2022-05-03T18:13:26.588Z | Compiling atty v0.2.14 |
| 1392 | 2022-05-03T18:13:26.594Z | Running `rustc --crate-name atty /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1393 | 2022-05-03T18:13:26.873Z | Compiling dirs-sys-next v0.1.2 |
| 1394 | 2022-05-03T18:13:26.880Z | Running `rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1395 | 2022-05-03T18:13:27.014Z | 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,future-incompat --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` |
| 1396 | 2022-05-03T18:13:27.094Z | Compiling hostname v0.3.1 |
| 1397 | 2022-05-03T18:13:27.107Z | Running `rustc --crate-name hostname /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1398 | 2022-05-03T18:13:27.279Z | Compiling time v0.3.9 |
| 1399 | 2022-05-03T18:13:27.285Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="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` |
| 1400 | 2022-05-03T18:13:27.481Z | Compiling terminal_size v0.1.17 |
| 1401 | 2022-05-03T18:13:27.487Z | 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,future-incompat --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` |
| 1402 | 2022-05-03T18:13:27.750Z | Compiling subprocess v0.2.8 |
| 1403 | 2022-05-03T18:13:27.757Z | 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,future-incompat --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` |
| 1404 | 2022-05-03T18:13:27.872Z | Compiling xattr v0.2.2 |
| 1405 | 2022-05-03T18:13:27.878Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=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` |
| 1406 | 2022-05-03T18:13:27.901Z | Compiling filetime v0.2.15 |
| 1407 | 2022-05-03T18:13:27.907Z | 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,future-incompat --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` |
| 1408 | 2022-05-03T18:13:27.981Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="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` |
| 1409 | 2022-05-03T18:13:28.637Z | Compiling rand v0.4.6 |
| 1410 | 2022-05-03T18:13:28.644Z | Running `rustc --crate-name rand /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=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` |
| 1411 | 2022-05-03T18:13:28.674Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=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` |
| 1412 | 2022-05-03T18:13:28.688Z | 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,future-incompat --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` |
| 1413 | 2022-05-03T18:13:28.697Z | 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,future-incompat --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` |
| 1414 | 2022-05-03T18:13:29.073Z | 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,future-incompat --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` |
| 1415 | 2022-05-03T18:13:29.494Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' -C metadata=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` |
| 1416 | 2022-05-03T18:13:29.637Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=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` |
| 1417 | 2022-05-03T18:13:30.290Z | 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,future-incompat --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` |
| 1418 | 2022-05-03T18:13:31.400Z | Running `rustc --crate-name atty /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1419 | 2022-05-03T18:13:31.543Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="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` |
| 1420 | 2022-05-03T18:13:31.866Z | 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,future-incompat --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` |
| 1421 | 2022-05-03T18:13:32.257Z | Running `rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1422 | 2022-05-03T18:13:32.532Z | Running `rustc --crate-name thread_id /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/thread-id-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1423 | 2022-05-03T18:13:32.538Z | 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,future-incompat --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` |
| 1424 | 2022-05-03T18:13:32.638Z | Running `rustc --crate-name hostname /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1425 | 2022-05-03T18:13:32.897Z | 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,future-incompat --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` |
| 1426 | 2022-05-03T18:13:33.186Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=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` |
| 1427 | 2022-05-03T18:13:33.403Z | Running `rustc --crate-name rand /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=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` |
| 1428 | 2022-05-03T18:13:33.634Z | 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,future-incompat --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` |
| 1429 | 2022-05-03T18:13:33.651Z | 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,future-incompat --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` |
| 1430 | 2022-05-03T18:13:33.931Z | Compiling quote v1.0.18 |
| 1431 | 2022-05-03T18:13:33.945Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=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` |
| 1432 | 2022-05-03T18:13:33.982Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=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` |
| 1433 | 2022-05-03T18:13:34.117Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=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` |
| 1434 | 2022-05-03T18:13:34.143Z | Running `rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1435 | 2022-05-03T18:13:34.557Z | Compiling ena v0.14.0 |
| 1436 | 2022-05-03T18:13:34.564Z | 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,future-incompat --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` |
| 1437 | 2022-05-03T18:13:34.956Z | Compiling crossbeam-channel v0.5.4 |
| 1438 | 2022-05-03T18:13:34.963Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1439 | 2022-05-03T18:13:35.465Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=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` |
| 1440 | 2022-05-03T18:13:35.522Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1441 | 2022-05-03T18:13:35.608Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=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` |
| 1442 | 2022-05-03T18:13:36.111Z | Compiling slog-scope v4.4.0 |
| 1443 | 2022-05-03T18:13:36.124Z | Running `rustc --crate-name slog_scope /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1444 | 2022-05-03T18:13:36.269Z | Running `rustc --crate-name slog_scope /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1445 | 2022-05-03T18:13:36.987Z | 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,future-incompat --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` |
| 1446 | 2022-05-03T18:13:37.118Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' -C metadata=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` |
| 1447 | 2022-05-03T18:13:37.697Z | Compiling semver v0.11.0 |
| 1448 | 2022-05-03T18:13:37.704Z | Running `rustc --crate-name semver /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1449 | 2022-05-03T18:13:37.748Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-e80fee731626a679/build-script-build` |
| 1450 | 2022-05-03T18:13:37.789Z | Compiling bitvec v0.22.3 |
| 1451 | 2022-05-03T18:13:37.796Z | 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,future-incompat --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` |
| 1452 | 2022-05-03T18:13:38.052Z | 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,future-incompat --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` |
| 1453 | 2022-05-03T18:13:38.185Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-57f806869d323598/build-script-build` |
| 1454 | 2022-05-03T18:13:38.216Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-8a1d47d66d8134ab/build-script-build` |
| 1455 | 2022-05-03T18:13:38.245Z | 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,future-incompat --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` |
| 1456 | 2022-05-03T18:13:38.542Z | 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,future-incompat --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` |
| 1457 | 2022-05-03T18:13:38.837Z | Compiling idna v0.2.3 |
| 1458 | 2022-05-03T18:13:38.843Z | Running `rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1459 | 2022-05-03T18:13:39.785Z | Compiling stringprep v0.1.2 |
| 1460 | 2022-05-03T18:13:39.791Z | Running `rustc --crate-name stringprep /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/stringprep-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1461 | 2022-05-03T18:13:39.864Z | Running `rustc --crate-name semver /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1462 | 2022-05-03T18:13:40.026Z | Running `rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=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` |
| 1463 | 2022-05-03T18:13:40.431Z | 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,future-incompat --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` |
| 1464 | 2022-05-03T18:13:40.666Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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` |
| 1465 | 2022-05-03T18:13:41.117Z | Compiling pkcs8 v0.7.6 |
| 1466 | 2022-05-03T18:13:41.124Z | 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,future-incompat --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` |
| 1467 | 2022-05-03T18:13:41.895Z | Running `rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1468 | 2022-05-03T18:13:41.979Z | Running `rustc --crate-name stringprep /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/stringprep-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1469 | 2022-05-03T18:13:41.999Z | 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,future-incompat --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` |
| 1470 | 2022-05-03T18:13:42.167Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1471 | 2022-05-03T18:13:42.299Z | Compiling rustc_version v0.4.0 |
| 1472 | 2022-05-03T18:13:42.305Z | Running `rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1473 | 2022-05-03T18:13:42.688Z | Compiling mime_guess v2.0.4 |
| 1474 | 2022-05-03T18:13:42.695Z | Running `rustc --crate-name build_script_build /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=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` |
| 1475 | 2022-05-03T18:13:42.782Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="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 --cfg crossbeam_const_fn_trait_bound` |
| 1476 | 2022-05-03T18:13:44.126Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="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 --cfg crossbeam_const_fn_trait_bound` |
| 1477 | 2022-05-03T18:13:44.400Z | Compiling regex v1.5.5 |
| 1478 | 2022-05-03T18:13:44.406Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=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` |
| 1479 | 2022-05-03T18:13:44.459Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7abfa08895e34763/build-script-build` |
| 1480 | 2022-05-03T18:13:44.488Z | Running `rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=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` |
| 1481 | 2022-05-03T18:13:44.569Z | Running `rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=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` |
| 1482 | 2022-05-03T18:13:44.730Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-6a0d32a34d62574f/build-script-build` |
| 1483 | 2022-05-03T18:13:44.758Z | Running `rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=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` |
| 1484 | 2022-05-03T18:13:44.786Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7abfa08895e34763/build-script-build` |
| 1485 | 2022-05-03T18:13:44.815Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1486 | 2022-05-03T18:13:45.410Z | Compiling float-cmp v0.9.0 |
| 1487 | 2022-05-03T18:13:45.416Z | Running `rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=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` |
| 1488 | 2022-05-03T18:13:45.975Z | Compiling plotters v0.3.1 |
| 1489 | 2022-05-03T18:13:45.981Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=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` |
| 1490 | 2022-05-03T18:13:46.050Z | Compiling flate2 v1.0.22 |
| 1491 | 2022-05-03T18:13:46.056Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=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` |
| 1492 | 2022-05-03T18:13:46.227Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1493 | 2022-05-03T18:13:46.565Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=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` |
| 1494 | 2022-05-03T18:13:47.967Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=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` |
| 1495 | 2022-05-03T18:13:48.280Z | Compiling rand_core v0.6.3 |
| 1496 | 2022-05-03T18:13:48.286Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=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` |
| 1497 | 2022-05-03T18:13:49.327Z | 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,future-incompat --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"'` |
| 1498 | 2022-05-03T18:13:50.131Z | 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,future-incompat --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` |
| 1499 | 2022-05-03T18:13:50.602Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=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` |
| 1500 | 2022-05-03T18:13:51.198Z | Compiling parking_lot v0.12.0 |
| 1501 | 2022-05-03T18:13:51.204Z | 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,future-incompat --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` |
| 1502 | 2022-05-03T18:13:51.798Z | Compiling clap v2.34.0 |
| 1503 | 2022-05-03T18:13:51.805Z | Running `rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=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` |
| 1504 | 2022-05-03T18:13:52.636Z | Compiling dirs-next v2.0.0 |
| 1505 | 2022-05-03T18:13:52.642Z | Running `rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1506 | 2022-05-03T18:13:53.104Z | Compiling resolv-conf v0.7.0 |
| 1507 | 2022-05-03T18:13:53.110Z | Running `rustc --crate-name resolv_conf /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=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` |
| 1508 | 2022-05-03T18:13:53.152Z | Compiling parking_lot v0.11.2 |
| 1509 | 2022-05-03T18:13:53.158Z | Running `rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1510 | 2022-05-03T18:13:53.206Z | Compiling tar v0.4.38 |
| 1511 | 2022-05-03T18:13:53.222Z | Running `rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=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` |
| 1512 | 2022-05-03T18:13:53.229Z | 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,future-incompat --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"'` |
| 1513 | 2022-05-03T18:13:53.505Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=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` |
| 1514 | 2022-05-03T18:13:54.447Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1515 | 2022-05-03T18:13:54.479Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=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` |
| 1516 | 2022-05-03T18:13:55.383Z | Compiling tempdir v0.3.7 |
| 1517 | 2022-05-03T18:13:55.390Z | Running `rustc --crate-name tempdir /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1518 | 2022-05-03T18:13:55.401Z | 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,future-incompat --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` |
| 1519 | 2022-05-03T18:13:56.344Z | Running `rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=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` |
| 1520 | 2022-05-03T18:13:56.491Z | Running `rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1521 | 2022-05-03T18:13:56.889Z | Running `rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1522 | 2022-05-03T18:13:57.058Z | Running `rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=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` |
| 1523 | 2022-05-03T18:13:58.121Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=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` |
| 1524 | 2022-05-03T18:13:58.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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=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` |
| 1525 | 2022-05-03T18:13:58.921Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=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` |
| 1526 | 2022-05-03T18:13:59.863Z | 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,future-incompat --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` |
| 1527 | 2022-05-03T18:14:00.035Z | Running `rustc --crate-name tempdir /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1528 | 2022-05-03T18:14:00.945Z | Running `rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1529 | 2022-05-03T18:14:01.467Z | Running `rustc --crate-name slog_async /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.7.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1530 | 2022-05-03T18:14:02.408Z | Compiling slog-stdlog v4.1.1 |
| 1531 | 2022-05-03T18:14:02.414Z | Running `rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1532 | 2022-05-03T18:14:03.351Z | Running `rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1533 | 2022-05-03T18:14:03.422Z | Running `rustc --crate-name slog_async /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.7.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1534 | 2022-05-03T18:14:04.331Z | Running `rustc --crate-name newtype_derive /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1535 | 2022-05-03T18:14:04.606Z | Running `rustc --crate-name newtype_derive /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1536 | 2022-05-03T18:14:04.724Z | Compiling block-buffer v0.10.2 |
| 1537 | 2022-05-03T18:14:04.731Z | 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,future-incompat --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` |
| 1538 | 2022-05-03T18:14:04.993Z | Compiling crypto-common v0.1.3 |
| 1539 | 2022-05-03T18:14:04.999Z | 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,future-incompat --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` |
| 1540 | 2022-05-03T18:14:05.276Z | Compiling digest v0.9.0 |
| 1541 | 2022-05-03T18:14:05.284Z | Running `rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -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` |
| 1542 | 2022-05-03T18:14:05.481Z | Compiling cipher v0.3.0 |
| 1543 | 2022-05-03T18:14:05.487Z | Running `rustc --crate-name cipher --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cipher-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1544 | 2022-05-03T18:14:05.746Z | Compiling universal-hash v0.4.1 |
| 1545 | 2022-05-03T18:14:05.753Z | Running `rustc --crate-name universal_hash --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/universal-hash-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1546 | 2022-05-03T18:14:06.151Z | Compiling crypto-mac v0.11.1 |
| 1547 | 2022-05-03T18:14:06.157Z | 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,future-incompat --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` |
| 1548 | 2022-05-03T18:14:06.221Z | Compiling aead v0.4.3 |
| 1549 | 2022-05-03T18:14:06.228Z | Running `rustc --crate-name aead --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aead-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' -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` |
| 1550 | 2022-05-03T18:14:06.236Z | Compiling block-buffer v0.9.0 |
| 1551 | 2022-05-03T18:14:06.245Z | Running `rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/block-buffer-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1552 | 2022-05-03T18:14:06.662Z | 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,future-incompat --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` |
| 1553 | 2022-05-03T18:14:06.750Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=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` |
| 1554 | 2022-05-03T18:14:07.049Z | Running `rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -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` |
| 1555 | 2022-05-03T18:14:07.193Z | Running `rustc --crate-name cipher --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/cipher-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1556 | 2022-05-03T18:14:07.246Z | Running `rustc --crate-name universal_hash --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/universal-hash-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1557 | 2022-05-03T18:14:07.501Z | Running `rustc --crate-name aead --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/aead-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' -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` |
| 1558 | 2022-05-03T18:14:07.738Z | Running `rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/block-buffer-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1559 | 2022-05-03T18:14:07.840Z | 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,future-incompat --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` |
| 1560 | 2022-05-03T18:14:08.198Z | 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,future-incompat --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` |
| 1561 | 2022-05-03T18:14:08.280Z | 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,future-incompat --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` |
| 1562 | 2022-05-03T18:14:08.297Z | Compiling url v2.2.2 |
| 1563 | 2022-05-03T18:14:08.303Z | 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,future-incompat --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` |
| 1564 | 2022-05-03T18:14:12.320Z | 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,future-incompat --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` |
| 1565 | 2022-05-03T18:14:13.234Z | Compiling crossbeam-deque v0.8.1 |
| 1566 | 2022-05-03T18:14:13.240Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1567 | 2022-05-03T18:14:14.054Z | Running `rustc --crate-name slog_async /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-async-2.7.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1568 | 2022-05-03T18:14:15.058Z | Compiling cast v0.2.7 |
| 1569 | 2022-05-03T18:14:15.064Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1570 | 2022-05-03T18:14:15.920Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1571 | 2022-05-03T18:14:16.014Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-ae56b75e7fe996ef/build-script-build` |
| 1572 | 2022-05-03T18:14:16.083Z | Compiling toolchain_find v0.2.0 |
| 1573 | 2022-05-03T18:14:16.089Z | Running `rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1574 | 2022-05-03T18:14:16.858Z | Compiling console v0.15.0 |
| 1575 | 2022-05-03T18:14:16.864Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="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` |
| 1576 | 2022-05-03T18:14:17.151Z | Compiling env_logger v0.9.0 |
| 1577 | 2022-05-03T18:14:17.158Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=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` |
| 1578 | 2022-05-03T18:14:17.644Z | Compiling predicates v2.1.1 |
| 1579 | 2022-05-03T18:14:17.650Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="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` |
| 1580 | 2022-05-03T18:14:20.227Z | Compiling webpki v0.22.0 |
| 1581 | 2022-05-03T18:14:20.234Z | Running `rustc --crate-name webpki --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=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` |
| 1582 | 2022-05-03T18:14:20.551Z | Compiling sct v0.7.0 |
| 1583 | 2022-05-03T18:14:20.565Z | Running `rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1584 | 2022-05-03T18:14:20.657Z | Running `rustc --crate-name webpki --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=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` |
| 1585 | 2022-05-03T18:14:21.215Z | Running `rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1586 | 2022-05-03T18:14:21.222Z | Running `rustc --crate-name webpki --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=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` |
| 1587 | 2022-05-03T18:14:21.434Z | Running `rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1588 | 2022-05-03T18:14:22.152Z | Compiling rand_chacha v0.3.1 |
| 1589 | 2022-05-03T18:14:22.161Z | Running `rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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` |
| 1590 | 2022-05-03T18:14:22.216Z | Compiling ff v0.10.1 |
| 1591 | 2022-05-03T18:14:22.222Z | 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,future-incompat --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` |
| 1592 | 2022-05-03T18:14:22.349Z | Running `rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=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` |
| 1593 | 2022-05-03T18:14:22.578Z | Running `rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1594 | 2022-05-03T18:14:22.789Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=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` |
| 1595 | 2022-05-03T18:14:23.273Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="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` |
| 1596 | 2022-05-03T18:14:24.018Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --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` |
| 1597 | 2022-05-03T18:14:24.810Z | Compiling term v0.7.0 |
| 1598 | 2022-05-03T18:14:24.816Z | Running `rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1599 | 2022-05-03T18:14:24.982Z | Compiling string_cache v0.8.3 |
| 1600 | 2022-05-03T18:14:24.988Z | 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,future-incompat --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` |
| 1601 | 2022-05-03T18:14:25.664Z | Compiling scheduled-thread-pool v0.2.5 |
| 1602 | 2022-05-03T18:14:25.678Z | 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,future-incompat --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` |
| 1603 | 2022-05-03T18:14:25.987Z | Compiling sled v0.34.7 |
| 1604 | 2022-05-03T18:14:25.994Z | Running `rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=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` |
| 1605 | 2022-05-03T18:14:26.212Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --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` |
| 1606 | 2022-05-03T18:14:26.782Z | Running `rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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` |
| 1607 | 2022-05-03T18:14:26.859Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="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` |
| 1608 | 2022-05-03T18:14:27.338Z | Running `rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1609 | 2022-05-03T18:14:27.422Z | 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,future-incompat --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` |
| 1610 | 2022-05-03T18:14:28.204Z | Running `rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=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` |
| 1611 | 2022-05-03T18:14:28.832Z | Compiling digest v0.10.3 |
| 1612 | 2022-05-03T18:14:28.838Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=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` |
| 1613 | 2022-05-03T18:14:28.972Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=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` |
| 1614 | 2022-05-03T18:14:29.183Z | Compiling signature v1.3.2 |
| 1615 | 2022-05-03T18:14:29.206Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="digest"' --cfg 'feature="digest-preview"' --cfg 'feature="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` |
| 1616 | 2022-05-03T18:14:29.736Z | Compiling ctr v0.8.0 |
| 1617 | 2022-05-03T18:14:29.742Z | 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,future-incompat --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` |
| 1618 | 2022-05-03T18:14:29.751Z | Compiling aes v0.7.5 |
| 1619 | 2022-05-03T18:14:29.758Z | 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,future-incompat --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` |
| 1620 | 2022-05-03T18:14:29.902Z | Compiling polyval v0.5.3 |
| 1621 | 2022-05-03T18:14:29.908Z | 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,future-incompat --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` |
| 1622 | 2022-05-03T18:14:30.048Z | Compiling hmac v0.11.0 |
| 1623 | 2022-05-03T18:14:30.065Z | 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,future-incompat --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` |
| 1624 | 2022-05-03T18:14:30.472Z | Compiling sha2 v0.9.9 |
| 1625 | 2022-05-03T18:14:30.478Z | Running `rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha2-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -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` |
| 1626 | 2022-05-03T18:14:30.494Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=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` |
| 1627 | 2022-05-03T18:14:30.897Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="digest"' --cfg 'feature="digest-preview"' --cfg 'feature="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` |
| 1628 | 2022-05-03T18:14:30.927Z | 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,future-incompat --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` |
| 1629 | 2022-05-03T18:14:31.397Z | 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,future-incompat --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` |
| 1630 | 2022-05-03T18:14:31.455Z | 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,future-incompat --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` |
| 1631 | 2022-05-03T18:14:31.894Z | Running `rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/sha2-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -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` |
| 1632 | 2022-05-03T18:14:32.126Z | 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,future-incompat --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` |
| 1633 | 2022-05-03T18:14:32.222Z | Compiling synstructure v0.12.6 |
| 1634 | 2022-05-03T18:14:32.255Z | Running `rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=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` |
| 1635 | 2022-05-03T18:14:32.583Z | Compiling serde_derive_internals v0.25.0 |
| 1636 | 2022-05-03T18:14:32.588Z | 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,artifacts,future-incompat --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` |
| 1637 | 2022-05-03T18:14:32.824Z | Running `rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=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` |
| 1638 | 2022-05-03T18:14:33.753Z | Compiling pest_generator v2.1.3 |
| 1639 | 2022-05-03T18:14:33.759Z | 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,artifacts,future-incompat --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` |
| 1640 | 2022-05-03T18:14:33.766Z | Compiling darling_core v0.13.1 |
| 1641 | 2022-05-03T18:14:33.772Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=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` |
| 1642 | 2022-05-03T18:14:34.122Z | 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,future-incompat --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` |
| 1643 | 2022-05-03T18:14:34.716Z | Compiling crossbeam v0.8.1 |
| 1644 | 2022-05-03T18:14:34.722Z | 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,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1645 | 2022-05-03T18:14:35.086Z | Running `/work/oxidecomputer/omicron/target/debug/build/cast-c4ad3f08ed86f8c3/build-script-build` |
| 1646 | 2022-05-03T18:14:35.412Z | Running `rustc --crate-name mime_guess /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=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` |
| 1647 | 2022-05-03T18:14:37.296Z | Running `rustc --crate-name mime_guess /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=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` |
| 1648 | 2022-05-03T18:14:37.598Z | 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,future-incompat --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` |
| 1649 | 2022-05-03T18:14:37.835Z | 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,future-incompat --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` |
| 1650 | 2022-05-03T18:14:38.898Z | 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,future-incompat --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` |
| 1651 | 2022-05-03T18:14:39.067Z | 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,future-incompat --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` |
| 1652 | 2022-05-03T18:14:39.178Z | 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,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1653 | 2022-05-03T18:14:39.402Z | Compiling expectorate v1.0.5 |
| 1654 | 2022-05-03T18:14:39.409Z | 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,artifacts,future-incompat --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` |
| 1655 | 2022-05-03T18:14:39.552Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=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` |
| 1656 | 2022-05-03T18:14:39.864Z | Compiling webpki-roots v0.22.2 |
| 1657 | 2022-05-03T18:14:39.871Z | 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,future-incompat --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` |
| 1658 | 2022-05-03T18:14:40.273Z | 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,future-incompat --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` |
| 1659 | 2022-05-03T18:14:40.358Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=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` |
| 1660 | 2022-05-03T18:14:40.761Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=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` |
| 1661 | 2022-05-03T18:14:41.014Z | 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,future-incompat --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` |
| 1662 | 2022-05-03T18:14:41.464Z | Compiling group v0.10.0 |
| 1663 | 2022-05-03T18:14:41.489Z | 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,future-incompat --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` |
| 1664 | 2022-05-03T18:14:42.162Z | Compiling rand v0.8.5 |
| 1665 | 2022-05-03T18:14:42.169Z | Running `rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=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` |
| 1666 | 2022-05-03T18:14:45.219Z | Running `rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=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` |
| 1667 | 2022-05-03T18:14:45.679Z | Compiling hashlink v0.7.0 |
| 1668 | 2022-05-03T18:14:45.713Z | 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,future-incompat --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` |
| 1669 | 2022-05-03T18:14:47.068Z | Compiling slog-term v2.9.0 |
| 1670 | 2022-05-03T18:14:47.086Z | Running `rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1671 | 2022-05-03T18:14:48.013Z | Compiling ascii-canvas v3.0.0 |
| 1672 | 2022-05-03T18:14:48.020Z | Running `rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1673 | 2022-05-03T18:14:48.710Z | Running `rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1674 | 2022-05-03T18:14:49.450Z | Compiling r2d2 v0.8.9 |
| 1675 | 2022-05-03T18:14:49.457Z | 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,future-incompat --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` |
| 1676 | 2022-05-03T18:14:49.807Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="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` |
| 1677 | 2022-05-03T18:14:50.338Z | Running `rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=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` |
| 1678 | 2022-05-03T18:14:50.439Z | 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,future-incompat --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` |
| 1679 | 2022-05-03T18:14:51.360Z | 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,future-incompat --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` |
| 1680 | 2022-05-03T18:14:51.376Z | Running `rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1681 | 2022-05-03T18:14:52.846Z | Compiling hmac v0.12.1 |
| 1682 | 2022-05-03T18:14:52.852Z | Running `rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1683 | 2022-05-03T18:14:53.415Z | Compiling md-5 v0.10.1 |
| 1684 | 2022-05-03T18:14:53.440Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1685 | 2022-05-03T18:14:53.800Z | Compiling sha2 v0.10.2 |
| 1686 | 2022-05-03T18:14:53.812Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1687 | 2022-05-03T18:14:53.818Z | Compiling sha-1 v0.10.0 |
| 1688 | 2022-05-03T18:14:53.824Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1689 | 2022-05-03T18:14:54.025Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1690 | 2022-05-03T18:14:54.846Z | Running `rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1691 | 2022-05-03T18:14:54.880Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1692 | 2022-05-03T18:14:55.403Z | Running `rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -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` |
| 1693 | 2022-05-03T18:14:55.500Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1694 | 2022-05-03T18:14:55.777Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1695 | 2022-05-03T18:14:55.911Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1696 | 2022-05-03T18:14:55.956Z | 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,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1697 | 2022-05-03T18:14:56.373Z | Compiling tokio-macros v1.7.0 |
| 1698 | 2022-05-03T18:14:56.379Z | 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,artifacts,future-incompat --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` |
| 1699 | 2022-05-03T18:14:56.747Z | Compiling thiserror-impl v1.0.30 |
| 1700 | 2022-05-03T18:14:56.753Z | 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,artifacts,future-incompat --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` |
| 1701 | 2022-05-03T18:14:57.046Z | Compiling futures-macro v0.3.21 |
| 1702 | 2022-05-03T18:14:57.054Z | 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,artifacts,future-incompat --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` |
| 1703 | 2022-05-03T18:14:57.460Z | Compiling tracing-attributes v0.1.20 |
| 1704 | 2022-05-03T18:14:57.482Z | 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,artifacts,future-incompat --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` |
| 1705 | 2022-05-03T18:14:58.291Z | 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,artifacts,future-incompat --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` |
| 1706 | 2022-05-03T18:15:00.852Z | Compiling async-stream-impl v0.3.3 |
| 1707 | 2022-05-03T18:15:00.858Z | 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,artifacts,future-incompat --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` |
| 1708 | 2022-05-03T18:15:01.368Z | Compiling structmeta-derive v0.1.4 |
| 1709 | 2022-05-03T18:15:01.383Z | 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,artifacts,future-incompat --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` |
| 1710 | 2022-05-03T18:15:02.056Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1711 | 2022-05-03T18:15:02.062Z | Running `rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1712 | 2022-05-03T18:15:02.865Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?branch=main#d98084b8) |
| 1713 | 2022-05-03T18:15:02.872Z | 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,artifacts,future-incompat --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` |
| 1714 | 2022-05-03T18:15:05.121Z | Compiling enum-as-inner v0.4.0 |
| 1715 | 2022-05-03T18:15:05.128Z | 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,artifacts,future-incompat --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` |
| 1716 | 2022-05-03T18:15:05.300Z | Compiling serde_repr v0.1.7 |
| 1717 | 2022-05-03T18:15:05.330Z | 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,artifacts,future-incompat --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` |
| 1718 | 2022-05-03T18:15:05.866Z | Compiling snafu-derive v0.7.0 |
| 1719 | 2022-05-03T18:15:05.872Z | 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,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="rust_1_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` |
| 1720 | 2022-05-03T18:15:06.559Z | Compiling strum_macros v0.23.1 |
| 1721 | 2022-05-03T18:15:06.619Z | 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,artifacts,future-incompat --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` |
| 1722 | 2022-05-03T18:15:07.151Z | Compiling ref-cast-impl v1.0.6 |
| 1723 | 2022-05-03T18:15:07.165Z | 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,artifacts,future-incompat --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` |
| 1724 | 2022-05-03T18:15:08.268Z | Compiling impl-trait-for-tuples v0.2.2 |
| 1725 | 2022-05-03T18:15:08.301Z | Running `rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1726 | 2022-05-03T18:15:08.477Z | Compiling oso-derive v0.26.0 |
| 1727 | 2022-05-03T18:15:08.484Z | 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,artifacts,future-incompat --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` |
| 1728 | 2022-05-03T18:15:09.236Z | Compiling mockall_derive v0.11.0 |
| 1729 | 2022-05-03T18:15:09.242Z | 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,artifacts,future-incompat --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` |
| 1730 | 2022-05-03T18:15:09.834Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 1731 | 2022-05-03T18:15:09.878Z | Running `rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1732 | 2022-05-03T18:15:10.397Z | Compiling structopt-derive v0.4.18 |
| 1733 | 2022-05-03T18:15:10.403Z | Running `rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1734 | 2022-05-03T18:15:12.226Z | Compiling zone_cfg_derive v0.1.2 |
| 1735 | 2022-05-03T18:15:12.234Z | 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,artifacts,future-incompat --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` |
| 1736 | 2022-05-03T18:15:13.073Z | Compiling clap_derive v3.1.7 |
| 1737 | 2022-05-03T18:15:13.079Z | 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,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1738 | 2022-05-03T18:15:16.426Z | Compiling diesel_derives v2.0.0-rc.0 |
| 1739 | 2022-05-03T18:15:16.432Z | Running `rustc --crate-name diesel_derives /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/diesel_derives-2.0.0-rc.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="32-column-tables"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="with-deprecated"' -C metadata=d14ea4247e4e74b3 -C extra-filename=-d14ea4247e4e74b3 --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 syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8424558d4f1c54c1.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1740 | 2022-05-03T18:15:17.151Z | Compiling serial_test_derive v0.6.0 |
| 1741 | 2022-05-03T18:15:17.165Z | 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,artifacts,future-incompat --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` |
| 1742 | 2022-05-03T18:15:17.831Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1743 | 2022-05-03T18:15:18.689Z | Compiling zerocopy-derive v0.2.0 |
| 1744 | 2022-05-03T18:15:18.695Z | 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,future-incompat --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` |
| 1745 | 2022-05-03T18:15:18.705Z | Running `rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1746 | 2022-05-03T18:15:20.702Z | Compiling zeroize_derive v1.3.2 |
| 1747 | 2022-05-03T18:15:20.708Z | 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,artifacts,future-incompat --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` |
| 1748 | 2022-05-03T18:15:21.035Z | Compiling pest_derive v2.1.0 |
| 1749 | 2022-05-03T18:15:21.049Z | 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,artifacts,future-incompat --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` |
| 1750 | 2022-05-03T18:15:23.814Z | Compiling schemars_derive v0.8.8 |
| 1751 | 2022-05-03T18:15:23.821Z | 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,artifacts,future-incompat --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` |
| 1752 | 2022-05-03T18:15:24.071Z | 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,future-incompat --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` |
| 1753 | 2022-05-03T18:15:24.768Z | Compiling twox-hash v1.6.2 |
| 1754 | 2022-05-03T18:15:24.774Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="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` |
| 1755 | 2022-05-03T18:15:24.832Z | Compiling spdm v0.1.0 (https://github.com/oxidecomputer/spdm?rev=9742f6e#9742f6ea) |
| 1756 | 2022-05-03T18:15:24.838Z | 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,future-incompat --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` |
| 1757 | 2022-05-03T18:15:26.508Z | Compiling portpicker v0.1.1 |
| 1758 | 2022-05-03T18:15:26.514Z | 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,artifacts,future-incompat --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` |
| 1759 | 2022-05-03T18:15:27.363Z | Compiling rusqlite v0.27.0 |
| 1760 | 2022-05-03T18:15:27.387Z | 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,future-incompat --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` |
| 1761 | 2022-05-03T18:15:27.763Z | Compiling darling_macro v0.13.1 |
| 1762 | 2022-05-03T18:15:27.769Z | 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,artifacts,future-incompat --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` |
| 1763 | 2022-05-03T18:15:29.074Z | Compiling slog-envlogger v2.2.0 |
| 1764 | 2022-05-03T18:15:29.080Z | Running `rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=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` |
| 1765 | 2022-05-03T18:15:30.143Z | Running `rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=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` |
| 1766 | 2022-05-03T18:15:30.820Z | 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,future-incompat --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` |
| 1767 | 2022-05-03T18:15:30.847Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="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` |
| 1768 | 2022-05-03T18:15:31.956Z | 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,future-incompat --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` |
| 1769 | 2022-05-03T18:15:32.618Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="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` |
| 1770 | 2022-05-03T18:15:33.131Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="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` |
| 1771 | 2022-05-03T18:15:33.148Z | Compiling async-stream v0.3.3 |
| 1772 | 2022-05-03T18:15:33.155Z | 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,future-incompat --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` |
| 1773 | 2022-05-03T18:15:33.518Z | 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,future-incompat --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` |
| 1774 | 2022-05-03T18:15:33.880Z | Compiling thiserror v1.0.30 |
| 1775 | 2022-05-03T18:15:33.886Z | 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,future-incompat --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` |
| 1776 | 2022-05-03T18:15:34.236Z | 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,future-incompat --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` |
| 1777 | 2022-05-03T18:15:34.385Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=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` |
| 1778 | 2022-05-03T18:15:34.769Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=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` |
| 1779 | 2022-05-03T18:15:35.696Z | Compiling structmeta v0.1.4 |
| 1780 | 2022-05-03T18:15:35.703Z | 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,artifacts,future-incompat --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` |
| 1781 | 2022-05-03T18:15:35.994Z | 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,future-incompat --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` |
| 1782 | 2022-05-03T18:15:36.411Z | 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,future-incompat --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` |
| 1783 | 2022-05-03T18:15:36.750Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=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` |
| 1784 | 2022-05-03T18:15:36.799Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=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` |
| 1785 | 2022-05-03T18:15:36.931Z | Compiling criterion-plot v0.4.4 |
| 1786 | 2022-05-03T18:15:36.961Z | 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,future-incompat --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` |
| 1787 | 2022-05-03T18:15:36.968Z | Compiling structopt v0.3.26 |
| 1788 | 2022-05-03T18:15:36.974Z | Running `rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1789 | 2022-05-03T18:15:37.192Z | Running `rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1790 | 2022-05-03T18:15:37.423Z | Compiling snafu v0.7.0 |
| 1791 | 2022-05-03T18:15:37.431Z | 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,future-incompat --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` |
| 1792 | 2022-05-03T18:15:37.706Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rust_1_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` |
| 1793 | 2022-05-03T18:15:38.361Z | Compiling serial_test v0.6.0 |
| 1794 | 2022-05-03T18:15:38.367Z | 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,artifacts,future-incompat --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` |
| 1795 | 2022-05-03T18:15:38.581Z | Compiling zerocopy v0.3.0 |
| 1796 | 2022-05-03T18:15:38.595Z | Running `rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1797 | 2022-05-03T18:15:39.621Z | Running `rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1798 | 2022-05-03T18:15:39.836Z | Compiling zeroize v1.3.0 |
| 1799 | 2022-05-03T18:15:39.843Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="zeroize_derive"' -C metadata=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` |
| 1800 | 2022-05-03T18:15:40.417Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="zeroize_derive"' -C metadata=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` |
| 1801 | 2022-05-03T18:15:40.694Z | Compiling indicatif v0.16.2 |
| 1802 | 2022-05-03T18:15:40.700Z | 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,future-incompat --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` |
| 1803 | 2022-05-03T18:15:41.245Z | Compiling mockall v0.11.0 |
| 1804 | 2022-05-03T18:15:41.251Z | 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,artifacts,future-incompat --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` |
| 1805 | 2022-05-03T18:15:41.423Z | Compiling darling v0.13.1 |
| 1806 | 2022-05-03T18:15:41.429Z | 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,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=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` |
| 1807 | 2022-05-03T18:15:41.875Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rayon"' -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` |
| 1808 | 2022-05-03T18:15:42.116Z | Compiling dtrace-parser v0.1.12 |
| 1809 | 2022-05-03T18:15:42.123Z | 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,future-incompat --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` |
| 1810 | 2022-05-03T18:15:43.879Z | Compiling rustfmt-wrapper v0.1.0 |
| 1811 | 2022-05-03T18:15:43.895Z | 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,future-incompat --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` |
| 1812 | 2022-05-03T18:15:44.011Z | Compiling smf v0.2.1 |
| 1813 | 2022-05-03T18:15:44.034Z | Running `rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/smf-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1814 | 2022-05-03T18:15:44.528Z | Compiling zone v0.1.8 |
| 1815 | 2022-05-03T18:15:44.535Z | 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,future-incompat --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` |
| 1816 | 2022-05-03T18:15:44.621Z | 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,future-incompat --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` |
| 1817 | 2022-05-03T18:15:45.247Z | 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,future-incompat --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` |
| 1818 | 2022-05-03T18:15:45.880Z | Running `rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/smf-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1819 | 2022-05-03T18:15:45.956Z | 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,future-incompat --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` |
| 1820 | 2022-05-03T18:15:46.114Z | Compiling parse-display-derive v0.5.5 |
| 1821 | 2022-05-03T18:15:46.120Z | 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,artifacts,future-incompat --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` |
| 1822 | 2022-05-03T18:15:47.534Z | Compiling dof v0.1.5 |
| 1823 | 2022-05-03T18:15:47.540Z | Running `rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1824 | 2022-05-03T18:15:48.294Z | Compiling crypto-bigint v0.2.11 |
| 1825 | 2022-05-03T18:15:48.301Z | 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,future-incompat --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` |
| 1826 | 2022-05-03T18:15:48.756Z | Compiling aes-gcm-siv v0.10.3 |
| 1827 | 2022-05-03T18:15:48.762Z | 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,future-incompat --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` |
| 1828 | 2022-05-03T18:15:49.075Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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` |
| 1829 | 2022-05-03T18:15:49.176Z | 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,future-incompat --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` |
| 1830 | 2022-05-03T18:15:49.182Z | Running `rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1831 | 2022-05-03T18:15:49.516Z | Compiling serde_with_macros v1.5.1 |
| 1832 | 2022-05-03T18:15:49.523Z | 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,artifacts,future-incompat --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` |
| 1833 | 2022-05-03T18:15:49.792Z | Compiling futures-executor v0.3.21 |
| 1834 | 2022-05-03T18:15:49.798Z | 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,future-incompat --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` |
| 1835 | 2022-05-03T18:15:49.943Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=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` |
| 1836 | 2022-05-03T18:15:50.167Z | Compiling bytes v1.1.0 |
| 1837 | 2022-05-03T18:15:50.173Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=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` |
| 1838 | 2022-05-03T18:15:51.344Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1839 | 2022-05-03T18:15:51.410Z | Compiling chrono v0.4.19 |
| 1840 | 2022-05-03T18:15:51.416Z | 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,future-incompat --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` |
| 1841 | 2022-05-03T18:15:51.748Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=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` |
| 1842 | 2022-05-03T18:15:52.073Z | Compiling uuid v0.8.2 |
| 1843 | 2022-05-03T18:15:52.094Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="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` |
| 1844 | 2022-05-03T18:15:52.757Z | Compiling serde_urlencoded v0.7.1 |
| 1845 | 2022-05-03T18:15:52.763Z | Running `rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1846 | 2022-05-03T18:15:52.938Z | Compiling toml v0.5.9 |
| 1847 | 2022-05-03T18:15:52.944Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1848 | 2022-05-03T18:15:53.617Z | Compiling ipnetwork v0.18.0 |
| 1849 | 2022-05-03T18:15:53.623Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=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` |
| 1850 | 2022-05-03T18:15:53.738Z | Compiling macaddr v1.0.1 |
| 1851 | 2022-05-03T18:15:53.744Z | Running `rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=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` |
| 1852 | 2022-05-03T18:15:53.961Z | Compiling bincode v1.3.3 |
| 1853 | 2022-05-03T18:15:53.967Z | Running `rustc --crate-name bincode /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1854 | 2022-05-03T18:15:54.916Z | Compiling serde-big-array v0.3.3 |
| 1855 | 2022-05-03T18:15:54.923Z | 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,future-incompat --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` |
| 1856 | 2022-05-03T18:15:55.151Z | Compiling serde_cbor v0.11.2 |
| 1857 | 2022-05-03T18:15:55.157Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1858 | 2022-05-03T18:15:55.397Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?branch=main#d98084b8) |
| 1859 | 2022-05-03T18:15:55.404Z | 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,future-incompat --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` |
| 1860 | 2022-05-03T18:15:55.481Z | Compiling bstr v0.2.17 |
| 1861 | 2022-05-03T18:15:55.496Z | Running `rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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` |
| 1862 | 2022-05-03T18:15:56.100Z | Compiling serde_plain v1.0.0 |
| 1863 | 2022-05-03T18:15:56.107Z | 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,future-incompat --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` |
| 1864 | 2022-05-03T18:15:56.503Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1865 | 2022-05-03T18:15:56.548Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=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` |
| 1866 | 2022-05-03T18:15:57.241Z | Compiling serde_tokenstream v0.1.3 |
| 1867 | 2022-05-03T18:15:57.248Z | 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,artifacts,future-incompat --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` |
| 1868 | 2022-05-03T18:15:57.556Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="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` |
| 1869 | 2022-05-03T18:15:58.408Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=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` |
| 1870 | 2022-05-03T18:15:58.688Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="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` |
| 1871 | 2022-05-03T18:15:58.694Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="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` |
| 1872 | 2022-05-03T18:15:58.873Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="std"' -C metadata=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` |
| 1873 | 2022-05-03T18:15:59.211Z | Running `rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1874 | 2022-05-03T18:15:59.217Z | 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,future-incompat --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` |
| 1875 | 2022-05-03T18:16:00.315Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=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` |
| 1876 | 2022-05-03T18:16:00.469Z | Running `rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=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` |
| 1877 | 2022-05-03T18:16:00.757Z | Running `rustc --crate-name bincode /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1878 | 2022-05-03T18:16:01.562Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1879 | 2022-05-03T18:16:01.717Z | 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,future-incompat --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` |
| 1880 | 2022-05-03T18:16:02.010Z | 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,future-incompat --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` |
| 1881 | 2022-05-03T18:16:02.200Z | Running `rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="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` |
| 1882 | 2022-05-03T18:16:02.970Z | 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,future-incompat --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` |
| 1883 | 2022-05-03T18:16:03.160Z | Compiling futures v0.3.21 |
| 1884 | 2022-05-03T18:16:03.166Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=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` |
| 1885 | 2022-05-03T18:16:03.180Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=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` |
| 1886 | 2022-05-03T18:16:03.566Z | Compiling elliptic-curve v0.10.6 |
| 1887 | 2022-05-03T18:16:03.580Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="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` |
| 1888 | 2022-05-03T18:16:03.587Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="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` |
| 1889 | 2022-05-03T18:16:03.956Z | Compiling tokio v1.17.0 |
| 1890 | 2022-05-03T18:16:03.995Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="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` |
| 1891 | 2022-05-03T18:16:04.001Z | Compiling http v0.2.6 |
| 1892 | 2022-05-03T18:16:04.008Z | 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,future-incompat --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` |
| 1893 | 2022-05-03T18:16:04.015Z | Compiling postgres-protocol v0.6.3 |
| 1894 | 2022-05-03T18:16:04.030Z | 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,future-incompat --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` |
| 1895 | 2022-05-03T18:16:04.796Z | Compiling petgraph v0.6.0 |
| 1896 | 2022-05-03T18:16:04.803Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="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` |
| 1897 | 2022-05-03T18:16:04.823Z | Compiling clap v3.1.9 |
| 1898 | 2022-05-03T18:16:04.829Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atty"' --cfg 'feature="clap_derive"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="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` |
| 1899 | 2022-05-03T18:16:05.399Z | Compiling fatfs v0.3.5 |
| 1900 | 2022-05-03T18:16:05.406Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1901 | 2022-05-03T18:16:05.425Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="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` |
| 1902 | 2022-05-03T18:16:06.888Z | Compiling openapiv3 v1.0.1 |
| 1903 | 2022-05-03T18:16:06.894Z | 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,future-incompat --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` |
| 1904 | 2022-05-03T18:16:08.379Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=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 --cfg usdt_stable_asm` |
| 1905 | 2022-05-03T18:16:09.322Z | Compiling slog-json v2.6.1 |
| 1906 | 2022-05-03T18:16:09.329Z | Running `rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1907 | 2022-05-03T18:16:10.161Z | Compiling diesel v2.0.0-rc.0 |
| 1908 | 2022-05-03T18:16:10.167Z | Running `rustc --crate-name diesel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/diesel-2.0.0-rc.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=93e5d0e0a1878897 -C extra-filename=-93e5d0e0a1878897 --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-d14ea4247e4e74b3.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d047bb74a07ef4b1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1dc92d25e147a539.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` |
| 1909 | 2022-05-03T18:16:12.071Z | Compiling olpc-cjson v0.1.1 |
| 1910 | 2022-05-03T18:16:12.077Z | 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,future-incompat --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` |
| 1911 | 2022-05-03T18:16:12.608Z | Compiling serde_with v1.12.1 |
| 1912 | 2022-05-03T18:16:12.614Z | 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,future-incompat --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` |
| 1913 | 2022-05-03T18:16:12.774Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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` |
| 1914 | 2022-05-03T18:16:12.898Z | Compiling gateway-messages v0.1.0 (/work/oxidecomputer/omicron/gateway-messages) |
| 1915 | 2022-05-03T18:16:12.905Z | Running `rustc --crate-name gateway_messages --edition=2021 gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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` |
| 1916 | 2022-05-03T18:16:13.730Z | Compiling vsss-rs v2.0.0-pre0 |
| 1917 | 2022-05-03T18:16:13.736Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="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` |
| 1918 | 2022-05-03T18:16:14.934Z | Compiling globset v0.4.8 |
| 1919 | 2022-05-03T18:16:14.940Z | 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,future-incompat --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` |
| 1920 | 2022-05-03T18:16:15.779Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="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` |
| 1921 | 2022-05-03T18:16:17.839Z | 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,future-incompat --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` |
| 1922 | 2022-05-03T18:16:19.574Z | 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,future-incompat --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` |
| 1923 | 2022-05-03T18:16:19.673Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="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` |
| 1924 | 2022-05-03T18:16:20.509Z | 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,future-incompat --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` |
| 1925 | 2022-05-03T18:16:22.704Z | Compiling dropshot_endpoint v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394) |
| 1926 | 2022-05-03T18:16:22.710Z | 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,artifacts,future-incompat --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` |
| 1927 | 2022-05-03T18:16:23.652Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/src/db/db-macros) |
| 1928 | 2022-05-03T18:16:23.665Z | Running `rustc --crate-name db_macros --edition=2021 nexus/src/db/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1929 | 2022-05-03T18:16:24.241Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/src/authz/authz-macros) |
| 1930 | 2022-05-03T18:16:24.247Z | Running `rustc --crate-name authz_macros --edition=2021 nexus/src/authz/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1931 | 2022-05-03T18:16:26.469Z | Running `rustc --crate-name db_macros --edition=2021 nexus/src/db/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 1932 | 2022-05-03T18:16:28.020Z | Running `rustc --crate-name authz_macros --edition=2021 nexus/src/authz/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 1933 | 2022-05-03T18:16:28.965Z | Compiling parse-display v0.5.5 |
| 1934 | 2022-05-03T18:16:28.971Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=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` |
| 1935 | 2022-05-03T18:16:29.503Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=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` |
| 1936 | 2022-05-03T18:16:30.036Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1937 | 2022-05-03T18:16:30.042Z | Running `rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1938 | 2022-05-03T18:16:31.854Z | Running `rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 1939 | 2022-05-03T18:16:32.762Z | 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,future-incompat --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 --cfg usdt_stable_asm` |
| 1940 | 2022-05-03T18:16:33.294Z | 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,future-incompat --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 --cfg usdt_stable_asm` |
| 1941 | 2022-05-03T18:16:34.598Z | Running `rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1942 | 2022-05-03T18:16:35.513Z | Running `rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 1943 | 2022-05-03T18:16:35.810Z | 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,future-incompat --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` |
| 1944 | 2022-05-03T18:16:36.432Z | Compiling tinytemplate v1.2.1 |
| 1945 | 2022-05-03T18:16:36.439Z | Running `rustc --crate-name tinytemplate /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1946 | 2022-05-03T18:16:36.835Z | 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,future-incompat --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` |
| 1947 | 2022-05-03T18:16:36.972Z | Compiling petgraph v0.5.1 |
| 1948 | 2022-05-03T18:16:36.978Z | 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,future-incompat --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` |
| 1949 | 2022-05-03T18:16:37.858Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="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` |
| 1950 | 2022-05-03T18:16:38.279Z | 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,future-incompat --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` |
| 1951 | 2022-05-03T18:16:39.545Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="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` |
| 1952 | 2022-05-03T18:16:40.395Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atty"' --cfg 'feature="clap_derive"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="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` |
| 1953 | 2022-05-03T18:16:45.025Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="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` |
| 1954 | 2022-05-03T18:16:46.947Z | Running `rustc --crate-name diesel --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/diesel-2.0.0-rc.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=a83cea667d281567 -C extra-filename=-a83cea667d281567 --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-d14ea4247e4e74b3.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1974dd1e4effd2b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-bfe6bd45996b3d54.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` |
| 1955 | 2022-05-03T18:16:47.973Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=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` |
| 1956 | 2022-05-03T18:16:48.243Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="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` |
| 1957 | 2022-05-03T18:16:49.327Z | 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,artifacts,future-incompat --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` |
| 1958 | 2022-05-03T18:16:51.892Z | Running `rustc --crate-name gateway_messages --edition=2021 gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="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` |
| 1959 | 2022-05-03T18:16:52.554Z | Running `rustc --crate-name gateway_messages --edition=2021 gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="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` |
| 1960 | 2022-05-03T18:16:54.410Z | 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,future-incompat --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` |
| 1961 | 2022-05-03T18:16:54.827Z | 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,future-incompat --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` |
| 1962 | 2022-05-03T18:16:55.614Z | Compiling csv v1.1.6 |
| 1963 | 2022-05-03T18:16:55.620Z | 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,future-incompat --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` |
| 1964 | 2022-05-03T18:16:55.671Z | Compiling ecdsa v0.12.4 |
| 1965 | 2022-05-03T18:16:55.677Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="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` |
| 1966 | 2022-05-03T18:16:56.890Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="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` |
| 1967 | 2022-05-03T18:16:57.458Z | Compiling postgres-types v0.2.2 |
| 1968 | 2022-05-03T18:16:57.478Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-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` |
| 1969 | 2022-05-03T18:16:57.957Z | Compiling typify-impl v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98) |
| 1970 | 2022-05-03T18:16:57.964Z | 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,future-incompat --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` |
| 1971 | 2022-05-03T18:16:58.814Z | Compiling slog-bunyan v2.4.0 |
| 1972 | 2022-05-03T18:16:58.819Z | Running `rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1973 | 2022-05-03T18:16:59.392Z | Compiling http-body v0.4.4 |
| 1974 | 2022-05-03T18:16:59.397Z | 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,future-incompat --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` |
| 1975 | 2022-05-03T18:17:00.244Z | Compiling tungstenite v0.17.2 |
| 1976 | 2022-05-03T18:17:00.251Z | 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,future-incompat --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` |
| 1977 | 2022-05-03T18:17:00.707Z | Compiling headers-core v0.2.0 |
| 1978 | 2022-05-03T18:17:00.714Z | Running `rustc --crate-name headers_core /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1979 | 2022-05-03T18:17:00.974Z | Compiling tokio-util v0.6.9 |
| 1980 | 2022-05-03T18:17:00.981Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' -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` |
| 1981 | 2022-05-03T18:17:01.186Z | Compiling tokio-rustls v0.23.3 |
| 1982 | 2022-05-03T18:17:01.193Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=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` |
| 1983 | 2022-05-03T18:17:02.192Z | Compiling tokio-native-tls v0.3.0 |
| 1984 | 2022-05-03T18:17:02.198Z | 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,future-incompat --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` |
| 1985 | 2022-05-03T18:17:02.868Z | Compiling backoff v0.4.0 |
| 1986 | 2022-05-03T18:17:02.875Z | Running `rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=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` |
| 1987 | 2022-05-03T18:17:02.897Z | Compiling steno v0.1.0 (https://github.com/oxidecomputer/steno?branch=main#578498bb) |
| 1988 | 2022-05-03T18:17:02.904Z | 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,future-incompat --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` |
| 1989 | 2022-05-03T18:17:03.627Z | Compiling tokio-util v0.7.1 |
| 1990 | 2022-05-03T18:17:03.633Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="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` |
| 1991 | 2022-05-03T18:17:03.733Z | Compiling trust-dns-proto v0.21.2 |
| 1992 | 2022-05-03T18:17:03.740Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=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` |
| 1993 | 2022-05-03T18:17:05.287Z | Compiling bb8 v0.8.0 |
| 1994 | 2022-05-03T18:17:05.293Z | Running `rustc --crate-name bb8 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bb8-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 1995 | 2022-05-03T18:17:06.425Z | Compiling tokio-stream v0.1.8 |
| 1996 | 2022-05-03T18:17:06.431Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="time"' -C metadata=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` |
| 1997 | 2022-05-03T18:17:06.470Z | Compiling signal-hook-tokio v0.3.1 |
| 1998 | 2022-05-03T18:17:06.477Z | Running `rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=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` |
| 1999 | 2022-05-03T18:17:07.052Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-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` |
| 2000 | 2022-05-03T18:17:08.252Z | 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,future-incompat --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` |
| 2001 | 2022-05-03T18:17:08.746Z | 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,future-incompat --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` |
| 2002 | 2022-05-03T18:17:09.575Z | 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,future-incompat --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` |
| 2003 | 2022-05-03T18:17:09.832Z | Running `rustc --crate-name headers_core /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2004 | 2022-05-03T18:17:10.313Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' -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` |
| 2005 | 2022-05-03T18:17:10.509Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=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` |
| 2006 | 2022-05-03T18:17:11.191Z | 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,future-incompat --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` |
| 2007 | 2022-05-03T18:17:11.572Z | Running `rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=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` |
| 2008 | 2022-05-03T18:17:11.930Z | Running `rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=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` |
| 2009 | 2022-05-03T18:17:12.371Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="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` |
| 2010 | 2022-05-03T18:17:12.456Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=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` |
| 2011 | 2022-05-03T18:17:12.979Z | Running `rustc --crate-name bb8 --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/bb8-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2012 | 2022-05-03T18:17:14.108Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="time"' -C metadata=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` |
| 2013 | 2022-05-03T18:17:14.901Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' -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` |
| 2014 | 2022-05-03T18:17:15.356Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=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` |
| 2015 | 2022-05-03T18:17:15.942Z | 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,future-incompat --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` |
| 2016 | 2022-05-03T18:17:16.301Z | Running `rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=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` |
| 2017 | 2022-05-03T18:17:16.638Z | Running `rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=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` |
| 2018 | 2022-05-03T18:17:17.165Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2019 | 2022-05-03T18:17:17.172Z | Running `rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2020 | 2022-05-03T18:17:17.192Z | Running `rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2021 | 2022-05-03T18:17:17.579Z | Running `rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2022 | 2022-05-03T18:17:17.732Z | Compiling usdt-macro v0.3.2 |
| 2023 | 2022-05-03T18:17:17.739Z | 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,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=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` |
| 2024 | 2022-05-03T18:17:18.102Z | Compiling usdt-attr-macro v0.3.2 |
| 2025 | 2022-05-03T18:17:18.120Z | 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,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=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` |
| 2026 | 2022-05-03T18:17:19.568Z | Compiling lalrpop v0.19.7 |
| 2027 | 2022-05-03T18:17:19.574Z | 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,artifacts,future-incompat --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` |
| 2028 | 2022-05-03T18:17:21.819Z | Compiling openapi-lint v0.1.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#9e3ada82) |
| 2029 | 2022-05-03T18:17:21.825Z | 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,artifacts,future-incompat --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` |
| 2030 | 2022-05-03T18:17:22.631Z | 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,future-incompat --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` |
| 2031 | 2022-05-03T18:17:24.319Z | 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,future-incompat --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` |
| 2032 | 2022-05-03T18:17:26.346Z | Running `rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2033 | 2022-05-03T18:17:28.614Z | 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,future-incompat --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` |
| 2034 | 2022-05-03T18:17:30.017Z | 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,future-incompat --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` |
| 2035 | 2022-05-03T18:17:33.315Z | Compiling p256 v0.9.0 |
| 2036 | 2022-05-03T18:17:33.321Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --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` |
| 2037 | 2022-05-03T18:17:34.607Z | Compiling criterion v0.3.5 |
| 2038 | 2022-05-03T18:17:34.613Z | 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,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="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` |
| 2039 | 2022-05-03T18:17:35.926Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --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` |
| 2040 | 2022-05-03T18:17:37.119Z | Compiling headers v0.3.7 |
| 2041 | 2022-05-03T18:17:37.126Z | 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,future-incompat --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` |
| 2042 | 2022-05-03T18:17:38.474Z | Compiling crucible-common v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2043 | 2022-05-03T18:17:38.480Z | 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,future-incompat --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` |
| 2044 | 2022-05-03T18:17:41.094Z | Compiling tokio-tungstenite v0.17.1 |
| 2045 | 2022-05-03T18:17:41.101Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="stream"' -C metadata=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` |
| 2046 | 2022-05-03T18:17:41.913Z | Compiling h2 v0.3.12 |
| 2047 | 2022-05-03T18:17:41.919Z | 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,future-incompat --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` |
| 2048 | 2022-05-03T18:17:42.233Z | Compiling tokio-postgres v0.7.5 |
| 2049 | 2022-05-03T18:17:42.240Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-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` |
| 2050 | 2022-05-03T18:17:42.990Z | Compiling crucible-scope v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2051 | 2022-05-03T18:17:42.996Z | 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,future-incompat --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` |
| 2052 | 2022-05-03T18:17:44.238Z | Running `rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2053 | 2022-05-03T18:17:52.319Z | 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,future-incompat --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` |
| 2054 | 2022-05-03T18:17:52.931Z | Compiling trust-dns-client v0.21.1 |
| 2055 | 2022-05-03T18:17:52.937Z | 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,future-incompat --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` |
| 2056 | 2022-05-03T18:17:53.780Z | 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,future-incompat --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` |
| 2057 | 2022-05-03T18:17:56.419Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="stream"' -C metadata=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` |
| 2058 | 2022-05-03T18:17:57.515Z | 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,future-incompat --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` |
| 2059 | 2022-05-03T18:17:57.682Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-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` |
| 2060 | 2022-05-03T18:17:59.735Z | 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,future-incompat --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` |
| 2061 | 2022-05-03T18:17:59.772Z | 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,future-incompat --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` |
| 2062 | 2022-05-03T18:18:01.016Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-uuid-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` |
| 2063 | 2022-05-03T18:18:04.467Z | 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,future-incompat --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` |
| 2064 | 2022-05-03T18:18:08.894Z | Compiling trust-dns-resolver v0.21.2 |
| 2065 | 2022-05-03T18:18:08.900Z | 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,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=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` |
| 2066 | 2022-05-03T18:18:09.458Z | Compiling usdt v0.3.2 |
| 2067 | 2022-05-03T18:18:09.465Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=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` |
| 2068 | 2022-05-03T18:18:10.195Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=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` |
| 2069 | 2022-05-03T18:18:10.958Z | 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,future-incompat --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` |
| 2070 | 2022-05-03T18:18:11.269Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ab1f49e0b3f95557aa96bf593282199fafeef4bd#ab1f49e0) |
| 2071 | 2022-05-03T18:18:11.284Z | Running `rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ab1f49e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=65873f712f907d7c -C extra-filename=-65873f712f907d7c --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-93e5d0e0a1878897.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` |
| 2072 | 2022-05-03T18:18:11.865Z | Running `rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2073 | 2022-05-03T18:18:12.075Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2074 | 2022-05-03T18:18:12.095Z | 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,future-incompat --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` |
| 2075 | 2022-05-03T18:18:12.168Z | Compiling typify-macro v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98) |
| 2076 | 2022-05-03T18:18:12.174Z | 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,artifacts,future-incompat --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` |
| 2077 | 2022-05-03T18:18:12.758Z | 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,future-incompat --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` |
| 2078 | 2022-05-03T18:18:14.173Z | Compiling trust-dns-server v0.21.2 |
| 2079 | 2022-05-03T18:18:14.179Z | 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,future-incompat --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` |
| 2080 | 2022-05-03T18:18:16.228Z | Compiling hyper v0.14.18 |
| 2081 | 2022-05-03T18:18:16.234Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=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` |
| 2082 | 2022-05-03T18:18:17.439Z | Running `rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ab1f49e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=85961708940bd4f9 -C extra-filename=-85961708940bd4f9 --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-a83cea667d281567.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` |
| 2083 | 2022-05-03T18:18:18.693Z | 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,future-incompat --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` |
| 2084 | 2022-05-03T18:18:18.856Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=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` |
| 2085 | 2022-05-03T18:18:21.799Z | 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,future-incompat --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 --cfg usdt_stable_asm` |
| 2086 | 2022-05-03T18:18:22.182Z | Compiling diesel-dtrace v0.1.0 (https://github.com/oxidecomputer/diesel-dtrace?rev=bec89c2f2b01a79ae99b4db667bfcea5fb2fef04#bec89c2f) |
| 2087 | 2022-05-03T18:18:22.188Z | Running `rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/bec89c2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2c9a75f75cbc244c -C extra-filename=-2c9a75f75cbc244c --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-a83cea667d281567.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-e698df25da0759aa.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` |
| 2088 | 2022-05-03T18:18:23.072Z | 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,future-incompat --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 --cfg usdt_stable_asm` |
| 2089 | 2022-05-03T18:18:23.127Z | Running `rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/bec89c2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=e957261b1f005edf -C extra-filename=-e957261b1f005edf --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-93e5d0e0a1878897.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-756506ef51dfb6af.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` |
| 2090 | 2022-05-03T18:18:23.291Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=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` |
| 2091 | 2022-05-03T18:18:24.021Z | Compiling typify v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98) |
| 2092 | 2022-05-03T18:18:24.044Z | 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,future-incompat --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` |
| 2093 | 2022-05-03T18:18:24.302Z | 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,future-incompat --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` |
| 2094 | 2022-05-03T18:18:24.488Z | 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,future-incompat --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` |
| 2095 | 2022-05-03T18:18:24.753Z | Compiling progenitor-impl v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 2096 | 2022-05-03T18:18:24.760Z | 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,future-incompat --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` |
| 2097 | 2022-05-03T18:18:24.951Z | 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,future-incompat --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` |
| 2098 | 2022-05-03T18:18:26.845Z | 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,future-incompat --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` |
| 2099 | 2022-05-03T18:18:33.557Z | Compiling hyper-rustls v0.23.0 |
| 2100 | 2022-05-03T18:18:33.563Z | 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,future-incompat --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` |
| 2101 | 2022-05-03T18:18:34.391Z | Compiling hyper-tls v0.5.0 |
| 2102 | 2022-05-03T18:18:34.397Z | 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,future-incompat --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` |
| 2103 | 2022-05-03T18:18:35.231Z | 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,future-incompat --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 --cfg usdt_stable_asm -L native=/work/oxidecomputer/omicron/target/debug/build/ring-f73870d40febc399/out` |
| 2104 | 2022-05-03T18:18:35.552Z | 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,future-incompat --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` |
| 2105 | 2022-05-03T18:18:35.636Z | 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,future-incompat --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` |
| 2106 | 2022-05-03T18:18:35.698Z | 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,future-incompat --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 --cfg usdt_stable_asm -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out` |
| 2107 | 2022-05-03T18:18:36.196Z | Compiling reqwest v0.11.10 |
| 2108 | 2022-05-03T18:18:36.205Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="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` |
| 2109 | 2022-05-03T18:18:36.361Z | Compiling progenitor-macro v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 2110 | 2022-05-03T18:18:36.367Z | 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,artifacts,future-incompat --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` |
| 2111 | 2022-05-03T18:18:36.474Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="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` |
| 2112 | 2022-05-03T18:18:42.445Z | 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,future-incompat --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` |
| 2113 | 2022-05-03T18:18:43.280Z | 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,future-incompat --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` |
| 2114 | 2022-05-03T18:18:44.091Z | 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,future-incompat --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 --cfg usdt_stable_asm -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out` |
| 2115 | 2022-05-03T18:18:45.928Z | Compiling httptest v0.15.4 |
| 2116 | 2022-05-03T18:18:45.935Z | Running `rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/github.com-1ecc6299db9ec823/httptest-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2117 | 2022-05-03T18:18:49.703Z | Compiling progenitor-client v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 2118 | 2022-05-03T18:18:49.727Z | 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,future-incompat --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` |
| 2119 | 2022-05-03T18:18:50.153Z | 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,future-incompat --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` |
| 2120 | 2022-05-03T18:18:50.603Z | Compiling omicron-zone-package v0.2.1 |
| 2121 | 2022-05-03T18:18:50.623Z | 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,future-incompat --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` |
| 2122 | 2022-05-03T18:18:51.028Z | Compiling tough v0.12.1 |
| 2123 | 2022-05-03T18:18:51.035Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=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` |
| 2124 | 2022-05-03T18:18:52.614Z | 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,future-incompat --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 --cfg usdt_stable_asm -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64` |
| 2125 | 2022-05-03T18:18:52.786Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2126 | 2022-05-03T18:18:52.800Z | Running `rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2127 | 2022-05-03T18:18:59.578Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2128 | 2022-05-03T18:18:59.584Z | Running `rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=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` |
| 2129 | 2022-05-03T18:19:01.821Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="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` |
| 2130 | 2022-05-03T18:19:02.213Z | Running `rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=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` |
| 2131 | 2022-05-03T18:19:04.163Z | Compiling polar-core v0.26.0 |
| 2132 | 2022-05-03T18:19:04.170Z | 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,artifacts,future-incompat --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` |
| 2133 | 2022-05-03T18:19:04.999Z | Running `rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=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` |
| 2134 | 2022-05-03T18:19:05.463Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ec4f3a41a638ea6c3316a86f30f1895f4877f2ef#ec4f3a41) |
| 2135 | 2022-05-03T18:19:05.469Z | 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,future-incompat --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` |
| 2136 | 2022-05-03T18:19:06.534Z | Compiling progenitor v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 2137 | 2022-05-03T18:19:06.811Z | 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,future-incompat --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` |
| 2138 | 2022-05-03T18:19:07.385Z | 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,future-incompat --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` |
| 2139 | 2022-05-03T18:19:07.907Z | 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,future-incompat --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` |
| 2140 | 2022-05-03T18:19:08.790Z | 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,future-incompat --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 --cfg usdt_stable_asm -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64` |
| 2141 | 2022-05-03T18:19:10.444Z | Running `rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2142 | 2022-05-03T18:19:10.749Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=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` |
| 2143 | 2022-05-03T18:19:10.908Z | 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,future-incompat --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` |
| 2144 | 2022-05-03T18:19:13.204Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2145 | 2022-05-03T18:19:13.211Z | Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -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` |
| 2146 | 2022-05-03T18:19:15.116Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2147 | 2022-05-03T18:19:15.122Z | 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,future-incompat --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` |
| 2148 | 2022-05-03T18:19:17.046Z | Compiling internal-dns-client v0.1.0 (/work/oxidecomputer/omicron/internal-dns-client) |
| 2149 | 2022-05-03T18:19:17.052Z | Running `rustc --crate-name internal_dns_client --edition=2021 internal-dns-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2150 | 2022-05-03T18:19:18.207Z | Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2151 | 2022-05-03T18:19:19.361Z | 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,future-incompat --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` |
| 2152 | 2022-05-03T18:19:19.918Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-0d8577d88e26bd1b/build-script-build` |
| 2153 | 2022-05-03T18:19:27.587Z | Running `rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2154 | 2022-05-03T18:19:30.038Z | 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,future-incompat --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` |
| 2155 | 2022-05-03T18:19:33.836Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2156 | 2022-05-03T18:19:33.842Z | Running `rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2157 | 2022-05-03T18:19:36.049Z | Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2158 | 2022-05-03T18:19:37.342Z | 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,future-incompat --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` |
| 2159 | 2022-05-03T18:19:39.873Z | Running `rustc --crate-name internal_dns_client --edition=2021 internal-dns-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2160 | 2022-05-03T18:19:40.437Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
| 2161 | 2022-05-03T18:19:40.470Z | Running `rustc --crate-name nexus_client --edition=2021 nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2162 | 2022-05-03T18:19:40.477Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
| 2163 | 2022-05-03T18:19:40.485Z | Running `rustc --crate-name sled_agent_client --edition=2021 sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2164 | 2022-05-03T18:19:42.397Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
| 2165 | 2022-05-03T18:19:42.425Z | Running `rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2166 | 2022-05-03T18:19:44.683Z | Compiling gateway-sp-comms v0.1.0 (/work/oxidecomputer/omicron/gateway-sp-comms) |
| 2167 | 2022-05-03T18:19:44.689Z | Running `rustc --crate-name gateway_sp_comms --edition=2018 gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2168 | 2022-05-03T18:19:47.262Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2169 | 2022-05-03T18:19:47.268Z | Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2170 | 2022-05-03T18:19:47.667Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
| 2171 | 2022-05-03T18:19:47.674Z | Running `rustc --crate-name gateway_client --edition=2021 gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2172 | 2022-05-03T18:19:48.127Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2173 | 2022-05-03T18:19:48.134Z | Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2174 | 2022-05-03T18:19:51.426Z | Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2175 | 2022-05-03T18:19:51.861Z | Running `rustc --crate-name internal_dns_client --edition=2021 internal-dns-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2176 | 2022-05-03T18:19:52.366Z | Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -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` |
| 2177 | 2022-05-03T18:19:54.264Z | Running `rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2178 | 2022-05-03T18:19:54.281Z | Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2179 | 2022-05-03T18:19:56.053Z | Running `rustc --crate-name nexus_client --edition=2021 nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2180 | 2022-05-03T18:19:57.685Z | Running `rustc --crate-name sled_agent_client --edition=2021 sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2181 | 2022-05-03T18:19:58.232Z | Running `rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2182 | 2022-05-03T18:19:58.697Z | Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2183 | 2022-05-03T18:20:00.537Z | Running `rustc --crate-name gateway_sp_comms --edition=2018 gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2184 | 2022-05-03T18:20:03.791Z | Running `rustc --crate-name gateway_client --edition=2021 gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2185 | 2022-05-03T18:20:03.985Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2186 | 2022-05-03T18:20:03.993Z | Running `rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2187 | 2022-05-03T18:20:04.807Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2188 | 2022-05-03T18:20:04.813Z | Running `rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2189 | 2022-05-03T18:20:05.011Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2190 | 2022-05-03T18:20:05.019Z | Running `rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2191 | 2022-05-03T18:20:08.992Z | Running `rustc --crate-name dns_server --edition=2021 internal-dns/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2192 | 2022-05-03T18:20:13.240Z | Running `rustc --crate-name dnsadm --edition=2021 internal-dns/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2193 | 2022-05-03T18:20:14.432Z | Running `rustc --crate-name apigen --edition=2021 internal-dns/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2194 | 2022-05-03T18:20:14.750Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2195 | 2022-05-03T18:20:14.757Z | Running `rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2196 | 2022-05-03T18:20:19.206Z | Running `rustc --crate-name omicron_dev --edition=2021 test-utils/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2197 | 2022-05-03T18:20:21.916Z | Running `rustc --crate-name sled_agent_client --edition=2021 sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2198 | 2022-05-03T18:20:29.350Z | Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2199 | 2022-05-03T18:20:33.009Z | Running `rustc --crate-name gateway_client --edition=2021 gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2200 | 2022-05-03T18:20:34.416Z | Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2201 | 2022-05-03T18:20:36.547Z | Running `rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2202 | 2022-05-03T18:20:37.315Z | Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2203 | 2022-05-03T18:20:39.492Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2204 | 2022-05-03T18:20:39.498Z | Running `rustc --crate-name build_script_build --edition=2021 nexus/test-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2205 | 2022-05-03T18:20:41.388Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2206 | 2022-05-03T18:20:41.395Z | Running `rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2207 | 2022-05-03T18:20:46.124Z | Running `rustc --crate-name test_omicron_dev --edition=2021 test-utils/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2208 | 2022-05-03T18:20:49.055Z | Running `rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2209 | 2022-05-03T18:20:53.589Z | Running `rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2210 | 2022-05-03T18:20:56.876Z | Running `rustc --crate-name omicron_dev --edition=2021 test-utils/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2211 | 2022-05-03T18:20:59.021Z | Running `rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2212 | 2022-05-03T18:21:01.038Z | Running `rustc --crate-name gateway_sp_comms --edition=2018 gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2213 | 2022-05-03T18:21:07.820Z | Running `rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2214 | 2022-05-03T18:21:10.275Z | Running `rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2215 | 2022-05-03T18:21:11.214Z | Running `rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2216 | 2022-05-03T18:21:16.534Z | Running `rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2217 | 2022-05-03T18:21:18.201Z | Running `rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2218 | 2022-05-03T18:21:20.069Z | Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2219 | 2022-05-03T18:21:21.069Z | Running `rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2220 | 2022-05-03T18:21:23.581Z | Running `rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2221 | 2022-05-03T18:21:24.397Z | Running `rustc --crate-name apigen --edition=2021 internal-dns/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2222 | 2022-05-03T18:21:27.946Z | Running `rustc --crate-name basic_test --edition=2021 internal-dns/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2223 | 2022-05-03T18:21:28.330Z | Running `rustc --crate-name openapi_test --edition=2021 internal-dns/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2224 | 2022-05-03T18:21:38.548Z | Running `rustc --crate-name dns_server --edition=2021 internal-dns/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2225 | 2022-05-03T18:21:42.570Z | Running `rustc --crate-name dnsadm --edition=2021 internal-dns/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2226 | 2022-05-03T18:21:44.761Z | Running `rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2227 | 2022-05-03T18:21:47.785Z | Running `rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2228 | 2022-05-03T18:21:52.457Z | Running `rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2229 | 2022-05-03T18:21:57.004Z | 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,future-incompat --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` |
| 2230 | 2022-05-03T18:21:58.263Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=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` |
| 2231 | 2022-05-03T18:21:59.651Z | Running `rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2232 | 2022-05-03T18:22:13.440Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2233 | 2022-05-03T18:22:13.447Z | Running `rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2234 | 2022-05-03T18:22:15.982Z | Running `rustc --crate-name gateway --edition=2021 gateway/src/bin/gateway.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2235 | 2022-05-03T18:22:22.949Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-92e1bc2c8f9192e6/build-script-build` |
| 2236 | 2022-05-03T18:22:25.520Z | Running `rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2237 | 2022-05-03T18:22:37.899Z | Running `rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2238 | 2022-05-03T18:22:41.816Z | Running `rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2239 | 2022-05-03T18:22:44.056Z | Running `rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2240 | 2022-05-03T18:22:47.845Z | Running `rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2241 | 2022-05-03T18:22:54.535Z | Running `rustc --crate-name gateway --edition=2021 gateway/src/bin/gateway.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2242 | 2022-05-03T18:22:56.181Z | Running `rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2243 | 2022-05-03T18:22:58.859Z | Compiling oso v0.26.0 |
| 2244 | 2022-05-03T18:22:58.887Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=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` |
| 2245 | 2022-05-03T18:23:10.703Z | Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy) |
| 2246 | 2022-05-03T18:23:10.710Z | Running `rustc --crate-name sled_agent_overlay_files --edition=2021 deploy/src/bin/sled-agent-overlay-files.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2247 | 2022-05-03T18:23:11.933Z | Running `rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2248 | 2022-05-03T18:23:12.244Z | Running `rustc --crate-name thing_flinger --edition=2021 deploy/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 2249 | 2022-05-03T18:23:13.480Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=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` |
| 2250 | 2022-05-03T18:23:17.080Z | Running `rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=6960330ae96f59fb -C extra-filename=-6960330ae96f59fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-85961708940bd4f9.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-a83cea667d281567.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c9a75f75cbc244c.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` |
| 2251 | 2022-05-03T18:23:26.801Z | Running `rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2252 | 2022-05-03T18:23:30.513Z | Running `rustc --crate-name sled_agent_overlay_files --edition=2021 deploy/src/bin/sled-agent-overlay-files.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2253 | 2022-05-03T18:23:30.771Z | Running `rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2254 | 2022-05-03T18:23:31.696Z | Running `rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2255 | 2022-05-03T18:23:32.650Z | Running `rustc --crate-name thing_flinger --edition=2021 deploy/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2256 | 2022-05-03T18:23:34.810Z | Running `rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2257 | 2022-05-03T18:23:35.256Z | Running `rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 2258 | 2022-05-03T18:23:39.836Z | Running `rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=316440426256e01d -C extra-filename=-316440426256e01d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-65873f712f907d7c.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-93e5d0e0a1878897.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e957261b1f005edf.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` |
| 2259 | 2022-05-03T18:24:56.398Z | Running `rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5912d8de858f5a62 -C extra-filename=-5912d8de858f5a62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-6960330ae96f59fb.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` |
| 2260 | 2022-05-03T18:27:08.409Z | Running `rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=df981c492f6ae590 -C extra-filename=-df981c492f6ae590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-85961708940bd4f9.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-a83cea667d281567.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c9a75f75cbc244c.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-5912d8de858f5a62.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-6960330ae96f59fb.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` |
| 2261 | 2022-05-03T18:27:08.416Z | Running `rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=1d46acfe64f70bb9 -C extra-filename=-1d46acfe64f70bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-85961708940bd4f9.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-a83cea667d281567.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c9a75f75cbc244c.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-5912d8de858f5a62.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` |
| 2262 | 2022-05-03T18:27:12.510Z | Running `rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=d8690b9329a38d39 -C extra-filename=-d8690b9329a38d39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-65873f712f907d7c.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-93e5d0e0a1878897.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-e957261b1f005edf.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-316440426256e01d.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` |
| 2263 | 2022-05-03T18:27:12.517Z | Running `rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=07661ed22d946cc5 -C extra-filename=-07661ed22d946cc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-85961708940bd4f9.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-a83cea667d281567.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c9a75f75cbc244c.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-5912d8de858f5a62.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-6960330ae96f59fb.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` |
| 2264 | 2022-05-03T18:27:12.525Z | Running `rustc --crate-name setup_benchmark --edition=2021 nexus/benches/setup_benchmark.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg test -C metadata=079f59d8515dabb9 -C extra-filename=-079f59d8515dabb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-85961708940bd4f9.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-a83cea667d281567.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-2c9a75f75cbc244c.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-5912d8de858f5a62.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-6960330ae96f59fb.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` |
| 2265 | 2022-05-03T18:32:29.747Z | Finished dev [unoptimized + debuginfo] target(s) in 21m 29s |
| 2266 | 2022-05-03T18:32:30.026Z | |
| 2267 | 2022-05-03T18:32:30.033Z | real 21:29.377756499 |
| 2268 | 2022-05-03T18:32:30.039Z | user 1:43:45.419028179 |
| 2269 | 2022-05-03T18:32:30.044Z | sys 17:39.881060045 |
| 2270 | 2022-05-03T18:32:30.050Z | trap 4.826872928 |
| 2271 | 2022-05-03T18:32:30.055Z | tflt 13.821231008 |
| 2272 | 2022-05-03T18:32:30.061Z | dflt 20.061182724 |
| 2273 | 2022-05-03T18:32:30.066Z | kflt 0.151971872 |
| 2274 | 2022-05-03T18:32:30.072Z | lock 3:36:19.192037457 |
| 2275 | 2022-05-03T18:32:30.078Z | slp 5:30:16.813845494 |
| 2276 | 2022-05-03T18:32:30.084Z | lat 5:21.399798495 |
| 2277 | 2022-05-03T18:32:30.089Z | stop 3:14.530130747 |
| 2278 | 2022-05-03T18:32:30.094Z | + banner deploy-check |
| 2279 | 2022-05-03T18:32:30.102Z | |
| 2280 | 2022-05-03T18:32:30.107Z | ##### ###### ##### # #### # # #### # # ###### |
| 2281 | 2022-05-03T18:32:30.113Z | # # # # # # # # # # # # # # # |
| 2282 | 2022-05-03T18:32:30.118Z | # # ##### # # # # # # ##### # ###### ##### |
| 2283 | 2022-05-03T18:32:30.123Z | # # # ##### # # # # # # # # |
| 2284 | 2022-05-03T18:32:30.129Z | # # # # # # # # # # # # # |
| 2285 | 2022-05-03T18:32:30.135Z | ##### ###### # ###### #### # #### # # ###### |
| 2286 | 2022-05-03T18:32:30.141Z | |
| 2287 | 2022-05-03T18:32:30.147Z | + ptime -m cargo run --bin omicron-package -- check |
| 2288 | 2022-05-03T18:32:30.887Z | Compiling serde v1.0.136 |
| 2289 | 2022-05-03T18:32:30.901Z | Compiling uuid v0.8.2 |
| 2290 | 2022-05-03T18:32:30.907Z | Compiling indexmap v1.8.1 |
| 2291 | 2022-05-03T18:32:30.918Z | Compiling console v0.15.0 |
| 2292 | 2022-05-03T18:32:30.925Z | Compiling chrono v0.4.19 |
| 2293 | 2022-05-03T18:32:30.935Z | Compiling tokio v1.17.0 |
| 2294 | 2022-05-03T18:32:32.485Z | Compiling indicatif v0.16.2 |
| 2295 | 2022-05-03T18:32:40.416Z | Compiling serde_json v1.0.79 |
| 2296 | 2022-05-03T18:32:40.422Z | Compiling serde_tokenstream v0.1.3 |
| 2297 | 2022-05-03T18:32:40.786Z | Compiling tokio-util v0.6.9 |
| 2298 | 2022-05-03T18:32:40.794Z | Compiling tokio-rustls v0.23.3 |
| 2299 | 2022-05-03T18:32:40.799Z | Compiling tokio-native-tls v0.3.0 |
| 2300 | 2022-05-03T18:32:40.829Z | Compiling tokio-util v0.7.1 |
| 2301 | 2022-05-03T18:32:41.531Z | Compiling steno v0.1.0 (https://github.com/oxidecomputer/steno?branch=main#578498bb) |
| 2302 | 2022-05-03T18:32:41.635Z | Compiling backoff v0.4.0 |
| 2303 | 2022-05-03T18:32:41.786Z | Compiling dropshot_endpoint v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394) |
| 2304 | 2022-05-03T18:32:42.226Z | Compiling crucible-common v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2305 | 2022-05-03T18:32:42.581Z | Compiling h2 v0.3.12 |
| 2306 | 2022-05-03T18:32:43.347Z | Compiling tokio-postgres v0.7.5 |
| 2307 | 2022-05-03T18:32:43.674Z | Compiling crucible-scope v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2308 | 2022-05-03T18:32:44.856Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2309 | 2022-05-03T18:32:44.877Z | Compiling schemars v0.8.8 |
| 2310 | 2022-05-03T18:32:46.765Z | Compiling usdt-impl v0.3.2 |
| 2311 | 2022-05-03T18:32:47.355Z | Compiling openapiv3 v1.0.1 |
| 2312 | 2022-05-03T18:32:50.325Z | Compiling typify-impl v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98) |
| 2313 | 2022-05-03T18:32:51.804Z | Compiling usdt-macro v0.3.2 |
| 2314 | 2022-05-03T18:32:53.654Z | Compiling usdt-attr-macro v0.3.2 |
| 2315 | 2022-05-03T18:32:57.457Z | Compiling hyper v0.14.18 |
| 2316 | 2022-05-03T18:32:58.074Z | Compiling usdt v0.3.2 |
| 2317 | 2022-05-03T18:32:58.881Z | Compiling slog-dtrace v0.2.1 |
| 2318 | 2022-05-03T18:32:59.891Z | Compiling typify-macro v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98) |
| 2319 | 2022-05-03T18:33:05.865Z | Compiling typify v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98) |
| 2320 | 2022-05-03T18:33:06.120Z | Compiling progenitor-impl v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 2321 | 2022-05-03T18:33:08.182Z | Compiling hyper-rustls v0.23.0 |
| 2322 | 2022-05-03T18:33:08.221Z | Compiling hyper-tls v0.5.0 |
| 2323 | 2022-05-03T18:33:08.228Z | Compiling dropshot v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394) |
| 2324 | 2022-05-03T18:33:08.985Z | Compiling reqwest v0.11.10 |
| 2325 | 2022-05-03T18:33:11.903Z | Compiling progenitor-macro v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 2326 | 2022-05-03T18:33:13.227Z | Compiling progenitor-client v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 2327 | 2022-05-03T18:33:13.233Z | Compiling omicron-zone-package v0.2.1 |
| 2328 | 2022-05-03T18:33:13.925Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2329 | 2022-05-03T18:33:21.560Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ec4f3a41a638ea6c3316a86f30f1895f4877f2ef#ec4f3a41) |
| 2330 | 2022-05-03T18:33:25.981Z | Compiling progenitor v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 2331 | 2022-05-03T18:33:26.321Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2332 | 2022-05-03T18:33:26.329Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2333 | 2022-05-03T18:33:33.233Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
| 2334 | 2022-05-03T18:33:33.239Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
| 2335 | 2022-05-03T18:33:37.379Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2336 | 2022-05-03T18:33:49.708Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2337 | 2022-05-03T18:34:44.474Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 14s |
| 2338 | 2022-05-03T18:34:44.509Z | Running `target/debug/omicron-package check` |
| 2339 | 2022-05-03T18:34:45.353Z | Compiling proc-macro2 v1.0.37 |
| 2340 | 2022-05-03T18:34:45.359Z | Compiling unicode-xid v0.2.2 |
| 2341 | 2022-05-03T18:34:45.365Z | Compiling syn v1.0.91 |
| 2342 | 2022-05-03T18:34:45.372Z | Compiling libc v0.2.123 |
| 2343 | 2022-05-03T18:34:45.377Z | Checking cfg-if v1.0.0 |
| 2344 | 2022-05-03T18:34:45.383Z | Compiling version_check v0.9.4 |
| 2345 | 2022-05-03T18:34:45.389Z | Compiling serde_derive v1.0.136 |
| 2346 | 2022-05-03T18:34:45.395Z | Compiling autocfg v1.1.0 |
| 2347 | 2022-05-03T18:34:45.694Z | Compiling serde v1.0.136 |
| 2348 | 2022-05-03T18:34:45.845Z | Compiling memchr v2.4.1 |
| 2349 | 2022-05-03T18:34:46.578Z | Checking once_cell v1.10.0 |
| 2350 | 2022-05-03T18:34:46.622Z | Compiling log v0.4.16 |
| 2351 | 2022-05-03T18:34:46.706Z | Checking itoa v1.0.1 |
| 2352 | 2022-05-03T18:34:46.716Z | Compiling serde_json v1.0.79 |
| 2353 | 2022-05-03T18:34:46.842Z | Checking smallvec v1.8.0 |
| 2354 | 2022-05-03T18:34:47.108Z | Checking lazy_static v1.4.0 |
| 2355 | 2022-05-03T18:34:47.320Z | Checking scopeguard v1.1.0 |
| 2356 | 2022-05-03T18:34:47.650Z | Checking pin-project-lite v0.2.8 |
| 2357 | 2022-05-03T18:34:47.664Z | Compiling cc v1.0.73 |
| 2358 | 2022-05-03T18:34:47.755Z | Checking ryu v1.0.9 |
| 2359 | 2022-05-03T18:34:47.787Z | Compiling futures-core v0.3.21 |
| 2360 | 2022-05-03T18:34:48.017Z | Compiling parking_lot_core v0.9.1 |
| 2361 | 2022-05-03T18:34:48.058Z | Compiling ucd-trie v0.1.3 |
| 2362 | 2022-05-03T18:34:48.124Z | Checking futures-sink v0.3.21 |
| 2363 | 2022-05-03T18:34:48.404Z | Compiling typenum v1.15.0 |
| 2364 | 2022-05-03T18:34:48.477Z | Compiling futures-task v0.3.21 |
| 2365 | 2022-05-03T18:34:48.535Z | Compiling futures-channel v0.3.21 |
| 2366 | 2022-05-03T18:34:48.578Z | Compiling futures-util v0.3.21 |
| 2367 | 2022-05-03T18:34:48.657Z | Checking pin-utils v0.1.0 |
| 2368 | 2022-05-03T18:34:48.995Z | Checking slab v0.4.5 |
| 2369 | 2022-05-03T18:34:49.307Z | Checking futures-io v0.3.21 |
| 2370 | 2022-05-03T18:34:49.333Z | Checking bitflags v1.3.2 |
| 2371 | 2022-05-03T18:34:49.411Z | Compiling pkg-config v0.3.24 |
| 2372 | 2022-05-03T18:34:49.628Z | Checking byteorder v1.4.3 |
| 2373 | 2022-05-03T18:34:49.777Z | Checking spin v0.5.2 |
| 2374 | 2022-05-03T18:34:50.019Z | Checking tinyvec_macros v0.1.0 |
| 2375 | 2022-05-03T18:34:50.202Z | Checking untrusted v0.7.1 |
| 2376 | 2022-05-03T18:34:50.217Z | Checking base64 v0.13.0 |
| 2377 | 2022-05-03T18:34:50.341Z | Checking fnv v1.0.7 |
| 2378 | 2022-05-03T18:34:50.351Z | Compiling regex-syntax v0.6.25 |
| 2379 | 2022-05-03T18:34:50.546Z | Checking subtle v2.4.1 |
| 2380 | 2022-05-03T18:34:50.554Z | Compiling parking_lot_core v0.8.5 |
| 2381 | 2022-05-03T18:34:50.661Z | Checking matches v0.1.9 |
| 2382 | 2022-05-03T18:34:50.985Z | Checking percent-encoding v2.1.0 |
| 2383 | 2022-05-03T18:34:51.130Z | Checking unicode-bidi v0.3.7 |
| 2384 | 2022-05-03T18:34:51.577Z | Compiling maplit v1.0.2 |
| 2385 | 2022-05-03T18:34:51.586Z | Compiling rustls v0.20.4 |
| 2386 | 2022-05-03T18:34:51.819Z | Compiling slog v2.7.0 |
| 2387 | 2022-05-03T18:34:51.962Z | Checking ppv-lite86 v0.2.16 |
| 2388 | 2022-05-03T18:34:52.150Z | Compiling httparse v1.6.0 |
| 2389 | 2022-05-03T18:34:52.389Z | Checking try-lock v0.2.3 |
| 2390 | 2022-05-03T18:34:52.701Z | Compiling unicode-segmentation v1.9.0 |
| 2391 | 2022-05-03T18:34:52.781Z | Compiling schemars v0.8.8 |
| 2392 | 2022-05-03T18:34:52.881Z | Checking dyn-clone v1.0.5 |
| 2393 | 2022-05-03T18:34:53.132Z | Checking httpdate v1.0.2 |
| 2394 | 2022-05-03T18:34:53.147Z | Checking foreign-types-shared v0.1.1 |
| 2395 | 2022-05-03T18:34:53.282Z | Checking remove_dir_all v0.5.3 |
| 2396 | 2022-05-03T18:34:53.497Z | Compiling openssl v0.10.38 |
| 2397 | 2022-05-03T18:34:53.515Z | Checking tower-service v0.3.1 |
| 2398 | 2022-05-03T18:34:53.604Z | Compiling async-trait v0.1.53 |
| 2399 | 2022-05-03T18:34:53.667Z | Checking fastrand v1.7.0 |
| 2400 | 2022-05-03T18:34:53.762Z | Checking num_threads v0.1.5 |
| 2401 | 2022-05-03T18:34:53.892Z | Compiling hashbrown v0.11.2 |
| 2402 | 2022-05-03T18:34:54.390Z | Compiling native-tls v0.2.8 |
| 2403 | 2022-05-03T18:34:54.461Z | Compiling time-macros v0.2.4 |
| 2404 | 2022-05-03T18:34:54.503Z | Compiling same-file v1.0.6 |
| 2405 | 2022-05-03T18:34:54.796Z | Checking ipnet v2.4.0 |
| 2406 | 2022-05-03T18:34:55.141Z | Compiling crossbeam-utils v0.8.8 |
| 2407 | 2022-05-03T18:34:55.239Z | Compiling home v0.5.3 |
| 2408 | 2022-05-03T18:34:55.892Z | Checking openssl-probe v0.1.5 |
| 2409 | 2022-05-03T18:34:56.027Z | Compiling anyhow v1.0.56 |
| 2410 | 2022-05-03T18:34:56.189Z | Checking mime v0.3.16 |
| 2411 | 2022-05-03T18:34:56.298Z | Compiling uuid v0.8.2 |
| 2412 | 2022-05-03T18:34:56.499Z | Compiling encoding_rs v0.8.30 |
| 2413 | 2022-05-03T18:34:56.991Z | Checking unicode-width v0.1.9 |
| 2414 | 2022-05-03T18:34:57.071Z | Checking cpufeatures v0.2.2 |
| 2415 | 2022-05-03T18:34:57.283Z | Compiling convert_case v0.4.0 |
| 2416 | 2022-05-03T18:34:57.417Z | Compiling slog-async v2.7.0 |
| 2417 | 2022-05-03T18:34:57.722Z | Checking match_cfg v0.1.0 |
| 2418 | 2022-05-03T18:34:57.794Z | Checking take_mut v0.2.2 |
| 2419 | 2022-05-03T18:34:58.065Z | Checking ansi_term v0.12.1 |
| 2420 | 2022-05-03T18:34:58.226Z | Checking strsim v0.8.0 |
| 2421 | 2022-05-03T18:34:58.326Z | Checking vec_map v0.8.2 |
| 2422 | 2022-05-03T18:34:58.558Z | Compiling paste v1.0.7 |
| 2423 | 2022-05-03T18:34:58.578Z | Checking fallible-iterator v0.2.0 |
| 2424 | 2022-05-03T18:34:58.760Z | Compiling rustversion v1.0.6 |
| 2425 | 2022-05-03T18:34:58.805Z | Compiling semver v0.1.20 |
| 2426 | 2022-05-03T18:34:58.961Z | Compiling ident_case v1.0.1 |
| 2427 | 2022-05-03T18:34:59.161Z | Compiling strsim v0.10.0 |
| 2428 | 2022-05-03T18:34:59.860Z | Checking siphasher v0.3.10 |
| 2429 | 2022-05-03T18:34:59.908Z | Checking fixedbitset v0.4.1 |
| 2430 | 2022-05-03T18:35:00.166Z | Compiling heck v0.4.0 |
| 2431 | 2022-05-03T18:35:00.348Z | Compiling radium v0.6.2 |
| 2432 | 2022-05-03T18:35:00.524Z | Compiling vcpkg v0.2.15 |
| 2433 | 2022-05-03T18:35:00.606Z | Checking tap v1.0.1 |
| 2434 | 2022-05-03T18:35:00.886Z | Checking opaque-debug v0.3.0 |
| 2435 | 2022-05-03T18:35:01.048Z | Checking funty v1.2.0 |
| 2436 | 2022-05-03T18:35:01.147Z | Checking const-oid v0.6.2 |
| 2437 | 2022-05-03T18:35:01.221Z | Checking static_assertions v1.1.0 |
| 2438 | 2022-05-03T18:35:01.392Z | Compiling crunchy v0.2.2 |
| 2439 | 2022-05-03T18:35:01.566Z | Checking fallible-streaming-iterator v0.1.9 |
| 2440 | 2022-05-03T18:35:01.729Z | Compiling tiny-keccak v2.0.2 |
| 2441 | 2022-05-03T18:35:02.216Z | Compiling either v1.6.1 |
| 2442 | 2022-05-03T18:35:02.223Z | Compiling bit-vec v0.6.3 |
| 2443 | 2022-05-03T18:35:02.500Z | Compiling precomputed-hash v0.1.1 |
| 2444 | 2022-05-03T18:35:02.613Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2445 | 2022-05-03T18:35:02.661Z | Compiling new_debug_unreachable v1.0.4 |
| 2446 | 2022-05-03T18:35:02.768Z | Compiling fixedbitset v0.2.0 |
| 2447 | 2022-05-03T18:35:02.824Z | Checking array-init v2.0.0 |
| 2448 | 2022-05-03T18:35:02.883Z | Checking data-encoding v2.3.2 |
| 2449 | 2022-05-03T18:35:02.969Z | Compiling lalrpop-util v0.19.7 |
| 2450 | 2022-05-03T18:35:03.010Z | Compiling diff v0.1.12 |
| 2451 | 2022-05-03T18:35:03.207Z | Checking arc-swap v1.5.0 |
| 2452 | 2022-05-03T18:35:03.222Z | Compiling crc32fast v1.3.2 |
| 2453 | 2022-05-03T18:35:03.773Z | Checking half v1.8.2 |
| 2454 | 2022-05-03T18:35:04.095Z | Checking endian-type v0.1.2 |
| 2455 | 2022-05-03T18:35:04.203Z | Checking termcolor v1.1.3 |
| 2456 | 2022-05-03T18:35:04.383Z | Checking humantime v2.1.0 |
| 2457 | 2022-05-03T18:35:04.392Z | Checking os_str_bytes v6.0.0 |
| 2458 | 2022-05-03T18:35:04.402Z | Compiling doc-comment v0.3.3 |
| 2459 | 2022-05-03T18:35:04.550Z | Compiling unindent v0.1.8 |
| 2460 | 2022-05-03T18:35:04.661Z | Checking textwrap v0.15.0 |
| 2461 | 2022-05-03T18:35:05.132Z | Compiling ref-cast v1.0.6 |
| 2462 | 2022-05-03T18:35:05.182Z | Checking pretty-hex v0.3.0 |
| 2463 | 2022-05-03T18:35:05.210Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2464 | 2022-05-03T18:35:05.384Z | Checking hex v0.4.3 |
| 2465 | 2022-05-03T18:35:05.396Z | Checking instant v0.1.12 |
| 2466 | 2022-05-03T18:35:06.000Z | Compiling generic-array v0.14.5 |
| 2467 | 2022-05-03T18:35:06.008Z | Compiling ahash v0.7.6 |
| 2468 | 2022-05-03T18:35:06.018Z | Compiling proc-macro-error-attr v1.0.4 |
| 2469 | 2022-05-03T18:35:06.041Z | Compiling proc-macro-error v1.0.4 |
| 2470 | 2022-05-03T18:35:06.058Z | Compiling usdt-impl v0.3.2 |
| 2471 | 2022-05-03T18:35:06.232Z | Compiling dropshot v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394) |
| 2472 | 2022-05-03T18:35:06.306Z | Compiling slog-dtrace v0.2.1 |
| 2473 | 2022-05-03T18:35:06.574Z | Compiling unicase v2.6.0 |
| 2474 | 2022-05-03T18:35:06.728Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2475 | 2022-05-03T18:35:06.770Z | Compiling cookie v0.16.0 |
| 2476 | 2022-05-03T18:35:06.777Z | Compiling num-traits v0.2.14 |
| 2477 | 2022-05-03T18:35:06.961Z | Compiling num-integer v0.1.44 |
| 2478 | 2022-05-03T18:35:07.065Z | Compiling indexmap v1.8.1 |
| 2479 | 2022-05-03T18:35:07.537Z | Compiling memoffset v0.6.5 |
| 2480 | 2022-05-03T18:35:07.544Z | Compiling crossbeam-epoch v0.9.8 |
| 2481 | 2022-05-03T18:35:07.562Z | Checking tracing-core v0.1.23 |
| 2482 | 2022-05-03T18:35:07.683Z | Checking sharded-slab v0.1.4 |
| 2483 | 2022-05-03T18:35:07.802Z | Checking lock_api v0.4.6 |
| 2484 | 2022-05-03T18:35:07.851Z | Checking thread_local v1.1.4 |
| 2485 | 2022-05-03T18:35:07.879Z | Checking path-dedot v3.0.16 |
| 2486 | 2022-05-03T18:35:08.175Z | Checking nibble_vec v0.1.0 |
| 2487 | 2022-05-03T18:35:08.539Z | Compiling pest v2.1.3 |
| 2488 | 2022-05-03T18:35:08.659Z | Checking tinyvec v1.5.1 |
| 2489 | 2022-05-03T18:35:08.665Z | Checking fxhash v0.2.1 |
| 2490 | 2022-05-03T18:35:08.825Z | Checking rustls-pemfile v0.3.0 |
| 2491 | 2022-05-03T18:35:08.996Z | Checking rustls-pemfile v1.0.0 |
| 2492 | 2022-05-03T18:35:09.097Z | Checking pem v1.0.2 |
| 2493 | 2022-05-03T18:35:09.167Z | Checking form_urlencoded v1.0.1 |
| 2494 | 2022-05-03T18:35:09.303Z | Compiling ring v0.16.20 |
| 2495 | 2022-05-03T18:35:09.472Z | Compiling openssl-sys v0.9.72 |
| 2496 | 2022-05-03T18:35:09.902Z | Checking foreign-types v0.3.2 |
| 2497 | 2022-05-03T18:35:10.000Z | Compiling heck v0.3.3 |
| 2498 | 2022-05-03T18:35:10.247Z | Compiling walkdir v2.3.2 |
| 2499 | 2022-05-03T18:35:10.956Z | Checking textwrap v0.11.0 |
| 2500 | 2022-05-03T18:35:11.177Z | Checking getopts v0.2.21 |
| 2501 | 2022-05-03T18:35:11.385Z | Compiling rustc_version v0.1.7 |
| 2502 | 2022-05-03T18:35:11.679Z | Checking phf_shared v0.10.0 |
| 2503 | 2022-05-03T18:35:11.880Z | Checking wyz v0.4.0 |
| 2504 | 2022-05-03T18:35:12.041Z | Checking der v0.4.5 |
| 2505 | 2022-05-03T18:35:12.125Z | Compiling itertools v0.10.3 |
| 2506 | 2022-05-03T18:35:12.463Z | Compiling bit-set v0.5.2 |
| 2507 | 2022-05-03T18:35:12.597Z | Checking ringbuffer v0.8.4 |
| 2508 | 2022-05-03T18:35:13.040Z | Checking clap_lex v0.1.1 |
| 2509 | 2022-05-03T18:35:13.092Z | Compiling libsqlite3-sys v0.24.1 |
| 2510 | 2022-05-03T18:35:13.239Z | Compiling indoc v1.0.4 |
| 2511 | 2022-05-03T18:35:13.737Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2512 | 2022-05-03T18:35:17.648Z | Checking path-absolutize v3.0.12 |
| 2513 | 2022-05-03T18:35:18.228Z | Checking radix_trie v0.2.1 |
| 2514 | 2022-05-03T18:35:18.554Z | Checking tracing-subscriber v0.3.9 |
| 2515 | 2022-05-03T18:35:19.296Z | Compiling pest_meta v2.1.3 |
| 2516 | 2022-05-03T18:35:19.464Z | Compiling semver-parser v0.10.2 |
| 2517 | 2022-05-03T18:35:19.854Z | Checking unicode-normalization v0.1.19 |
| 2518 | 2022-05-03T18:35:22.001Z | Checking phf v0.10.1 |
| 2519 | 2022-05-03T18:35:22.237Z | Compiling newtype_derive v0.1.6 |
| 2520 | 2022-05-03T18:35:23.261Z | Checking spki v0.4.1 |
| 2521 | 2022-05-03T18:35:23.303Z | Compiling quote v1.0.18 |
| 2522 | 2022-05-03T18:35:23.315Z | Checking aho-corasick v0.7.18 |
| 2523 | 2022-05-03T18:35:23.327Z | Checking bstr v0.2.17 |
| 2524 | 2022-05-03T18:35:23.799Z | Checking getrandom v0.2.5 |
| 2525 | 2022-05-03T18:35:24.408Z | Checking socket2 v0.4.4 |
| 2526 | 2022-05-03T18:35:24.728Z | Checking num_cpus v1.13.1 |
| 2527 | 2022-05-03T18:35:24.825Z | Checking signal-hook-registry v1.4.0 |
| 2528 | 2022-05-03T18:35:24.904Z | Checking time v0.1.44 |
| 2529 | 2022-05-03T18:35:25.116Z | Checking atty v0.2.14 |
| 2530 | 2022-05-03T18:35:25.376Z | Checking time v0.3.9 |
| 2531 | 2022-05-03T18:35:25.431Z | Checking tempfile v3.3.0 |
| 2532 | 2022-05-03T18:35:25.486Z | Checking thread-id v4.0.0 |
| 2533 | 2022-05-03T18:35:25.602Z | Checking dirs-sys-next v0.1.2 |
| 2534 | 2022-05-03T18:35:25.917Z | Checking hostname v0.3.1 |
| 2535 | 2022-05-03T18:35:26.072Z | Checking filetime v0.2.15 |
| 2536 | 2022-05-03T18:35:26.160Z | Checking xattr v0.2.2 |
| 2537 | 2022-05-03T18:35:26.225Z | Checking rand v0.4.6 |
| 2538 | 2022-05-03T18:35:28.201Z | Checking mio v0.8.2 |
| 2539 | 2022-05-03T18:35:28.266Z | Checking want v0.3.0 |
| 2540 | 2022-05-03T18:35:28.722Z | Compiling ena v0.14.0 |
| 2541 | 2022-05-03T18:35:28.751Z | Checking slog-scope v4.4.0 |
| 2542 | 2022-05-03T18:35:28.758Z | Checking crossbeam-channel v0.5.4 |
| 2543 | 2022-05-03T18:35:29.579Z | Compiling semver v0.11.0 |
| 2544 | 2022-05-03T18:35:30.373Z | Checking bitvec v0.22.3 |
| 2545 | 2022-05-03T18:35:31.284Z | Checking idna v0.2.3 |
| 2546 | 2022-05-03T18:35:31.303Z | Checking stringprep v0.1.2 |
| 2547 | 2022-05-03T18:35:31.609Z | Checking pkcs8 v0.7.6 |
| 2548 | 2022-05-03T18:35:32.205Z | Checking rand_core v0.6.3 |
| 2549 | 2022-05-03T18:35:32.908Z | Checking parking_lot v0.12.0 |
| 2550 | 2022-05-03T18:35:32.999Z | Checking clap v2.34.0 |
| 2551 | 2022-05-03T18:35:33.107Z | Checking regex v1.5.5 |
| 2552 | 2022-05-03T18:35:33.687Z | Checking dirs-next v2.0.0 |
| 2553 | 2022-05-03T18:35:34.201Z | Checking tar v0.4.38 |
| 2554 | 2022-05-03T18:35:35.660Z | Checking parking_lot v0.11.2 |
| 2555 | 2022-05-03T18:35:36.487Z | Compiling mime_guess v2.0.4 |
| 2556 | 2022-05-03T18:35:36.613Z | Checking tempdir v0.3.7 |
| 2557 | 2022-05-03T18:35:38.126Z | Checking slog-stdlog v4.1.1 |
| 2558 | 2022-05-03T18:35:39.484Z | Checking crypto-common v0.1.3 |
| 2559 | 2022-05-03T18:35:39.950Z | Checking block-buffer v0.10.2 |
| 2560 | 2022-05-03T18:35:39.960Z | Checking digest v0.9.0 |
| 2561 | 2022-05-03T18:35:40.389Z | Checking cipher v0.3.0 |
| 2562 | 2022-05-03T18:35:40.458Z | Checking universal-hash v0.4.1 |
| 2563 | 2022-05-03T18:35:40.734Z | Checking crypto-mac v0.11.1 |
| 2564 | 2022-05-03T18:35:40.887Z | Checking aead v0.4.3 |
| 2565 | 2022-05-03T18:35:40.962Z | Checking block-buffer v0.9.0 |
| 2566 | 2022-05-03T18:35:40.994Z | Checking rand_chacha v0.3.1 |
| 2567 | 2022-05-03T18:35:41.391Z | Checking url v2.2.2 |
| 2568 | 2022-05-03T18:35:41.411Z | Checking term v0.7.0 |
| 2569 | 2022-05-03T18:35:41.844Z | Checking toolchain_find v0.2.0 |
| 2570 | 2022-05-03T18:35:42.368Z | Checking env_logger v0.9.0 |
| 2571 | 2022-05-03T18:35:42.403Z | Checking globset v0.4.8 |
| 2572 | 2022-05-03T18:35:42.901Z | Checking ff v0.10.1 |
| 2573 | 2022-05-03T18:35:42.921Z | Checking scheduled-thread-pool v0.2.5 |
| 2574 | 2022-05-03T18:35:43.352Z | Compiling string_cache v0.8.3 |
| 2575 | 2022-05-03T18:35:43.438Z | Checking sled v0.34.7 |
| 2576 | 2022-05-03T18:35:43.538Z | Checking signature v1.3.2 |
| 2577 | 2022-05-03T18:35:44.019Z | Compiling chrono v0.4.19 |
| 2578 | 2022-05-03T18:35:44.397Z | Checking digest v0.10.3 |
| 2579 | 2022-05-03T18:35:44.561Z | Checking polyval v0.5.3 |
| 2580 | 2022-05-03T18:35:44.902Z | Checking ctr v0.8.0 |
| 2581 | 2022-05-03T18:35:45.134Z | Checking aes v0.7.5 |
| 2582 | 2022-05-03T18:35:45.228Z | Checking hmac v0.11.0 |
| 2583 | 2022-05-03T18:35:45.568Z | Checking sha2 v0.9.9 |
| 2584 | 2022-05-03T18:35:45.591Z | Checking rand v0.8.5 |
| 2585 | 2022-05-03T18:35:45.683Z | Checking slog-term v2.9.0 |
| 2586 | 2022-05-03T18:35:46.067Z | Checking hashlink v0.7.0 |
| 2587 | 2022-05-03T18:35:46.733Z | Checking group v0.10.0 |
| 2588 | 2022-05-03T18:35:46.745Z | Checking r2d2 v0.8.9 |
| 2589 | 2022-05-03T18:35:47.370Z | Compiling ascii-canvas v3.0.0 |
| 2590 | 2022-05-03T18:35:47.474Z | Checking md-5 v0.10.1 |
| 2591 | 2022-05-03T18:35:47.830Z | Checking hmac v0.12.1 |
| 2592 | 2022-05-03T18:35:48.010Z | Checking sha2 v0.10.2 |
| 2593 | 2022-05-03T18:35:48.189Z | Checking sha-1 v0.10.0 |
| 2594 | 2022-05-03T18:35:48.593Z | Compiling synstructure v0.12.6 |
| 2595 | 2022-05-03T18:35:48.759Z | Compiling serde_derive_internals v0.25.0 |
| 2596 | 2022-05-03T18:35:48.863Z | Compiling pest_generator v2.1.3 |
| 2597 | 2022-05-03T18:35:49.073Z | Compiling darling_core v0.13.1 |
| 2598 | 2022-05-03T18:35:49.208Z | Checking slog-envlogger v2.2.0 |
| 2599 | 2022-05-03T18:35:49.762Z | Checking rusqlite v0.27.0 |
| 2600 | 2022-05-03T18:35:50.169Z | Checking twox-hash v1.6.2 |
| 2601 | 2022-05-03T18:35:50.589Z | Checking webpki v0.22.0 |
| 2602 | 2022-05-03T18:35:51.263Z | Checking sct v0.7.0 |
| 2603 | 2022-05-03T18:35:51.606Z | Checking webpki-roots v0.22.2 |
| 2604 | 2022-05-03T18:35:51.785Z | Checking spdm v0.1.0 (https://github.com/oxidecomputer/spdm?rev=9742f6e#9742f6ea) |
| 2605 | 2022-05-03T18:35:55.453Z | Compiling thiserror-impl v1.0.30 |
| 2606 | 2022-05-03T18:35:55.500Z | Compiling tokio-macros v1.7.0 |
| 2607 | 2022-05-03T18:35:55.652Z | Compiling futures-macro v0.3.21 |
| 2608 | 2022-05-03T18:35:55.776Z | Compiling tracing-attributes v0.1.20 |
| 2609 | 2022-05-03T18:35:55.811Z | Compiling schemars_derive v0.8.8 |
| 2610 | 2022-05-03T18:35:56.129Z | Compiling zerocopy-derive v0.2.0 |
| 2611 | 2022-05-03T18:35:58.018Z | Compiling pest_derive v2.1.0 |
| 2612 | 2022-05-03T18:35:59.877Z | Compiling async-stream-impl v0.3.3 |
| 2613 | 2022-05-03T18:35:59.934Z | Compiling structopt-derive v0.4.18 |
| 2614 | 2022-05-03T18:36:00.130Z | Compiling structmeta-derive v0.1.4 |
| 2615 | 2022-05-03T18:36:02.557Z | Compiling zeroize_derive v1.3.2 |
| 2616 | 2022-05-03T18:36:02.608Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2617 | 2022-05-03T18:36:02.977Z | Compiling enum-as-inner v0.4.0 |
| 2618 | 2022-05-03T18:36:03.293Z | Compiling zone_cfg_derive v0.1.2 |
| 2619 | 2022-05-03T18:36:04.161Z | Compiling diesel_derives v2.0.0-rc.0 |
| 2620 | 2022-05-03T18:36:04.495Z | Compiling clap_derive v3.1.7 |
| 2621 | 2022-05-03T18:36:05.259Z | Compiling strum_macros v0.23.1 |
| 2622 | 2022-05-03T18:36:05.284Z | Compiling snafu-derive v0.7.0 |
| 2623 | 2022-05-03T18:36:06.040Z | Compiling ref-cast-impl v1.0.6 |
| 2624 | 2022-05-03T18:36:06.278Z | Compiling oso-derive v0.26.0 |
| 2625 | 2022-05-03T18:36:06.615Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2626 | 2022-05-03T18:36:08.531Z | Compiling darling_macro v0.13.1 |
| 2627 | 2022-05-03T18:36:10.591Z | Compiling zerocopy v0.3.0 |
| 2628 | 2022-05-03T18:36:12.573Z | Checking thiserror v1.0.30 |
| 2629 | 2022-05-03T18:36:12.590Z | Checking async-stream v0.3.3 |
| 2630 | 2022-05-03T18:36:12.995Z | Checking tracing v0.1.32 |
| 2631 | 2022-05-03T18:36:13.078Z | Checking zeroize v1.3.0 |
| 2632 | 2022-05-03T18:36:13.093Z | Checking structopt v0.3.26 |
| 2633 | 2022-05-03T18:36:13.514Z | Compiling structmeta v0.1.4 |
| 2634 | 2022-05-03T18:36:13.816Z | Compiling darling v0.13.1 |
| 2635 | 2022-05-03T18:36:14.221Z | Compiling dof v0.1.5 |
| 2636 | 2022-05-03T18:36:14.449Z | Compiling dtrace-parser v0.1.12 |
| 2637 | 2022-05-03T18:36:15.932Z | Compiling rustfmt-wrapper v0.1.0 |
| 2638 | 2022-05-03T18:36:17.137Z | Checking smf v0.2.1 |
| 2639 | 2022-05-03T18:36:17.572Z | Checking zone v0.1.8 |
| 2640 | 2022-05-03T18:36:17.789Z | Checking crypto-bigint v0.2.11 |
| 2641 | 2022-05-03T18:36:18.091Z | Checking aes-gcm-siv v0.10.3 |
| 2642 | 2022-05-03T18:36:18.825Z | Compiling serde_with_macros v1.5.1 |
| 2643 | 2022-05-03T18:36:19.062Z | Compiling parse-display-derive v0.5.5 |
| 2644 | 2022-05-03T18:36:19.847Z | Checking snafu v0.7.0 |
| 2645 | 2022-05-03T18:36:20.123Z | Checking futures-executor v0.3.21 |
| 2646 | 2022-05-03T18:36:20.469Z | Checking elliptic-curve v0.10.6 |
| 2647 | 2022-05-03T18:36:20.746Z | Checking futures v0.3.21 |
| 2648 | 2022-05-03T18:36:21.608Z | Checking ecdsa v0.12.4 |
| 2649 | 2022-05-03T18:36:22.615Z | Checking p256 v0.9.0 |
| 2650 | 2022-05-03T18:36:24.437Z | Checking bytes v1.1.0 |
| 2651 | 2022-05-03T18:36:25.429Z | Checking serde_urlencoded v0.7.1 |
| 2652 | 2022-05-03T18:36:25.552Z | Checking toml v0.5.9 |
| 2653 | 2022-05-03T18:36:25.880Z | Checking ipnetwork v0.18.0 |
| 2654 | 2022-05-03T18:36:25.902Z | Checking macaddr v1.0.1 |
| 2655 | 2022-05-03T18:36:26.039Z | Checking serde_with v1.12.1 |
| 2656 | 2022-05-03T18:36:26.397Z | Checking bincode v1.3.3 |
| 2657 | 2022-05-03T18:36:26.601Z | Checking serde-big-array v0.3.3 |
| 2658 | 2022-05-03T18:36:26.692Z | Checking serde_cbor v0.11.2 |
| 2659 | 2022-05-03T18:36:26.728Z | Checking serde_plain v1.0.0 |
| 2660 | 2022-05-03T18:36:27.137Z | Checking parse-display v0.5.5 |
| 2661 | 2022-05-03T18:36:27.371Z | Checking tokio v1.17.0 |
| 2662 | 2022-05-03T18:36:27.440Z | Checking http v0.2.6 |
| 2663 | 2022-05-03T18:36:27.477Z | Checking postgres-protocol v0.6.3 |
| 2664 | 2022-05-03T18:36:28.128Z | Compiling serde_tokenstream v0.1.3 |
| 2665 | 2022-05-03T18:36:28.873Z | Checking petgraph v0.6.0 |
| 2666 | 2022-05-03T18:36:29.164Z | Checking clap v3.1.9 |
| 2667 | 2022-05-03T18:36:30.365Z | Checking fatfs v0.3.5 |
| 2668 | 2022-05-03T18:36:31.676Z | Checking openapiv3 v1.0.1 |
| 2669 | 2022-05-03T18:36:32.568Z | Checking slog-json v2.6.1 |
| 2670 | 2022-05-03T18:36:32.997Z | Checking diesel v2.0.0-rc.0 |
| 2671 | 2022-05-03T18:36:33.226Z | Checking olpc-cjson v0.1.1 |
| 2672 | 2022-05-03T18:36:33.641Z | Checking vsss-rs v2.0.0-pre0 |
| 2673 | 2022-05-03T18:36:33.775Z | Checking postgres-types v0.2.2 |
| 2674 | 2022-05-03T18:36:34.239Z | Compiling dropshot_endpoint v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394) |
| 2675 | 2022-05-03T18:36:34.367Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/src/authz/authz-macros) |
| 2676 | 2022-05-03T18:36:34.661Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/src/db/db-macros) |
| 2677 | 2022-05-03T18:36:34.786Z | Compiling petgraph v0.5.1 |
| 2678 | 2022-05-03T18:36:35.275Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2679 | 2022-05-03T18:36:38.203Z | Checking http-body v0.4.4 |
| 2680 | 2022-05-03T18:36:38.901Z | Checking headers-core v0.2.0 |
| 2681 | 2022-05-03T18:36:38.937Z | Checking slog-bunyan v2.4.0 |
| 2682 | 2022-05-03T18:36:39.303Z | Checking typify-impl v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98) |
| 2683 | 2022-05-03T18:36:39.324Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2684 | 2022-05-03T18:36:39.384Z | Compiling lalrpop v0.19.7 |
| 2685 | 2022-05-03T18:36:40.267Z | Checking tokio-util v0.6.9 |
| 2686 | 2022-05-03T18:36:40.856Z | Checking tokio-rustls v0.23.3 |
| 2687 | 2022-05-03T18:36:41.363Z | Checking tokio-native-tls v0.3.0 |
| 2688 | 2022-05-03T18:36:41.673Z | Checking backoff v0.4.0 |
| 2689 | 2022-05-03T18:36:41.870Z | Checking steno v0.1.0 (https://github.com/oxidecomputer/steno?branch=main#578498bb) |
| 2690 | 2022-05-03T18:36:42.082Z | Checking tokio-util v0.7.1 |
| 2691 | 2022-05-03T18:36:42.400Z | Checking trust-dns-proto v0.21.2 |
| 2692 | 2022-05-03T18:36:42.419Z | Checking bb8 v0.8.0 |
| 2693 | 2022-05-03T18:36:43.424Z | Checking headers v0.3.7 |
| 2694 | 2022-05-03T18:36:43.858Z | Compiling usdt-attr-macro v0.3.2 |
| 2695 | 2022-05-03T18:36:45.273Z | Compiling usdt-macro v0.3.2 |
| 2696 | 2022-05-03T18:36:45.985Z | Checking crucible-common v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2697 | 2022-05-03T18:36:46.940Z | Checking h2 v0.3.12 |
| 2698 | 2022-05-03T18:36:47.277Z | Checking tokio-postgres v0.7.5 |
| 2699 | 2022-05-03T18:36:48.008Z | Checking crucible-scope v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2700 | 2022-05-03T18:36:48.194Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2701 | 2022-05-03T18:36:48.415Z | Checking usdt v0.3.2 |
| 2702 | 2022-05-03T18:36:48.913Z | Checking trust-dns-client v0.21.1 |
| 2703 | 2022-05-03T18:36:51.347Z | Checking trust-dns-server v0.21.2 |
| 2704 | 2022-05-03T18:36:52.580Z | Compiling typify-macro v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98) |
| 2705 | 2022-05-03T18:36:56.521Z | Compiling typify v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98) |
| 2706 | 2022-05-03T18:36:56.850Z | Compiling progenitor-impl v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 2707 | 2022-05-03T18:36:58.362Z | Checking hyper v0.14.18 |
| 2708 | 2022-05-03T18:37:01.118Z | Compiling progenitor-macro v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 2709 | 2022-05-03T18:37:10.514Z | Checking hyper-rustls v0.23.0 |
| 2710 | 2022-05-03T18:37:10.520Z | Checking hyper-tls v0.5.0 |
| 2711 | 2022-05-03T18:37:11.194Z | Checking reqwest v0.11.10 |
| 2712 | 2022-05-03T18:37:14.215Z | Checking progenitor-client v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 2713 | 2022-05-03T18:37:14.221Z | Checking tough v0.12.1 |
| 2714 | 2022-05-03T18:37:14.789Z | Checking progenitor v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 2715 | 2022-05-03T18:37:15.244Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 2716 | 2022-05-03T18:37:15.250Z | Checking internal-dns-client v0.1.0 (/work/oxidecomputer/omicron/internal-dns-client) |
| 2717 | 2022-05-03T18:37:15.844Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2718 | 2022-05-03T18:37:16.205Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2719 | 2022-05-03T18:37:16.658Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2720 | 2022-05-03T18:37:17.042Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2721 | 2022-05-03T18:37:17.177Z | Compiling polar-core v0.26.0 |
| 2722 | 2022-05-03T18:37:21.030Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ec4f3a41a638ea6c3316a86f30f1895f4877f2ef#ec4f3a41) |
| 2723 | 2022-05-03T18:37:22.688Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
| 2724 | 2022-05-03T18:37:22.695Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
| 2725 | 2022-05-03T18:37:22.701Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
| 2726 | 2022-05-03T18:37:25.651Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2727 | 2022-05-03T18:37:25.657Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2728 | 2022-05-03T18:37:25.663Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2729 | 2022-05-03T18:37:32.887Z | Checking diesel-dtrace v0.1.0 (https://github.com/oxidecomputer/diesel-dtrace?rev=bec89c2f2b01a79ae99b4db667bfcea5fb2fef04#bec89c2f) |
| 2730 | 2022-05-03T18:37:32.894Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ab1f49e0b3f95557aa96bf593282199fafeef4bd#ab1f49e0) |
| 2731 | 2022-05-03T18:37:59.355Z | Checking oso v0.26.0 |
| 2732 | 2022-05-03T18:38:49.669Z | Finished release [optimized] target(s) in 4m 04s |
| 2733 | 2022-05-03T18:38:49.721Z | |
| 2734 | 2022-05-03T18:38:49.728Z | real 6:19.708258354 |
| 2735 | 2022-05-03T18:38:49.734Z | user 25:05.546470766 |
| 2736 | 2022-05-03T18:38:49.739Z | sys 4:21.659859199 |
| 2737 | 2022-05-03T18:38:49.745Z | trap 1.019011626 |
| 2738 | 2022-05-03T18:38:49.751Z | tflt 1.379880937 |
| 2739 | 2022-05-03T18:38:49.757Z | dflt 10.585278785 |
| 2740 | 2022-05-03T18:38:49.763Z | kflt 0.041034452 |
| 2741 | 2022-05-03T18:38:49.770Z | lock 1:17:27.085985386 |
| 2742 | 2022-05-03T18:38:49.775Z | slp 1:05:57.092947229 |
| 2743 | 2022-05-03T18:38:49.781Z | lat 53.022876440 |
| 2744 | 2022-05-03T18:38:49.787Z | stop 39.085619637 |
| 2745 | 2022-05-03T18:38:49.793Z | + banner test |
| 2746 | 2022-05-03T18:38:49.799Z | |
| 2747 | 2022-05-03T18:38:49.805Z | ##### ###### #### ##### |
| 2748 | 2022-05-03T18:38:49.869Z | # # # # |
| 2749 | 2022-05-03T18:38:49.875Z | # ##### #### # |
| 2750 | 2022-05-03T18:38:49.880Z | # # # # |
| 2751 | 2022-05-03T18:38:49.885Z | # # # # # |
| 2752 | 2022-05-03T18:38:49.891Z | # ###### #### # |
| 2753 | 2022-05-03T18:38:49.897Z | |
| 2754 | 2022-05-03T18:38:49.902Z | + ptime -m cargo +nightly-2022-04-27 test --workspace --locked --verbose |
| 2755 | 2022-05-03T18:38:50.523Z | Fresh version_check v0.9.4 |
| 2756 | 2022-05-03T18:38:50.529Z | Fresh autocfg v1.1.0 |
| 2757 | 2022-05-03T18:38:50.534Z | Fresh cc v1.0.73 |
| 2758 | 2022-05-03T18:38:50.540Z | Fresh pkg-config v0.3.24 |
| 2759 | 2022-05-03T18:38:50.546Z | Fresh cfg-if v1.0.0 |
| 2760 | 2022-05-03T18:38:50.552Z | Compiling syn v1.0.91 |
| 2761 | 2022-05-03T18:38:50.558Z | Fresh time-macros v0.2.4 |
| 2762 | 2022-05-03T18:38:50.564Z | 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,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -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` |
| 2763 | 2022-05-03T18:38:50.569Z | Fresh unicode-segmentation v1.9.0 |
| 2764 | 2022-05-03T18:38:50.575Z | Fresh paste v1.0.7 |
| 2765 | 2022-05-03T18:38:50.581Z | Fresh semver v0.1.20 |
| 2766 | 2022-05-03T18:38:50.588Z | Fresh ident_case v1.0.1 |
| 2767 | 2022-05-03T18:38:50.595Z | Fresh once_cell v1.10.0 |
| 2768 | 2022-05-03T18:38:50.601Z | Fresh itoa v1.0.1 |
| 2769 | 2022-05-03T18:38:50.607Z | Fresh smallvec v1.8.0 |
| 2770 | 2022-05-03T18:38:50.613Z | Fresh lazy_static v1.4.0 |
| 2771 | 2022-05-03T18:38:50.618Z | Fresh scopeguard v1.1.0 |
| 2772 | 2022-05-03T18:38:50.625Z | Fresh pin-project-lite v0.2.8 |
| 2773 | 2022-05-03T18:38:50.631Z | Fresh ryu v1.0.9 |
| 2774 | 2022-05-03T18:38:50.639Z | Fresh futures-sink v0.3.21 |
| 2775 | 2022-05-03T18:38:50.645Z | Fresh pin-utils v0.1.0 |
| 2776 | 2022-05-03T18:38:50.650Z | Fresh futures-io v0.3.21 |
| 2777 | 2022-05-03T18:38:50.656Z | Fresh slab v0.4.5 |
| 2778 | 2022-05-03T18:38:50.661Z | Fresh byteorder v1.4.3 |
| 2779 | 2022-05-03T18:38:50.668Z | Fresh bitflags v1.3.2 |
| 2780 | 2022-05-03T18:38:50.711Z | Fresh tinyvec_macros v0.1.0 |
| 2781 | 2022-05-03T18:38:50.720Z | Fresh fnv v1.0.7 |
| 2782 | 2022-05-03T18:38:50.727Z | Fresh base64 v0.13.0 |
| 2783 | 2022-05-03T18:38:50.733Z | Fresh untrusted v0.7.1 |
| 2784 | 2022-05-03T18:38:50.738Z | Fresh spin v0.5.2 |
| 2785 | 2022-05-03T18:38:50.744Z | Fresh ucd-trie v0.1.3 |
| 2786 | 2022-05-03T18:38:50.750Z | Fresh percent-encoding v2.1.0 |
| 2787 | 2022-05-03T18:38:50.756Z | Fresh unicode-bidi v0.3.7 |
| 2788 | 2022-05-03T18:38:50.761Z | Fresh matches v0.1.9 |
| 2789 | 2022-05-03T18:38:50.767Z | Fresh heck v0.4.0 |
| 2790 | 2022-05-03T18:38:50.773Z | Fresh unicode-xid v0.2.2 |
| 2791 | 2022-05-03T18:38:50.779Z | Fresh ppv-lite86 v0.2.16 |
| 2792 | 2022-05-03T18:38:50.784Z | Fresh regex-syntax v0.6.25 |
| 2793 | 2022-05-03T18:38:50.790Z | Fresh try-lock v0.2.3 |
| 2794 | 2022-05-03T18:38:50.796Z | Fresh dyn-clone v1.0.5 |
| 2795 | 2022-05-03T18:38:50.802Z | Fresh httpdate v1.0.2 |
| 2796 | 2022-05-03T18:38:50.808Z | Fresh remove_dir_all v0.5.3 |
| 2797 | 2022-05-03T18:38:50.814Z | Fresh foreign-types-shared v0.1.1 |
| 2798 | 2022-05-03T18:38:50.821Z | Fresh tower-service v0.3.1 |
| 2799 | 2022-05-03T18:38:50.827Z | Fresh num_threads v0.1.5 |
| 2800 | 2022-05-03T18:38:50.832Z | Fresh fastrand v1.7.0 |
| 2801 | 2022-05-03T18:38:50.838Z | Fresh ipnet v2.4.0 |
| 2802 | 2022-05-03T18:38:50.844Z | Fresh openssl-probe v0.1.5 |
| 2803 | 2022-05-03T18:38:50.849Z | Fresh vcpkg v0.2.15 |
| 2804 | 2022-05-03T18:38:50.855Z | Fresh unicode-width v0.1.9 |
| 2805 | 2022-05-03T18:38:50.860Z | Fresh mime v0.3.16 |
| 2806 | 2022-05-03T18:38:50.866Z | Fresh cpufeatures v0.2.2 |
| 2807 | 2022-05-03T18:38:50.873Z | Fresh same-file v1.0.6 |
| 2808 | 2022-05-03T18:38:50.878Z | Fresh home v0.5.3 |
| 2809 | 2022-05-03T18:38:50.884Z | Fresh take_mut v0.2.2 |
| 2810 | 2022-05-03T18:38:50.889Z | Fresh match_cfg v0.1.0 |
| 2811 | 2022-05-03T18:38:50.895Z | Fresh vec_map v0.8.2 |
| 2812 | 2022-05-03T18:38:50.901Z | Fresh ansi_term v0.12.1 |
| 2813 | 2022-05-03T18:38:50.907Z | Fresh convert_case v0.4.0 |
| 2814 | 2022-05-03T18:38:50.912Z | Fresh strsim v0.8.0 |
| 2815 | 2022-05-03T18:38:50.918Z | Fresh similar v2.1.0 |
| 2816 | 2022-05-03T18:38:50.924Z | Fresh newline-converter v0.2.0 |
| 2817 | 2022-05-03T18:38:50.930Z | Fresh fallible-iterator v0.2.0 |
| 2818 | 2022-05-03T18:38:50.936Z | Fresh siphasher v0.3.10 |
| 2819 | 2022-05-03T18:38:50.942Z | Fresh convert_case v0.5.0 |
| 2820 | 2022-05-03T18:38:50.948Z | Fresh fixedbitset v0.4.1 |
| 2821 | 2022-05-03T18:38:50.954Z | Fresh new_debug_unreachable v1.0.4 |
| 2822 | 2022-05-03T18:38:50.960Z | Fresh fixedbitset v0.2.0 |
| 2823 | 2022-05-03T18:38:50.966Z | Fresh subtle v2.4.1 |
| 2824 | 2022-05-03T18:38:50.972Z | Fresh precomputed-hash v0.1.1 |
| 2825 | 2022-05-03T18:38:50.978Z | Fresh bit-vec v0.6.3 |
| 2826 | 2022-05-03T18:38:50.983Z | Fresh diff v0.1.12 |
| 2827 | 2022-05-03T18:38:50.989Z | Fresh tap v1.0.1 |
| 2828 | 2022-05-03T18:38:50.996Z | Fresh unindent v0.1.8 |
| 2829 | 2022-05-03T18:38:51.002Z | Fresh opaque-debug v0.3.0 |
| 2830 | 2022-05-03T18:38:51.009Z | Fresh funty v1.2.0 |
| 2831 | 2022-05-03T18:38:51.015Z | Fresh array-init v2.0.0 |
| 2832 | 2022-05-03T18:38:51.020Z | Fresh const-oid v0.6.2 |
| 2833 | 2022-05-03T18:38:51.026Z | Fresh termcolor v1.1.3 |
| 2834 | 2022-05-03T18:38:51.033Z | Fresh static_assertions v1.1.0 |
| 2835 | 2022-05-03T18:38:51.040Z | Fresh fallible-streaming-iterator v0.1.9 |
| 2836 | 2022-05-03T18:38:51.046Z | Fresh os_str_bytes v6.0.0 |
| 2837 | 2022-05-03T18:38:51.052Z | Fresh textwrap v0.15.0 |
| 2838 | 2022-05-03T18:38:51.058Z | Fresh strsim v0.10.0 |
| 2839 | 2022-05-03T18:38:51.063Z | Fresh endian-type v0.1.2 |
| 2840 | 2022-05-03T18:38:51.069Z | Fresh linked-hash-map v0.5.4 |
| 2841 | 2022-05-03T18:38:51.075Z | Fresh arc-swap v1.5.0 |
| 2842 | 2022-05-03T18:38:51.081Z | Fresh adler v1.0.2 |
| 2843 | 2022-05-03T18:38:51.086Z | Fresh either v1.6.1 |
| 2844 | 2022-05-03T18:38:51.092Z | Fresh data-encoding v2.3.2 |
| 2845 | 2022-05-03T18:38:51.098Z | Fresh half v1.8.2 |
| 2846 | 2022-05-03T18:38:51.104Z | Fresh quick-error v1.2.3 |
| 2847 | 2022-05-03T18:38:51.110Z | Fresh humantime v2.1.0 |
| 2848 | 2022-05-03T18:38:51.131Z | Fresh predicates-core v1.0.3 |
| 2849 | 2022-05-03T18:38:51.138Z | Fresh difflib v0.4.0 |
| 2850 | 2022-05-03T18:38:51.143Z | Fresh number_prefix v0.4.0 |
| 2851 | 2022-05-03T18:38:51.150Z | Fresh plotters-backend v0.3.2 |
| 2852 | 2022-05-03T18:38:51.156Z | Fresh hex v0.4.3 |
| 2853 | 2022-05-03T18:38:51.162Z | Fresh normalize-line-endings v0.3.0 |
| 2854 | 2022-05-03T18:38:51.167Z | Fresh termtree v0.2.4 |
| 2855 | 2022-05-03T18:38:51.173Z | Fresh itoa v0.4.8 |
| 2856 | 2022-05-03T18:38:51.179Z | Fresh fragile v1.1.0 |
| 2857 | 2022-05-03T18:38:51.185Z | Fresh downcast v0.11.0 |
| 2858 | 2022-05-03T18:38:51.191Z | Fresh utf-8 v0.7.6 |
| 2859 | 2022-05-03T18:38:51.198Z | Fresh regex-automata v0.1.10 |
| 2860 | 2022-05-03T18:38:51.203Z | Fresh pretty-hex v0.3.0 |
| 2861 | 2022-05-03T18:38:51.209Z | Fresh lalrpop-util v0.19.7 |
| 2862 | 2022-05-03T18:38:51.215Z | Fresh oorandom v11.1.3 |
| 2863 | 2022-05-03T18:38:51.220Z | Fresh maplit v1.0.2 |
| 2864 | 2022-05-03T18:38:51.227Z | Fresh glob v0.3.0 |
| 2865 | 2022-05-03T18:38:51.232Z | Fresh instant v0.1.12 |
| 2866 | 2022-05-03T18:38:51.239Z | Fresh heck v0.3.3 |
| 2867 | 2022-05-03T18:38:51.245Z | Fresh rustc_version v0.1.7 |
| 2868 | 2022-05-03T18:38:51.250Z | Fresh thread_local v1.1.4 |
| 2869 | 2022-05-03T18:38:51.256Z | Fresh path-dedot v3.0.16 |
| 2870 | 2022-05-03T18:38:51.262Z | Fresh nibble_vec v0.1.0 |
| 2871 | 2022-05-03T18:38:51.268Z | Fresh lock_api v0.4.6 |
| 2872 | 2022-05-03T18:38:51.274Z | Fresh tracing-core v0.1.23 |
| 2873 | 2022-05-03T18:38:51.280Z | Fresh sharded-slab v0.1.4 |
| 2874 | 2022-05-03T18:38:51.286Z | Fresh tinyvec v1.5.1 |
| 2875 | 2022-05-03T18:38:51.291Z | Fresh rustls-pemfile v0.3.0 |
| 2876 | 2022-05-03T18:38:51.297Z | Fresh rustls-pemfile v1.0.0 |
| 2877 | 2022-05-03T18:38:51.303Z | Fresh fxhash v0.2.1 |
| 2878 | 2022-05-03T18:38:51.308Z | Fresh pem v1.0.2 |
| 2879 | 2022-05-03T18:38:51.314Z | Fresh pest v2.1.3 |
| 2880 | 2022-05-03T18:38:51.320Z | Fresh form_urlencoded v1.0.1 |
| 2881 | 2022-05-03T18:38:51.327Z | Fresh foreign-types v0.3.2 |
| 2882 | 2022-05-03T18:38:51.332Z | Fresh walkdir v2.3.2 |
| 2883 | 2022-05-03T18:38:51.338Z | Fresh textwrap v0.11.0 |
| 2884 | 2022-05-03T18:38:51.344Z | Fresh getopts v0.2.21 |
| 2885 | 2022-05-03T18:38:51.350Z | Fresh phf_shared v0.10.0 |
| 2886 | 2022-05-03T18:38:51.356Z | Fresh bit-set v0.5.2 |
| 2887 | 2022-05-03T18:38:51.369Z | Fresh wyz v0.4.0 |
| 2888 | 2022-05-03T18:38:51.380Z | Fresh indoc v1.0.4 |
| 2889 | 2022-05-03T18:38:51.386Z | Fresh ringbuffer v0.8.4 |
| 2890 | 2022-05-03T18:38:51.391Z | Fresh der v0.4.5 |
| 2891 | 2022-05-03T18:38:51.397Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2892 | 2022-05-03T18:38:51.403Z | Fresh clap_lex v0.1.1 |
| 2893 | 2022-05-03T18:38:51.409Z | Fresh lru-cache v0.1.2 |
| 2894 | 2022-05-03T18:38:51.415Z | Fresh itertools v0.10.3 |
| 2895 | 2022-05-03T18:38:51.421Z | Fresh plotters-svg v0.3.1 |
| 2896 | 2022-05-03T18:38:51.427Z | Fresh predicates-tree v1.0.5 |
| 2897 | 2022-05-03T18:38:51.433Z | Fresh libc v0.2.123 |
| 2898 | 2022-05-03T18:38:51.438Z | Fresh proc-macro2 v1.0.37 |
| 2899 | 2022-05-03T18:38:51.444Z | Fresh memchr v2.4.1 |
| 2900 | 2022-05-03T18:38:51.449Z | Fresh futures-core v0.3.21 |
| 2901 | 2022-05-03T18:38:51.455Z | Fresh typenum v1.15.0 |
| 2902 | 2022-05-03T18:38:51.461Z | Fresh futures-task v0.3.21 |
| 2903 | 2022-05-03T18:38:51.466Z | Fresh log v0.4.16 |
| 2904 | 2022-05-03T18:38:51.472Z | Fresh pest_meta v2.1.3 |
| 2905 | 2022-05-03T18:38:51.478Z | Fresh httparse v1.6.0 |
| 2906 | 2022-05-03T18:38:51.484Z | Fresh slog v2.7.0 |
| 2907 | 2022-05-03T18:38:51.490Z | Fresh anyhow v1.0.56 |
| 2908 | 2022-05-03T18:38:51.497Z | Fresh encoding_rs v0.8.30 |
| 2909 | 2022-05-03T18:38:51.502Z | Fresh rustversion v1.0.6 |
| 2910 | 2022-05-03T18:38:51.508Z | Fresh radix_trie v0.2.1 |
| 2911 | 2022-05-03T18:38:51.514Z | Fresh path-absolutize v3.0.12 |
| 2912 | 2022-05-03T18:38:51.519Z | Fresh unicode-normalization v0.1.19 |
| 2913 | 2022-05-03T18:38:51.525Z | Fresh semver-parser v0.10.2 |
| 2914 | 2022-05-03T18:38:51.531Z | Fresh tracing-subscriber v0.3.9 |
| 2915 | 2022-05-03T18:38:51.537Z | Fresh radium v0.6.2 |
| 2916 | 2022-05-03T18:38:51.543Z | Fresh crc32fast v1.3.2 |
| 2917 | 2022-05-03T18:38:51.548Z | Fresh phf v0.10.1 |
| 2918 | 2022-05-03T18:38:51.554Z | Fresh crunchy v0.2.2 |
| 2919 | 2022-05-03T18:38:51.560Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2920 | 2022-05-03T18:38:51.566Z | Fresh doc-comment v0.3.3 |
| 2921 | 2022-05-03T18:38:51.571Z | Fresh crossbeam-utils v0.8.8 |
| 2922 | 2022-05-03T18:38:51.577Z | Fresh spki v0.4.1 |
| 2923 | 2022-05-03T18:38:51.583Z | Fresh semver v1.0.6 |
| 2924 | 2022-05-03T18:38:51.589Z | Fresh terminal_size v0.1.17 |
| 2925 | 2022-05-03T18:38:51.598Z | Fresh getrandom v0.2.5 |
| 2926 | 2022-05-03T18:38:51.605Z | Fresh parking_lot_core v0.9.1 |
| 2927 | 2022-05-03T18:38:51.611Z | Fresh signal-hook-registry v1.4.0 |
| 2928 | 2022-05-03T18:38:51.617Z | Fresh num_cpus v1.13.1 |
| 2929 | 2022-05-03T18:38:51.622Z | Fresh socket2 v0.4.4 |
| 2930 | 2022-05-03T18:38:51.627Z | Fresh time v0.1.44 |
| 2931 | 2022-05-03T18:38:51.633Z | Fresh quote v1.0.18 |
| 2932 | 2022-05-03T18:38:51.646Z | Fresh atty v0.2.14 |
| 2933 | 2022-05-03T18:38:51.651Z | Fresh time v0.3.9 |
| 2934 | 2022-05-03T18:38:51.657Z | Fresh tempfile v3.3.0 |
| 2935 | 2022-05-03T18:38:51.663Z | Fresh thread-id v4.0.0 |
| 2936 | 2022-05-03T18:38:51.668Z | Fresh dirs-sys-next v0.1.2 |
| 2937 | 2022-05-03T18:38:51.673Z | Fresh parking_lot_core v0.8.5 |
| 2938 | 2022-05-03T18:38:51.679Z | Fresh hostname v0.3.1 |
| 2939 | 2022-05-03T18:38:51.692Z | Fresh filetime v0.2.15 |
| 2940 | 2022-05-03T18:38:51.725Z | Fresh xattr v0.2.2 |
| 2941 | 2022-05-03T18:38:51.732Z | Fresh rand v0.4.6 |
| 2942 | 2022-05-03T18:38:51.738Z | Fresh subprocess v0.2.8 |
| 2943 | 2022-05-03T18:38:51.744Z | Fresh num-traits v0.2.14 |
| 2944 | 2022-05-03T18:38:51.749Z | Fresh memoffset v0.6.5 |
| 2945 | 2022-05-03T18:38:51.755Z | Fresh aho-corasick v0.7.18 |
| 2946 | 2022-05-03T18:38:51.761Z | Fresh csv-core v0.1.10 |
| 2947 | 2022-05-03T18:38:51.786Z | Fresh unicase v2.6.0 |
| 2948 | 2022-05-03T18:38:51.793Z | Fresh futures-channel v0.3.21 |
| 2949 | 2022-05-03T18:38:51.798Z | Fresh miniz_oxide v0.4.4 |
| 2950 | 2022-05-03T18:38:51.804Z | Fresh generic-array v0.14.5 |
| 2951 | 2022-05-03T18:38:51.811Z | Fresh openssl-sys v0.9.72 |
| 2952 | 2022-05-03T18:38:51.817Z | Fresh mio v0.8.2 |
| 2953 | 2022-05-03T18:38:51.824Z | Fresh ring v0.16.20 |
| 2954 | 2022-05-03T18:38:51.830Z | Fresh want v0.3.0 |
| 2955 | 2022-05-03T18:38:51.836Z | Fresh ena v0.14.0 |
| 2956 | 2022-05-03T18:38:51.841Z | Fresh slog-scope v4.4.0 |
| 2957 | 2022-05-03T18:38:51.847Z | Fresh crossbeam-queue v0.3.5 |
| 2958 | 2022-05-03T18:38:51.853Z | Fresh idna v0.2.3 |
| 2959 | 2022-05-03T18:38:51.859Z | Fresh stringprep v0.1.2 |
| 2960 | 2022-05-03T18:38:51.865Z | Fresh semver v0.11.0 |
| 2961 | 2022-05-03T18:38:51.871Z | Fresh bitvec v0.22.3 |
| 2962 | 2022-05-03T18:38:51.877Z | Fresh libsqlite3-sys v0.24.1 |
| 2963 | 2022-05-03T18:38:51.884Z | Fresh tiny-keccak v2.0.2 |
| 2964 | 2022-05-03T18:38:51.892Z | Fresh proc-macro-error-attr v1.0.4 |
| 2965 | 2022-05-03T18:38:51.899Z | Fresh crossbeam-channel v0.5.4 |
| 2966 | 2022-05-03T18:38:51.906Z | Fresh pkcs8 v0.7.6 |
| 2967 | 2022-05-03T18:38:51.914Z | Fresh rustc_version v0.4.0 |
| 2968 | 2022-05-03T18:38:51.922Z | Fresh resolv-conf v0.7.0 |
| 2969 | 2022-05-03T18:38:51.928Z | Fresh parking_lot v0.12.0 |
| 2970 | 2022-05-03T18:38:51.936Z | Fresh ahash v0.7.6 |
| 2971 | 2022-05-03T18:38:51.945Z | Fresh rand_core v0.6.3 |
| 2972 | 2022-05-03T18:38:51.953Z | Fresh float-cmp v0.9.0 |
| 2973 | 2022-05-03T18:38:51.961Z | Fresh plotters v0.3.1 |
| 2974 | 2022-05-03T18:38:51.970Z | Fresh signal-hook v0.3.13 |
| 2975 | 2022-05-03T18:38:51.976Z | Fresh clap v2.34.0 |
| 2976 | 2022-05-03T18:38:51.983Z | Fresh cookie v0.16.0 |
| 2977 | 2022-05-03T18:38:51.989Z | Fresh dirs-next v2.0.0 |
| 2978 | 2022-05-03T18:38:51.995Z | Fresh parking_lot v0.11.2 |
| 2979 | 2022-05-03T18:38:52.002Z | Fresh tar v0.4.38 |
| 2980 | 2022-05-03T18:38:52.008Z | Fresh num-integer v0.1.44 |
| 2981 | 2022-05-03T18:38:52.014Z | Fresh crossbeam-epoch v0.9.8 |
| 2982 | 2022-05-03T18:38:52.019Z | Fresh tempdir v0.3.7 |
| 2983 | 2022-05-03T18:38:52.025Z | Fresh regex v1.5.5 |
| 2984 | 2022-05-03T18:38:52.032Z | Fresh flate2 v1.0.22 |
| 2985 | 2022-05-03T18:38:52.038Z | Fresh openssl v0.10.38 |
| 2986 | 2022-05-03T18:38:52.043Z | Fresh block-buffer v0.10.2 |
| 2987 | 2022-05-03T18:38:52.049Z | Fresh crypto-common v0.1.3 |
| 2988 | 2022-05-03T18:38:52.055Z | Fresh digest v0.9.0 |
| 2989 | 2022-05-03T18:38:52.061Z | Fresh cipher v0.3.0 |
| 2990 | 2022-05-03T18:38:52.067Z | Fresh universal-hash v0.4.1 |
| 2991 | 2022-05-03T18:38:52.073Z | Fresh block-buffer v0.9.0 |
| 2992 | 2022-05-03T18:38:52.079Z | Fresh crypto-mac v0.11.1 |
| 2993 | 2022-05-03T18:38:52.085Z | Fresh aead v0.4.3 |
| 2994 | 2022-05-03T18:38:52.091Z | Fresh webpki v0.22.0 |
| 2995 | 2022-05-03T18:38:52.097Z | Fresh sct v0.7.0 |
| 2996 | 2022-05-03T18:38:52.102Z | Fresh slog-stdlog v4.1.1 |
| 2997 | 2022-05-03T18:38:52.108Z | Fresh url v2.2.2 |
| 2998 | 2022-05-03T18:38:52.114Z | Fresh newtype_derive v0.1.6 |
| 2999 | 2022-05-03T18:38:52.120Z | Fresh serde_derive v1.0.136 |
| 3000 | 2022-05-03T18:38:52.126Z | Fresh tokio-macros v1.7.0 |
| 3001 | 2022-05-03T18:38:52.132Z | Fresh thiserror-impl v1.0.30 |
| 3002 | 2022-05-03T18:38:52.138Z | Fresh futures-macro v0.3.21 |
| 3003 | 2022-05-03T18:38:52.143Z | Fresh serde_derive_internals v0.25.0 |
| 3004 | 2022-05-03T18:38:52.149Z | Fresh synstructure v0.12.6 |
| 3005 | 2022-05-03T18:38:52.155Z | Fresh tracing-attributes v0.1.20 |
| 3006 | 2022-05-03T18:38:52.161Z | Fresh async-trait v0.1.53 |
| 3007 | 2022-05-03T18:38:52.167Z | Fresh pest_generator v2.1.3 |
| 3008 | 2022-05-03T18:38:52.174Z | Fresh proc-macro-error v1.0.4 |
| 3009 | 2022-05-03T18:38:52.179Z | Fresh async-stream-impl v0.3.3 |
| 3010 | 2022-05-03T18:38:52.186Z | Fresh darling_core v0.13.1 |
| 3011 | 2022-05-03T18:38:52.192Z | Fresh structmeta-derive v0.1.4 |
| 3012 | 2022-05-03T18:38:52.198Z | Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?branch=main#d98084b8) |
| 3013 | 2022-05-03T18:38:52.204Z | Fresh serde_repr v0.1.7 |
| 3014 | 2022-05-03T18:38:52.210Z | Fresh enum-as-inner v0.4.0 |
| 3015 | 2022-05-03T18:38:52.216Z | Fresh strum_macros v0.23.1 |
| 3016 | 2022-05-03T18:38:52.222Z | Fresh snafu-derive v0.7.0 |
| 3017 | 2022-05-03T18:38:52.228Z | Fresh impl-trait-for-tuples v0.2.2 |
| 3018 | 2022-05-03T18:38:52.233Z | Fresh oso-derive v0.26.0 |
| 3019 | 2022-05-03T18:38:52.240Z | Fresh slog-async v2.7.0 |
| 3020 | 2022-05-03T18:38:52.246Z | Fresh ref-cast-impl v1.0.6 |
| 3021 | 2022-05-03T18:38:52.252Z | Fresh mockall_derive v0.11.0 |
| 3022 | 2022-05-03T18:38:52.258Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3023 | 2022-05-03T18:38:52.264Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3024 | 2022-05-03T18:38:52.270Z | Fresh string_cache v0.8.3 |
| 3025 | 2022-05-03T18:38:52.276Z | Running `rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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` |
| 3026 | 2022-05-03T18:38:52.282Z | Running `rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3027 | 2022-05-03T18:38:52.288Z | Fresh hashbrown v0.11.2 |
| 3028 | 2022-05-03T18:38:52.294Z | Fresh rand_chacha v0.3.1 |
| 3029 | 2022-05-03T18:38:52.300Z | Fresh ff v0.10.1 |
| 3030 | 2022-05-03T18:38:52.306Z | Fresh term v0.7.0 |
| 3031 | 2022-05-03T18:38:52.312Z | Fresh console v0.15.0 |
| 3032 | 2022-05-03T18:38:52.318Z | Fresh crossbeam-deque v0.8.1 |
| 3033 | 2022-05-03T18:38:52.323Z | Fresh scheduled-thread-pool v0.2.5 |
| 3034 | 2022-05-03T18:38:52.330Z | Fresh predicates v2.1.1 |
| 3035 | 2022-05-03T18:38:52.336Z | Fresh sled v0.34.7 |
| 3036 | 2022-05-03T18:38:52.342Z | Fresh toolchain_find v0.2.0 |
| 3037 | 2022-05-03T18:38:52.348Z | Fresh env_logger v0.9.0 |
| 3038 | 2022-05-03T18:38:52.354Z | Fresh digest v0.10.3 |
| 3039 | 2022-05-03T18:38:52.360Z | Fresh native-tls v0.2.8 |
| 3040 | 2022-05-03T18:38:52.366Z | Fresh aes v0.7.5 |
| 3041 | 2022-05-03T18:38:52.371Z | Fresh ctr v0.8.0 |
| 3042 | 2022-05-03T18:38:52.378Z | Fresh signature v1.3.2 |
| 3043 | 2022-05-03T18:38:52.384Z | Fresh rustls v0.20.4 |
| 3044 | 2022-05-03T18:38:52.390Z | Fresh webpki-roots v0.22.2 |
| 3045 | 2022-05-03T18:38:52.396Z | Fresh polyval v0.5.3 |
| 3046 | 2022-05-03T18:38:52.401Z | Fresh hmac v0.11.0 |
| 3047 | 2022-05-03T18:38:52.422Z | Fresh sha2 v0.9.9 |
| 3048 | 2022-05-03T18:38:52.428Z | Fresh schemars_derive v0.8.8 |
| 3049 | 2022-05-03T18:38:52.434Z | Fresh zerocopy-derive v0.2.0 |
| 3050 | 2022-05-03T18:38:52.439Z | Fresh serde v1.0.136 |
| 3051 | 2022-05-03T18:38:52.445Z | Fresh thiserror v1.0.30 |
| 3052 | 2022-05-03T18:38:52.451Z | Fresh futures-util v0.3.21 |
| 3053 | 2022-05-03T18:38:52.457Z | Fresh tracing v0.1.32 |
| 3054 | 2022-05-03T18:38:52.462Z | Fresh zeroize_derive v1.3.2 |
| 3055 | 2022-05-03T18:38:52.468Z | Fresh pest_derive v2.1.0 |
| 3056 | 2022-05-03T18:38:52.474Z | Fresh structopt-derive v0.4.18 |
| 3057 | 2022-05-03T18:38:52.480Z | Fresh darling_macro v0.13.1 |
| 3058 | 2022-05-03T18:38:52.486Z | Fresh structmeta v0.1.4 |
| 3059 | 2022-05-03T18:38:52.491Z | Fresh async-stream v0.3.3 |
| 3060 | 2022-05-03T18:38:52.497Z | Fresh zone_cfg_derive v0.1.2 |
| 3061 | 2022-05-03T18:38:52.502Z | Fresh clap_derive v3.1.7 |
| 3062 | 2022-05-03T18:38:52.508Z | Fresh diesel_derives v2.0.0-rc.0 |
| 3063 | 2022-05-03T18:38:52.513Z | Fresh serial_test_derive v0.6.0 |
| 3064 | 2022-05-03T18:38:52.518Z | Fresh snafu v0.7.0 |
| 3065 | 2022-05-03T18:38:52.524Z | Fresh ref-cast v1.0.6 |
| 3066 | 2022-05-03T18:38:52.530Z | Fresh ascii-canvas v3.0.0 |
| 3067 | 2022-05-03T18:38:52.535Z | Fresh rand v0.8.5 |
| 3068 | 2022-05-03T18:38:52.541Z | Fresh slog-term v2.9.0 |
| 3069 | 2022-05-03T18:38:52.546Z | Fresh hashlink v0.7.0 |
| 3070 | 2022-05-03T18:38:52.552Z | Fresh group v0.10.0 |
| 3071 | 2022-05-03T18:38:52.558Z | Fresh expectorate v1.0.5 |
| 3072 | 2022-05-03T18:38:52.563Z | Fresh rayon-core v1.9.2 |
| 3073 | 2022-05-03T18:38:52.569Z | Fresh r2d2 v0.8.9 |
| 3074 | 2022-05-03T18:38:52.575Z | Fresh crossbeam v0.8.1 |
| 3075 | 2022-05-03T18:38:52.580Z | Fresh mockall v0.11.0 |
| 3076 | 2022-05-03T18:38:52.594Z | Fresh mime_guess v2.0.4 |
| 3077 | 2022-05-03T18:38:52.600Z | Fresh md-5 v0.10.1 |
| 3078 | 2022-05-03T18:38:52.606Z | Fresh hmac v0.12.1 |
| 3079 | 2022-05-03T18:38:52.612Z | Fresh sha2 v0.10.2 |
| 3080 | 2022-05-03T18:38:52.617Z | Fresh sha-1 v0.10.0 |
| 3081 | 2022-05-03T18:38:52.622Z | Fresh serde_tokenstream v0.1.3 |
| 3082 | 2022-05-03T18:38:52.628Z | Fresh bytes v1.1.0 |
| 3083 | 2022-05-03T18:38:52.634Z | Fresh serde_json v1.0.79 |
| 3084 | 2022-05-03T18:38:52.640Z | Fresh chrono v0.4.19 |
| 3085 | 2022-05-03T18:38:52.645Z | Fresh uuid v0.8.2 |
| 3086 | 2022-05-03T18:38:52.651Z | Fresh indexmap v1.8.1 |
| 3087 | 2022-05-03T18:38:52.657Z | Fresh serde_urlencoded v0.7.1 |
| 3088 | 2022-05-03T18:38:52.662Z | Fresh zerocopy v0.3.0 |
| 3089 | 2022-05-03T18:38:52.668Z | Fresh toml v0.5.9 |
| 3090 | 2022-05-03T18:38:52.673Z | Fresh ipnetwork v0.18.0 |
| 3091 | 2022-05-03T18:38:52.678Z | Fresh macaddr v1.0.1 |
| 3092 | 2022-05-03T18:38:52.684Z | Fresh bincode v1.3.3 |
| 3093 | 2022-05-03T18:38:52.690Z | Fresh serde_cbor v0.11.2 |
| 3094 | 2022-05-03T18:38:52.695Z | Fresh serde-big-array v0.3.3 |
| 3095 | 2022-05-03T18:38:52.701Z | Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?branch=main#d98084b8) |
| 3096 | 2022-05-03T18:38:52.706Z | Fresh bstr v0.2.17 |
| 3097 | 2022-05-03T18:38:52.712Z | Fresh serde_plain v1.0.0 |
| 3098 | 2022-05-03T18:38:52.717Z | Fresh futures-executor v0.3.21 |
| 3099 | 2022-05-03T18:38:52.723Z | Fresh rustfmt-wrapper v0.1.0 |
| 3100 | 2022-05-03T18:38:52.751Z | Fresh smf v0.2.1 |
| 3101 | 2022-05-03T18:38:52.757Z | Fresh zeroize v1.3.0 |
| 3102 | 2022-05-03T18:38:52.763Z | Fresh darling v0.13.1 |
| 3103 | 2022-05-03T18:38:52.769Z | Fresh parse-display-derive v0.5.5 |
| 3104 | 2022-05-03T18:38:52.775Z | Fresh dtrace-parser v0.1.12 |
| 3105 | 2022-05-03T18:38:52.781Z | Fresh structopt v0.3.26 |
| 3106 | 2022-05-03T18:38:52.787Z | Fresh zone v0.1.8 |
| 3107 | 2022-05-03T18:38:52.792Z | Fresh portpicker v0.1.1 |
| 3108 | 2022-05-03T18:38:52.798Z | Fresh serial_test v0.6.0 |
| 3109 | 2022-05-03T18:38:52.804Z | Fresh cast v0.2.7 |
| 3110 | 2022-05-03T18:38:52.810Z | Fresh rusqlite v0.27.0 |
| 3111 | 2022-05-03T18:38:52.816Z | Fresh twox-hash v1.6.2 |
| 3112 | 2022-05-03T18:38:52.822Z | Fresh spdm v0.1.0 (https://github.com/oxidecomputer/spdm?rev=9742f6e#9742f6ea) |
| 3113 | 2022-05-03T18:38:52.827Z | Fresh slog-envlogger v2.2.0 |
| 3114 | 2022-05-03T18:38:52.833Z | Fresh rayon v1.5.2 |
| 3115 | 2022-05-03T18:38:52.839Z | Fresh dropshot_endpoint v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394) |
| 3116 | 2022-05-03T18:38:52.845Z | Fresh tinytemplate v1.2.1 |
| 3117 | 2022-05-03T18:38:52.851Z | Fresh petgraph v0.5.1 |
| 3118 | 2022-05-03T18:38:52.857Z | Fresh trybuild v1.0.59 |
| 3119 | 2022-05-03T18:38:52.863Z | Fresh csv v1.1.6 |
| 3120 | 2022-05-03T18:38:52.869Z | Fresh tokio v1.17.0 |
| 3121 | 2022-05-03T18:38:52.874Z | Fresh http v0.2.6 |
| 3122 | 2022-05-03T18:38:52.880Z | Fresh postgres-protocol v0.6.3 |
| 3123 | 2022-05-03T18:38:52.886Z | Fresh schemars v0.8.8 |
| 3124 | 2022-05-03T18:38:52.892Z | Fresh openapiv3 v1.0.1 |
| 3125 | 2022-05-03T18:38:52.897Z | Fresh slog-json v2.6.1 |
| 3126 | 2022-05-03T18:38:52.903Z | Fresh petgraph v0.6.0 |
| 3127 | 2022-05-03T18:38:52.909Z | Fresh clap v3.1.9 |
| 3128 | 2022-05-03T18:38:52.914Z | Fresh olpc-cjson v0.1.1 |
| 3129 | 2022-05-03T18:38:52.920Z | Fresh fatfs v0.3.5 |
| 3130 | 2022-05-03T18:38:52.927Z | Fresh dof v0.1.5 |
| 3131 | 2022-05-03T18:38:52.932Z | Fresh diesel v2.0.0-rc.0 |
| 3132 | 2022-05-03T18:38:52.938Z | Fresh globset v0.4.8 |
| 3133 | 2022-05-03T18:38:52.944Z | Fresh futures v0.3.21 |
| 3134 | 2022-05-03T18:38:52.950Z | Fresh crypto-bigint v0.2.11 |
| 3135 | 2022-05-03T18:38:52.956Z | Fresh aes-gcm-siv v0.10.3 |
| 3136 | 2022-05-03T18:38:52.962Z | Fresh vsss-rs v2.0.0-pre0 |
| 3137 | 2022-05-03T18:38:52.968Z | Fresh serde_with_macros v1.5.1 |
| 3138 | 2022-05-03T18:38:52.974Z | Fresh parse-display v0.5.5 |
| 3139 | 2022-05-03T18:38:52.979Z | Fresh criterion-plot v0.4.4 |
| 3140 | 2022-05-03T18:38:52.985Z | Fresh indicatif v0.16.2 |
| 3141 | 2022-05-03T18:38:52.991Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3142 | 2022-05-03T18:38:52.996Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/src/db/db-macros) |
| 3143 | 2022-05-03T18:38:53.002Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/src/authz/authz-macros) |
| 3144 | 2022-05-03T18:38:53.008Z | Fresh openapi-lint v0.1.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#9e3ada82) |
| 3145 | 2022-05-03T18:38:53.013Z | Fresh lalrpop v0.19.7 |
| 3146 | 2022-05-03T18:38:53.020Z | Fresh gateway-messages v0.1.0 (/work/oxidecomputer/omicron/gateway-messages) |
| 3147 | 2022-05-03T18:38:53.040Z | Fresh tokio-util v0.6.9 |
| 3148 | 2022-05-03T18:38:53.046Z | Fresh http-body v0.4.4 |
| 3149 | 2022-05-03T18:38:53.052Z | Fresh tokio-rustls v0.23.3 |
| 3150 | 2022-05-03T18:38:53.058Z | Fresh tokio-native-tls v0.3.0 |
| 3151 | 2022-05-03T18:38:53.064Z | Fresh postgres-types v0.2.2 |
| 3152 | 2022-05-03T18:38:53.070Z | Fresh backoff v0.4.0 |
| 3153 | 2022-05-03T18:38:53.076Z | Fresh tokio-util v0.7.1 |
| 3154 | 2022-05-03T18:38:53.081Z | Fresh trust-dns-proto v0.21.2 |
| 3155 | 2022-05-03T18:38:53.087Z | Fresh tungstenite v0.17.2 |
| 3156 | 2022-05-03T18:38:53.093Z | Fresh tokio-stream v0.1.8 |
| 3157 | 2022-05-03T18:38:53.099Z | Fresh headers-core v0.2.0 |
| 3158 | 2022-05-03T18:38:53.104Z | Fresh bb8 v0.8.0 |
| 3159 | 2022-05-03T18:38:53.110Z | Fresh signal-hook-tokio v0.3.1 |
| 3160 | 2022-05-03T18:38:53.116Z | Fresh slog-bunyan v2.4.0 |
| 3161 | 2022-05-03T18:38:53.122Z | Fresh steno v0.1.0 (https://github.com/oxidecomputer/steno?branch=main#578498bb) |
| 3162 | 2022-05-03T18:38:53.128Z | Fresh serde_with v1.12.1 |
| 3163 | 2022-05-03T18:38:53.134Z | Fresh elliptic-curve v0.10.6 |
| 3164 | 2022-05-03T18:38:53.140Z | Fresh criterion v0.3.5 |
| 3165 | 2022-05-03T18:38:53.145Z | Fresh trust-dns-resolver v0.21.2 |
| 3166 | 2022-05-03T18:38:53.151Z | Fresh typify-macro v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98) |
| 3167 | 2022-05-03T18:38:53.157Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3168 | 2022-05-03T18:38:53.162Z | Fresh usdt-macro v0.3.2 |
| 3169 | 2022-05-03T18:38:53.169Z | Fresh usdt-attr-macro v0.3.2 |
| 3170 | 2022-05-03T18:38:53.175Z | Fresh h2 v0.3.12 |
| 3171 | 2022-05-03T18:38:53.181Z | Fresh crucible-common v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 3172 | 2022-05-03T18:38:53.187Z | Fresh tokio-postgres v0.7.5 |
| 3173 | 2022-05-03T18:38:53.193Z | Fresh crucible-scope v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 3174 | 2022-05-03T18:38:53.198Z | Fresh trust-dns-client v0.21.1 |
| 3175 | 2022-05-03T18:38:53.204Z | Fresh tokio-tungstenite v0.17.1 |
| 3176 | 2022-05-03T18:38:53.210Z | Fresh headers v0.3.7 |
| 3177 | 2022-05-03T18:38:53.216Z | Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ab1f49e0b3f95557aa96bf593282199fafeef4bd#ab1f49e0) |
| 3178 | 2022-05-03T18:38:53.222Z | Fresh ecdsa v0.12.4 |
| 3179 | 2022-05-03T18:38:53.228Z | Fresh hyper v0.14.18 |
| 3180 | 2022-05-03T18:38:53.234Z | Fresh crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 3181 | 2022-05-03T18:38:53.240Z | Fresh trust-dns-server v0.21.2 |
| 3182 | 2022-05-03T18:38:53.246Z | Fresh httptest v0.15.4 |
| 3183 | 2022-05-03T18:38:53.251Z | Fresh p256 v0.9.0 |
| 3184 | 2022-05-03T18:38:53.257Z | Fresh hyper-tls v0.5.0 |
| 3185 | 2022-05-03T18:38:53.264Z | Fresh hyper-rustls v0.23.0 |
| 3186 | 2022-05-03T18:38:53.270Z | Fresh polar-core v0.26.0 |
| 3187 | 2022-05-03T18:38:53.276Z | Fresh progenitor-macro v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 3188 | 2022-05-03T18:38:53.281Z | Fresh reqwest v0.11.10 |
| 3189 | 2022-05-03T18:38:53.287Z | Fresh omicron-zone-package v0.2.1 |
| 3190 | 2022-05-03T18:38:53.293Z | Fresh oso v0.26.0 |
| 3191 | 2022-05-03T18:38:53.299Z | Fresh progenitor-client v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 3192 | 2022-05-03T18:38:53.305Z | Fresh tough v0.12.1 |
| 3193 | 2022-05-03T18:38:53.311Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-735a56f4f10166bc/build-script-build` |
| 3194 | 2022-05-03T18:38:53.317Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -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` |
| 3195 | 2022-05-03T18:38:53.323Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="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` |
| 3196 | 2022-05-03T18:38:59.195Z | Compiling usdt-impl v0.3.2 |
| 3197 | 2022-05-03T18:38:59.201Z | Compiling typify-impl v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98) |
| 3198 | 2022-05-03T18:38:59.207Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' -C metadata=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 --cfg usdt_stable_asm` |
| 3199 | 2022-05-03T18:38:59.213Z | 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,future-incompat --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` |
| 3200 | 2022-05-03T18:38:59.272Z | 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,future-incompat --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 --cfg usdt_stable_asm` |
| 3201 | 2022-05-03T18:38:59.278Z | 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,future-incompat --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` |
| 3202 | 2022-05-03T18:39:00.620Z | Compiling usdt v0.3.2 |
| 3203 | 2022-05-03T18:39:00.626Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=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` |
| 3204 | 2022-05-03T18:39:00.698Z | 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,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=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` |
| 3205 | 2022-05-03T18:39:01.389Z | Compiling dropshot v0.6.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#da09c394) |
| 3206 | 2022-05-03T18:39:01.396Z | 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,future-incompat --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 --cfg usdt_stable_asm -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out` |
| 3207 | 2022-05-03T18:39:01.459Z | Compiling slog-dtrace v0.2.1 |
| 3208 | 2022-05-03T18:39:01.465Z | 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,future-incompat --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 --cfg usdt_stable_asm` |
| 3209 | 2022-05-03T18:39:02.786Z | Compiling diesel-dtrace v0.1.0 (https://github.com/oxidecomputer/diesel-dtrace?rev=bec89c2f2b01a79ae99b4db667bfcea5fb2fef04#bec89c2f) |
| 3210 | 2022-05-03T18:39:02.792Z | Running `rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/bec89c2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=05d845b4d2aa90a1 -C extra-filename=-05d845b4d2aa90a1 --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-93e5d0e0a1878897.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-756506ef51dfb6af.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` |
| 3211 | 2022-05-03T18:39:03.365Z | 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,future-incompat --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 --cfg usdt_stable_asm -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out` |
| 3212 | 2022-05-03T18:39:04.017Z | 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,future-incompat --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 --cfg usdt_stable_asm` |
| 3213 | 2022-05-03T18:39:04.273Z | Running `rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/bec89c2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d6263af57fddd1c8 -C extra-filename=-d6263af57fddd1c8 --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-a83cea667d281567.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-e698df25da0759aa.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` |
| 3214 | 2022-05-03T18:39:05.303Z | Compiling typify v0.0.6-dev (https://github.com/oxidecomputer/typify#6617df98) |
| 3215 | 2022-05-03T18:39:05.311Z | 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,future-incompat --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` |
| 3216 | 2022-05-03T18:39:05.507Z | 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,future-incompat --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` |
| 3217 | 2022-05-03T18:39:05.782Z | Compiling progenitor-impl v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 3218 | 2022-05-03T18:39:05.790Z | 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,future-incompat --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` |
| 3219 | 2022-05-03T18:39:05.961Z | 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,future-incompat --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` |
| 3220 | 2022-05-03T18:39:11.081Z | Compiling progenitor v0.0.0 (https://github.com/oxidecomputer/progenitor#bbf81dfe) |
| 3221 | 2022-05-03T18:39:11.088Z | 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,future-incompat --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` |
| 3222 | 2022-05-03T18:39:11.698Z | 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,future-incompat --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` |
| 3223 | 2022-05-03T18:39:12.391Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 3224 | 2022-05-03T18:39:12.397Z | 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,future-incompat --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 --cfg usdt_stable_asm -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64` |
| 3225 | 2022-05-03T18:39:13.511Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3226 | 2022-05-03T18:39:13.519Z | Running `rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3227 | 2022-05-03T18:39:14.989Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3228 | 2022-05-03T18:39:14.996Z | Running `rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=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` |
| 3229 | 2022-05-03T18:39:15.279Z | 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,future-incompat --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 --cfg usdt_stable_asm -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-ac6ac2a5559bb77a/out -L native=/usr/lib/amd64` |
| 3230 | 2022-05-03T18:39:15.780Z | Running `rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3231 | 2022-05-03T18:39:16.596Z | Running `rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=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` |
| 3232 | 2022-05-03T18:39:17.744Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3233 | 2022-05-03T18:39:17.751Z | Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -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` |
| 3234 | 2022-05-03T18:39:19.297Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=257032d1e842901d427f344a396d78b9b85b183f#257032d1) |
| 3235 | 2022-05-03T18:39:19.304Z | 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,future-incompat --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` |
| 3236 | 2022-05-03T18:39:19.495Z | Compiling internal-dns-client v0.1.0 (/work/oxidecomputer/omicron/internal-dns-client) |
| 3237 | 2022-05-03T18:39:19.504Z | Running `rustc --crate-name internal_dns_client --edition=2021 internal-dns-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3238 | 2022-05-03T18:39:19.603Z | Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3239 | 2022-05-03T18:39:21.777Z | 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,future-incompat --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` |
| 3240 | 2022-05-03T18:39:22.443Z | Running `rustc --crate-name internal_dns_client --edition=2021 internal-dns-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3241 | 2022-05-03T18:39:24.909Z | Running `rustc --crate-name internal_dns_client --edition=2021 internal-dns-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3242 | 2022-05-03T18:39:24.988Z | Running `rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=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` |
| 3243 | 2022-05-03T18:39:27.446Z | Running `rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -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` |
| 3244 | 2022-05-03T18:39:31.399Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ec4f3a41a638ea6c3316a86f30f1895f4877f2ef#ec4f3a41) |
| 3245 | 2022-05-03T18:39:31.406Z | 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,future-incompat --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` |
| 3246 | 2022-05-03T18:39:32.386Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 3247 | 2022-05-03T18:39:32.394Z | Running `rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3248 | 2022-05-03T18:39:34.224Z | 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,future-incompat --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` |
| 3249 | 2022-05-03T18:39:35.395Z | Running `rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3250 | 2022-05-03T18:39:36.215Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
| 3251 | 2022-05-03T18:39:36.221Z | Running `rustc --crate-name nexus_client --edition=2021 nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3252 | 2022-05-03T18:39:36.752Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
| 3253 | 2022-05-03T18:39:36.758Z | Running `rustc --crate-name sled_agent_client --edition=2021 sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3254 | 2022-05-03T18:39:40.226Z | Compiling gateway-sp-comms v0.1.0 (/work/oxidecomputer/omicron/gateway-sp-comms) |
| 3255 | 2022-05-03T18:39:40.233Z | Running `rustc --crate-name gateway_sp_comms --edition=2018 gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3256 | 2022-05-03T18:39:44.097Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
| 3257 | 2022-05-03T18:39:44.104Z | Running `rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3258 | 2022-05-03T18:39:44.311Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3259 | 2022-05-03T18:39:44.320Z | Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3260 | 2022-05-03T18:39:46.107Z | Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3261 | 2022-05-03T18:39:46.437Z | Running `rustc --crate-name nexus_client --edition=2021 nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3262 | 2022-05-03T18:39:48.685Z | Running `rustc --crate-name sled_agent_client --edition=2021 sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3263 | 2022-05-03T18:39:50.436Z | Running `rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3264 | 2022-05-03T18:39:50.771Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3265 | 2022-05-03T18:39:50.778Z | Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3266 | 2022-05-03T18:39:52.948Z | Running `rustc --crate-name gateway_sp_comms --edition=2018 gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3267 | 2022-05-03T18:39:53.929Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
| 3268 | 2022-05-03T18:39:53.940Z | Running `rustc --crate-name gateway_client --edition=2021 gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3269 | 2022-05-03T18:39:54.469Z | Running `rustc --crate-name gateway_client --edition=2021 gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3270 | 2022-05-03T18:39:56.115Z | Running `rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3271 | 2022-05-03T18:39:57.350Z | Running `rustc --crate-name sled_agent_client --edition=2021 sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3272 | 2022-05-03T18:39:59.608Z | Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3273 | 2022-05-03T18:40:00.524Z | Running `rustc --crate-name nexus_client --edition=2021 nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3274 | 2022-05-03T18:40:04.635Z | Running `rustc --crate-name oximeter_client --edition=2021 oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3275 | 2022-05-03T18:40:04.870Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3276 | 2022-05-03T18:40:04.878Z | Running `rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3277 | 2022-05-03T18:40:05.059Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3278 | 2022-05-03T18:40:05.066Z | Running `rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3279 | 2022-05-03T18:40:07.766Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3280 | 2022-05-03T18:40:07.772Z | Running `rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3281 | 2022-05-03T18:40:08.792Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3282 | 2022-05-03T18:40:08.799Z | Running `rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3283 | 2022-05-03T18:40:09.145Z | Running `rustc --crate-name apigen --edition=2021 internal-dns/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3284 | 2022-05-03T18:40:11.009Z | Running `rustc --crate-name dnsadm --edition=2021 internal-dns/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3285 | 2022-05-03T18:40:11.851Z | Running `rustc --crate-name dns_server --edition=2021 internal-dns/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3286 | 2022-05-03T18:40:14.170Z | Running `rustc --crate-name omicron_dev --edition=2021 test-utils/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3287 | 2022-05-03T18:40:24.810Z | Running `rustc --crate-name gateway_sp_comms --edition=2018 gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3288 | 2022-05-03T18:40:33.022Z | Running `rustc --crate-name openapi_test --edition=2021 internal-dns/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3289 | 2022-05-03T18:40:34.875Z | Running `rustc --crate-name test_omicron_dev --edition=2021 test-utils/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3290 | 2022-05-03T18:40:39.781Z | Running `rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3291 | 2022-05-03T18:40:41.234Z | Running `rustc --crate-name dns_server --edition=2021 internal-dns/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3292 | 2022-05-03T18:40:43.813Z | Running `rustc --crate-name basic_test --edition=2021 internal-dns/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3293 | 2022-05-03T18:40:44.680Z | Running `rustc --crate-name omicron_dev --edition=2021 test-utils/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3294 | 2022-05-03T18:40:45.719Z | Running `rustc --crate-name dnsadm --edition=2021 internal-dns/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3295 | 2022-05-03T18:40:48.216Z | Running `rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3296 | 2022-05-03T18:40:49.150Z | Running `rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3297 | 2022-05-03T18:40:54.420Z | Running `rustc --crate-name apigen --edition=2021 internal-dns/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3298 | 2022-05-03T18:40:57.928Z | Running `rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3299 | 2022-05-03T18:41:01.112Z | Running `rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3300 | 2022-05-03T18:41:03.199Z | Running `rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3301 | 2022-05-03T18:41:05.933Z | Running `rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3302 | 2022-05-03T18:41:08.744Z | Running `rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3303 | 2022-05-03T18:41:10.604Z | Running `rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3304 | 2022-05-03T18:41:11.004Z | Running `rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3305 | 2022-05-03T18:41:14.553Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3306 | 2022-05-03T18:41:14.559Z | Running `rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3307 | 2022-05-03T18:41:17.633Z | Running `rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3308 | 2022-05-03T18:41:19.244Z | Running `rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3309 | 2022-05-03T18:41:20.395Z | Running `rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3310 | 2022-05-03T18:41:24.969Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3311 | 2022-05-03T18:41:24.979Z | Running `rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=3589357780b24fc7 -C extra-filename=-3589357780b24fc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-65873f712f907d7c.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-93e5d0e0a1878897.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-05d845b4d2aa90a1.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` |
| 3312 | 2022-05-03T18:41:43.139Z | Running `rustc --crate-name gateway --edition=2021 gateway/src/bin/gateway.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3313 | 2022-05-03T18:41:46.925Z | Running `rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3314 | 2022-05-03T18:41:48.222Z | Running `rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3315 | 2022-05-03T18:41:53.758Z | Running `rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3316 | 2022-05-03T18:41:57.840Z | Running `rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=2ef50cdf6fa05416 -C extra-filename=-2ef50cdf6fa05416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-85961708940bd4f9.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-a83cea667d281567.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6263af57fddd1c8.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` |
| 3317 | 2022-05-03T18:42:19.277Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3318 | 2022-05-03T18:42:19.283Z | Running `rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3319 | 2022-05-03T18:42:21.734Z | Running `rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3320 | 2022-05-03T18:42:35.973Z | Running `rustc --crate-name gateway --edition=2021 gateway/src/bin/gateway.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3321 | 2022-05-03T18:42:37.216Z | Running `rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3322 | 2022-05-03T18:42:41.573Z | Running `rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=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` |
| 3323 | 2022-05-03T18:43:07.913Z | Running `rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3324 | 2022-05-03T18:43:08.478Z | Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy) |
| 3325 | 2022-05-03T18:43:08.484Z | Running `rustc --crate-name sled_agent_overlay_files --edition=2021 deploy/src/bin/sled-agent-overlay-files.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3326 | 2022-05-03T18:43:15.998Z | Running `rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3327 | 2022-05-03T18:43:16.371Z | Running `rustc --crate-name thing_flinger --edition=2021 deploy/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3328 | 2022-05-03T18:43:17.740Z | Running `rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3329 | 2022-05-03T18:43:19.565Z | Running `rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3330 | 2022-05-03T18:43:19.589Z | Running `rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=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` |
| 3331 | 2022-05-03T18:44:04.681Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3332 | 2022-05-03T18:44:04.690Z | Running `rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cbcaca6a9ef84540 -C extra-filename=-cbcaca6a9ef84540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2ef50cdf6fa05416.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` |
| 3333 | 2022-05-03T18:45:43.973Z | Running `rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 -C metadata=905a95359c183e63 -C extra-filename=-905a95359c183e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-65873f712f907d7c.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-93e5d0e0a1878897.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-05d845b4d2aa90a1.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-3589357780b24fc7.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` |
| 3334 | 2022-05-03T18:46:18.918Z | Running `rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=0a05688d93cf31ec -C extra-filename=-0a05688d93cf31ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-85961708940bd4f9.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-a83cea667d281567.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6263af57fddd1c8.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-cbcaca6a9ef84540.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-2ef50cdf6fa05416.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` |
| 3335 | 2022-05-03T18:46:18.926Z | Running `rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=c9284c5fc6783997 -C extra-filename=-c9284c5fc6783997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-85961708940bd4f9.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-a83cea667d281567.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6263af57fddd1c8.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-cbcaca6a9ef84540.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` |
| 3336 | 2022-05-03T18:46:18.932Z | Running `rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=0ad92a31d8ead5d8 -C extra-filename=-0ad92a31d8ead5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-2ef50cdf6fa05416.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` |
| 3337 | 2022-05-03T18:46:18.939Z | Running `rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=1557dfd33414e1a3 -C extra-filename=-1557dfd33414e1a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C 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-85961708940bd4f9.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-a83cea667d281567.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6263af57fddd1c8.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-cbcaca6a9ef84540.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-2ef50cdf6fa05416.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` |
| 3338 | 2022-05-03T18:51:46.349Z | Finished test [unoptimized + debuginfo] target(s) in 12m 56s |
| 3339 | 2022-05-03T18:51:46.496Z | Running `/work/oxidecomputer/omicron/target/debug/deps/api_identity-50d9496ffe8bedc3` |
| 3340 | 2022-05-03T18:51:46.626Z | |
| 3341 | 2022-05-03T18:51:46.632Z | running 2 tests |
| 3342 | 2022-05-03T18:51:46.643Z | test test::test_identity ... ok |
| 3343 | 2022-05-03T18:51:46.649Z | test test::test_identity_no_field ... ok |
| 3344 | 2022-05-03T18:51:46.655Z | |
| 3345 | 2022-05-03T18:51:46.662Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 3346 | 2022-05-03T18:51:46.668Z | |
| 3347 | 2022-05-03T18:51:46.674Z | Running `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-8e468cec8089b007` |
| 3348 | 2022-05-03T18:51:46.729Z | |
| 3349 | 2022-05-03T18:51:46.735Z | running 1 test |
| 3350 | 2022-05-03T18:51:46.776Z | test test_authz_dump ... ok |
| 3351 | 2022-05-03T18:51:46.781Z | |
| 3352 | 2022-05-03T18:51:46.787Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s |
| 3353 | 2022-05-03T18:51:46.793Z | |
| 3354 | 2022-05-03T18:51:46.799Z | Running `/work/oxidecomputer/omicron/target/debug/deps/db_macros-b4832712ab0ca4e1` |
| 3355 | 2022-05-03T18:51:46.902Z | |
| 3356 | 2022-05-03T18:51:46.908Z | running 6 tests |
| 3357 | 2022-05-03T18:51:46.913Z | test lookup::test::test_lookup_dump ... ignored |
| 3358 | 2022-05-03T18:51:46.953Z | test tests::test_derive_metadata_identity_fails_without_table_name ... ok |
| 3359 | 2022-05-03T18:51:46.959Z | test tests::test_derive_metadata_identity_fails_with_wrong_table_name_type ... ok |
| 3360 | 2022-05-03T18:51:46.965Z | test tests::test_derive_metadata_identity_fails_without_embedded_identity ... ok |
| 3361 | 2022-05-03T18:51:46.971Z | test tests::test_derive_metadata_identity_fails_for_enums ... ok |
| 3362 | 2022-05-03T18:51:46.977Z | test tests::test_derive_metadata_identity_minimal_example_compiles ... ok |
| 3363 | 2022-05-03T18:51:46.983Z | |
| 3364 | 2022-05-03T18:51:46.989Z | test result: ok. 5 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.05s |
| 3365 | 2022-05-03T18:51:46.994Z | |
| 3366 | 2022-05-03T18:51:47.000Z | Running `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-b9020a9b7533f574` |
| 3367 | 2022-05-03T18:51:47.006Z | |
| 3368 | 2022-05-03T18:51:47.012Z | running 0 tests |
| 3369 | 2022-05-03T18:51:47.018Z | |
| 3370 | 2022-05-03T18:51:47.024Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3371 | 2022-05-03T18:51:47.029Z | |
| 3372 | 2022-05-03T18:51:47.035Z | Running `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-263dc6eb0b3d26fa` |
| 3373 | 2022-05-03T18:51:47.044Z | |
| 3374 | 2022-05-03T18:51:47.050Z | running 0 tests |
| 3375 | 2022-05-03T18:51:47.056Z | |
| 3376 | 2022-05-03T18:51:47.061Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3377 | 2022-05-03T18:51:47.067Z | |
| 3378 | 2022-05-03T18:51:47.073Z | Running `/work/oxidecomputer/omicron/target/debug/deps/gateway_messages-dfb069dfb147c4b2` |
| 3379 | 2022-05-03T18:51:47.089Z | |
| 3380 | 2022-05-03T18:51:47.095Z | running 2 tests |
| 3381 | 2022-05-03T18:51:47.101Z | test tests::serial_console_data_length_fits_in_u16 ... ok |
| 3382 | 2022-05-03T18:51:47.107Z | test tests::roundtrip_serial_console ... ok |
| 3383 | 2022-05-03T18:51:47.112Z | |
| 3384 | 2022-05-03T18:51:47.118Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3385 | 2022-05-03T18:51:47.124Z | |
| 3386 | 2022-05-03T18:51:47.130Z | Running `/work/oxidecomputer/omicron/target/debug/deps/gateway_sp_comms-6611ba120ab47d04` |
| 3387 | 2022-05-03T18:51:47.221Z | |
| 3388 | 2022-05-03T18:51:47.227Z | running 6 tests |
| 3389 | 2022-05-03T18:51:47.271Z | test management_switch::location_map::tests::test_config_validation ... ok |
| 3390 | 2022-05-03T18:51:47.278Z | test management_switch::location_map::tests::test_resolve_location ... ok |
| 3391 | 2022-05-03T18:51:47.284Z | test recv_handler::request_response_map::tests::basic_usage ... ok |
| 3392 | 2022-05-03T18:51:47.289Z | test recv_handler::request_response_map::tests::dropping_future_cleans_up_key ... ok |
| 3393 | 2022-05-03T18:51:47.309Z | test management_switch::tests::test_sp_socket ... ok |
| 3394 | 2022-05-03T18:51:47.315Z | test management_switch::tests::test_recv_task ... ok |
| 3395 | 2022-05-03T18:51:47.321Z | |
| 3396 | 2022-05-03T18:51:47.327Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 3397 | 2022-05-03T18:51:47.333Z | |
| 3398 | 2022-05-03T18:51:47.339Z | Running `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-7de8a45f48d02484` |
| 3399 | 2022-05-03T18:51:47.350Z | |
| 3400 | 2022-05-03T18:51:47.356Z | running 0 tests |
| 3401 | 2022-05-03T18:51:47.361Z | |
| 3402 | 2022-05-03T18:51:47.367Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3403 | 2022-05-03T18:51:47.373Z | |
| 3404 | 2022-05-03T18:51:47.379Z | Running `/work/oxidecomputer/omicron/target/debug/deps/apigen-1de2bc6e117b12c1` |
| 3405 | 2022-05-03T18:51:47.390Z | |
| 3406 | 2022-05-03T18:51:47.396Z | running 0 tests |
| 3407 | 2022-05-03T18:51:47.402Z | |
| 3408 | 2022-05-03T18:51:47.407Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3409 | 2022-05-03T18:51:47.413Z | |
| 3410 | 2022-05-03T18:51:47.419Z | Running `/work/oxidecomputer/omicron/target/debug/deps/dns_server-b495f4cce0f7c378` |
| 3411 | 2022-05-03T18:51:47.429Z | |
| 3412 | 2022-05-03T18:51:47.434Z | running 0 tests |
| 3413 | 2022-05-03T18:51:47.439Z | |
| 3414 | 2022-05-03T18:51:47.446Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3415 | 2022-05-03T18:51:47.451Z | |
| 3416 | 2022-05-03T18:51:47.457Z | Running `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-04892944730fc2b9` |
| 3417 | 2022-05-03T18:51:47.463Z | |
| 3418 | 2022-05-03T18:51:47.468Z | running 0 tests |
| 3419 | 2022-05-03T18:51:47.474Z | |
| 3420 | 2022-05-03T18:51:47.480Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3421 | 2022-05-03T18:51:47.486Z | |
| 3422 | 2022-05-03T18:51:47.492Z | Running `/work/oxidecomputer/omicron/target/debug/deps/basic_test-0f2062ec326858c5` |
| 3423 | 2022-05-03T18:51:47.619Z | |
| 3424 | 2022-05-03T18:51:47.626Z | running 2 tests |
| 3425 | 2022-05-03T18:51:48.012Z | May 03 18:51:48.010 INFO May 03 18:51:48.010 INFO listeninglistening, local_addr: , 127local_addr.:0 .1270..01.:023622.1:24181 |
| 3426 | 2022-05-03T18:51:48.019Z | |
| 3427 | 2022-05-03T18:51:48.276Z | May 03 18:51:48.276 INFOMay 03 18:51:48.276 accepted connectionINFO accepted connection, remote_addr: 127.0.0.1:45514, local_addr: 127.0.0.1:23622 |
| 3428 | 2022-05-03T18:51:48.283Z | , remote_addr: 127.0.0.1:60110, local_addr: 127.0.0.1:24181 |
| 3429 | 2022-05-03T18:51:48.289Z | May 03 18:51:48.280 INFO request completed, response_code: 200, uri: /get-records, May 03 18:51:48.280method: INFOGET , request completedreq_id:, response_code10fea577-26a0-44cd-950c-10453b15016f:, 200, uri: /get-records, method: GET, req_id: 7c415a10-b3e0-46a1-8879-354362127a75, remote_addr:remote_addr :127 .1270..00..01.:160110:, 45514local_addr, :local_addr :127 .1270..00..01.:124181:23622 |
| 3430 | 2022-05-03T18:51:48.295Z | |
| 3431 | 2022-05-03T18:51:48.302Z | May 03 18:51:48.284 INFO request completed, response_code: 200, uri: /set-records, method: PUT, req_id: 5ef55e1b-9526-4502-b84d-cb361fdb94fc, remote_addr: 127.0.0.1:45514, local_addr: 127.0.0.1:23622 |
| 3432 | 2022-05-03T18:51:48.308Z | May 03 18:51:48.285 INFO request completed, response_code: 200, uri: /set-records, method: PUT, req_id: 13a4086c-b4c0-44af-8808-fcb91b39ca99, remote_addr: 127.0.0.1:60110, local_addr: 127.0.0.1:24181 |
| 3433 | 2022-05-03T18:51:48.314Z | May 03 18:51:48.286 INFO request completed, response_code: 200, uri: /get-records, method: GET, req_id: 1428d5ac-cc43-4684-8e82-d6dd3319b1d5, remote_addr: 127.0.0.1:45514, local_addr: 127.0.0.1:23622 |
| 3434 | 2022-05-03T18:51:48.320Z | May 03 18:51:48.286 INFO request completed, response_code: 200, uri: /get-records, method: GET, req_id: 922333d0-e320-4e16-950a-5172ab586149, remote_addr: 127.0.0.1:60110, local_addr: 127.0.0.1:24181 |
| 3435 | 2022-05-03T18:51:48.326Z | May 03 18:51:48.292 INFO received request to begin graceful shutdown, local_addr: 127.0.0.1:23622 |
| 3436 | 2022-05-03T18:51:48.332Z | May 03 18:51:48.292 INFO received request to begin graceful shutdown, local_addr: 127.0.0.1:24181 |
| 3437 | 2022-05-03T18:51:48.345Z | test srv_crud ... ok |
| 3438 | 2022-05-03T18:51:48.351Z | test aaaa_crud ... ok |
| 3439 | 2022-05-03T18:51:48.357Z | |
| 3440 | 2022-05-03T18:51:48.363Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s |
| 3441 | 2022-05-03T18:51:48.369Z | |
| 3442 | 2022-05-03T18:51:48.375Z | Running `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-17821b60737e0619` |
| 3443 | 2022-05-03T18:51:48.454Z | |
| 3444 | 2022-05-03T18:51:48.460Z | running 1 test |
| 3445 | 2022-05-03T18:51:48.786Z | test test_internal_dns_openapi ... ok |
| 3446 | 2022-05-03T18:51:48.792Z | |
| 3447 | 2022-05-03T18:51:48.798Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s |
| 3448 | 2022-05-03T18:51:48.804Z | |
| 3449 | 2022-05-03T18:51:48.809Z | Running `/work/oxidecomputer/omicron/target/debug/deps/internal_dns_client-d55a6aecc640f237` |
| 3450 | 2022-05-03T18:51:48.815Z | |
| 3451 | 2022-05-03T18:51:48.821Z | running 0 tests |
| 3452 | 2022-05-03T18:51:48.827Z | |
| 3453 | 2022-05-03T18:51:48.832Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3454 | 2022-05-03T18:51:48.838Z | |
| 3455 | 2022-05-03T18:51:48.843Z | Running `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-849c8eedc652fb5a` |
| 3456 | 2022-05-03T18:51:48.856Z | |
| 3457 | 2022-05-03T18:51:48.861Z | running 0 tests |
| 3458 | 2022-05-03T18:51:48.867Z | |
| 3459 | 2022-05-03T18:51:48.873Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3460 | 2022-05-03T18:51:48.878Z | |
| 3461 | 2022-05-03T18:51:48.883Z | Running `/work/oxidecomputer/omicron/target/debug/deps/nexus_test_utils-0ad92a31d8ead5d8` |
| 3462 | 2022-05-03T18:51:48.898Z | |
| 3463 | 2022-05-03T18:51:48.911Z | running 0 tests |
| 3464 | 2022-05-03T18:51:48.917Z | |
| 3465 | 2022-05-03T18:51:48.940Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3466 | 2022-05-03T18:51:48.953Z | |
| 3467 | 2022-05-03T18:51:48.958Z | Running `/work/oxidecomputer/omicron/target/debug/deps/nexus_test_utils_macros-30d1b2bcc5d7e79c` |
| 3468 | 2022-05-03T18:51:48.964Z | |
| 3469 | 2022-05-03T18:51:48.969Z | running 0 tests |
| 3470 | 2022-05-03T18:51:48.975Z | |
| 3471 | 2022-05-03T18:51:48.981Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3472 | 2022-05-03T18:51:48.987Z | |
| 3473 | 2022-05-03T18:51:48.992Z | Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-5f9127ce34d2261c` |
| 3474 | 2022-05-03T18:51:49.055Z | |
| 3475 | 2022-05-03T18:51:49.063Z | running 24 tests |
| 3476 | 2022-05-03T18:51:49.107Z | test api::external::error::test::test_bail_unless ... ok |
| 3477 | 2022-05-03T18:51:49.113Z | test api::external::http_pagination::test::test_scan_by_nameid_generic ... ok |
| 3478 | 2022-05-03T18:51:49.118Z | test api::external::http_pagination::test::test_pagination_examples ... ok |
| 3479 | 2022-05-03T18:51:49.124Z | test api::external::http_pagination::test::test_scan_by_id ... ok |
| 3480 | 2022-05-03T18:51:49.130Z | test api::external::http_pagination::test::test_scan_by_name ... ok |
| 3481 | 2022-05-03T18:51:49.136Z | test api::external::test::test_bytecount ... ok |
| 3482 | 2022-05-03T18:51:49.142Z | test api::external::http_pagination::test::test_scan_by_nameid_name ... ok |
| 3483 | 2022-05-03T18:51:49.147Z | test api::external::http_pagination::test::test_scan_by_nameid_id ... ok |
| 3484 | 2022-05-03T18:51:49.153Z | test api::external::test::test_digest ... ok |
| 3485 | 2022-05-03T18:51:49.159Z | test api::external::http_pagination::test::test_pagination_schemas ... ok |
| 3486 | 2022-05-03T18:51:49.165Z | test api::external::test::test_firewall_deserialization ... ok |
| 3487 | 2022-05-03T18:51:49.171Z | test api::external::test::test_ip_port_range_from_str ... ok |
| 3488 | 2022-05-03T18:51:49.177Z | test api::external::test::test_ip_port_range_into_str ... ok |
| 3489 | 2022-05-03T18:51:49.183Z | test api::external::test::test_ipv6_net_operations ... ok |
| 3490 | 2022-05-03T18:51:49.189Z | test api::external::test::test_name_parse_from_param ... ok |
| 3491 | 2022-05-03T18:51:49.195Z | test api::external::test::test_name_parse ... ok |
| 3492 | 2022-05-03T18:51:49.215Z | test api::external::test::test_resource_name_parse ... ok |
| 3493 | 2022-05-03T18:51:49.222Z | test config::test::test_bad_url ... ok |
| 3494 | 2022-05-03T18:51:49.228Z | test config::test::test_example_url ... ok |
| 3495 | 2022-05-03T18:51:49.233Z | test api::external::test::test_role_name_parse ... ok |
| 3496 | 2022-05-03T18:51:49.239Z | test api::external::test::test_route_target_parse ... ok |
| 3497 | 2022-05-03T18:51:49.245Z | test api::external::test::test_firewall_rule_host_filter_parse ... ok |
| 3498 | 2022-05-03T18:51:49.252Z | test api::external::test::test_firewall_rule_target_parse ... ok |
| 3499 | 2022-05-03T18:51:49.258Z | test api::external::test::test_route_destination_parse ... ok |
| 3500 | 2022-05-03T18:51:49.264Z | |
| 3501 | 2022-05-03T18:51:49.271Z | test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 3502 | 2022-05-03T18:51:49.277Z | |
| 3503 | 2022-05-03T18:51:49.283Z | Running `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_overlay_files-c680deab00a90f14` |
| 3504 | 2022-05-03T18:51:49.289Z | |
| 3505 | 2022-05-03T18:51:49.295Z | running 0 tests |
| 3506 | 2022-05-03T18:51:49.300Z | |
| 3507 | 2022-05-03T18:51:49.306Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3508 | 2022-05-03T18:51:49.312Z | |
| 3509 | 2022-05-03T18:51:49.318Z | Running `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-04ade385b99bb034` |
| 3510 | 2022-05-03T18:51:49.324Z | |
| 3511 | 2022-05-03T18:51:49.330Z | running 0 tests |
| 3512 | 2022-05-03T18:51:49.336Z | |
| 3513 | 2022-05-03T18:51:49.341Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3514 | 2022-05-03T18:51:49.347Z | |
| 3515 | 2022-05-03T18:51:49.353Z | Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-7c56387010bb7150` |
| 3516 | 2022-05-03T18:51:49.359Z | |
| 3517 | 2022-05-03T18:51:49.364Z | running 0 tests |
| 3518 | 2022-05-03T18:51:49.370Z | |
| 3519 | 2022-05-03T18:51:49.376Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3520 | 2022-05-03T18:51:49.382Z | |
| 3521 | 2022-05-03T18:51:49.387Z | Running `/work/oxidecomputer/omicron/target/debug/deps/gateway-dd8dbfed0669a5d1` |
| 3522 | 2022-05-03T18:51:49.393Z | |
| 3523 | 2022-05-03T18:51:49.399Z | running 0 tests |
| 3524 | 2022-05-03T18:51:49.405Z | |
| 3525 | 2022-05-03T18:51:49.411Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3526 | 2022-05-03T18:51:49.417Z | |
| 3527 | 2022-05-03T18:51:49.424Z | Running `/work/oxidecomputer/omicron/target/debug/deps/test_all-3af2de1f830d50d6` |
| 3528 | 2022-05-03T18:51:49.432Z | |
| 3529 | 2022-05-03T18:51:49.445Z | running 7 tests |
| 3530 | 2022-05-03T18:51:49.831Z | test integration_tests::commands::test_gateway_openapi_sled ... ok |
| 3531 | 2022-05-03T18:51:50.729Z | test integration_tests::serial_console::serial_console_detach ... ok |
| 3532 | 2022-05-03T18:51:50.890Z | test integration_tests::bulk_state_get::bulk_sp_get_all_online ... ok |
| 3533 | 2022-05-03T18:51:51.259Z | test integration_tests::bulk_state_get::bulk_sp_get_one_sp_powered_off ... ok |
| 3534 | 2022-05-03T18:51:52.375Z | test integration_tests::serial_console::serial_console_communication ... ok |
| 3535 | 2022-05-03T18:51:52.895Z | test integration_tests::location_discovery::discovery_both_locations ... ok |
| 3536 | 2022-05-03T18:52:00.324Z | test integration_tests::bulk_state_get::bulk_sp_get_one_sp_unresponsive ... ok |
| 3537 | 2022-05-03T18:52:00.330Z | |
| 3538 | 2022-05-03T18:52:00.337Z | test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.89s |
| 3539 | 2022-05-03T18:52:00.343Z | |
| 3540 | 2022-05-03T18:52:00.349Z | Running `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-c9284c5fc6783997` |
| 3541 | 2022-05-03T18:52:00.369Z | |
| 3542 | 2022-05-03T18:52:00.376Z | running 78 tests |
| 3543 | 2022-05-03T18:52:00.381Z | test authn::external::cookies::test::test_parse_cookies_empty_headers ... ok |
| 3544 | 2022-05-03T18:52:00.389Z | test authn::external::cookies::test::test_parse_cookies_one_cookie ... ok |
| 3545 | 2022-05-03T18:52:00.395Z | test authn::external::cookies::test::test_parse_cookies_ignore_other_headers ... ok |
| 3546 | 2022-05-03T18:52:00.406Z | test authn::external::cookies::test::test_parse_cookies_two_cookie_headers ... ok |
| 3547 | 2022-05-03T18:52:00.412Z | test authn::external::cookies::test::test_parse_cookies_two_cookies ... ok |
| 3548 | 2022-05-03T18:52:00.420Z | test authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name ... ok |
| 3549 | 2022-05-03T18:52:00.426Z | test authn::external::session_cookie::test::test_get_token_no_header ... ok |
| 3550 | 2022-05-03T18:52:00.432Z | test authn::external::session_cookie::test::test_get_token_other_cookie_present ... ok |
| 3551 | 2022-05-03T18:52:00.438Z | test authn::external::session_cookie::test::test_session_cookie_value ... ok |
| 3552 | 2022-05-03T18:52:00.444Z | test authn::external::session_cookie::test::test_get_token ... ok |
| 3553 | 2022-05-03T18:52:00.450Z | test authn::external::spoof::test::test_make_header_value ... ok |
| 3554 | 2022-05-03T18:52:00.456Z | test authn::external::spoof::test::test_make_header_value_raw ... ok |
| 3555 | 2022-05-03T18:52:00.462Z | test authn::external::spoof::test::test_spoof_header_missing ... ok |
| 3556 | 2022-05-03T18:52:00.468Z | test authn::external::spoof::test::test_spoof_header_bad_uuids ... ok |
| 3557 | 2022-05-03T18:52:00.473Z | test authn::external::session_cookie::test::test_expired_cookie_idle ... ok |
| 3558 | 2022-05-03T18:52:00.480Z | test authn::external::session_cookie::test::test_missing_cookie ... ok |
| 3559 | 2022-05-03T18:52:00.486Z | test authn::external::session_cookie::test::test_valid_cookie ... ok |
| 3560 | 2022-05-03T18:52:00.492Z | test authn::external::session_cookie::test::test_expired_cookie_absolute ... ok |
| 3561 | 2022-05-03T18:52:00.498Z | test authn::external::session_cookie::test::test_other_cookie ... ok |
| 3562 | 2022-05-03T18:52:00.503Z | test authn::external::session_cookie::test::test_garbage_cookie ... ok |
| 3563 | 2022-05-03T18:52:00.510Z | test authn::external::spoof::test::test_spoof_header_valid ... ok |
| 3564 | 2022-05-03T18:52:00.518Z | test authn::external::spoof::test::test_spoof_reserved_values ... ok |
| 3565 | 2022-05-03T18:52:00.525Z | test authn::test::test_internal_users ... ok |
| 3566 | 2022-05-03T18:52:00.532Z | test authn::external::test::test_authn_sequence ... ok |
| 3567 | 2022-05-03T18:52:00.538Z | test config::test::test_config_empty ... ok |
| 3568 | 2022-05-03T18:52:00.544Z | test config::test::test_config_bad_toml ... ok |
| 3569 | 2022-05-03T18:52:00.550Z | test config::test::test_config_nonexistent ... ok |
| 3570 | 2022-05-03T18:52:00.556Z | test config::test::test_bad_authn_schemes ... ok |
| 3571 | 2022-05-03T18:52:00.561Z | test config::test::test_valid ... ok |
| 3572 | 2022-05-03T18:52:00.567Z | test db::collection_insert::test::test_verify_query ... ok |
| 3573 | 2022-05-03T18:52:12.285Z | test context::test::test_background_context ... ok |
| 3574 | 2022-05-03T18:52:12.367Z | test authz::context::test::test_database ... ok |
| 3575 | 2022-05-03T18:52:12.451Z | test context::test::test_test_context ... ok |
| 3576 | 2022-05-03T18:52:12.694Z | test db::collection_insert::test::test_collection_present ... ok |
| 3577 | 2022-05-03T18:52:12.805Z | test db::collection_insert::test::test_collection_not_present ... ok |
| 3578 | 2022-05-03T18:52:12.848Z | test authz::context::test::test_organization ... ok |
| 3579 | 2022-05-03T18:52:13.273Z | test db::datastore::test::test_project_creation ... ok |
| 3580 | 2022-05-03T18:52:14.837Z | test cidata::tests::build_vfat_works_with_arbitrarily_sized_input ... ok |
| 3581 | 2022-05-03T18:52:22.922Z | test db::datastore::test::test_queries_do_not_require_full_table_scan ... ok |
| 3582 | 2022-05-03T18:52:23.370Z | test db::datastore::test::test_region_allocation ... ok |
| 3583 | 2022-05-03T18:52:23.384Z | test db::datastore::test::test_region_allocation_is_idempotent ... ok |
| 3584 | 2022-05-03T18:52:23.595Z | test db::datastore::test::test_region_allocation_not_enough_datasets ... ok |
| 3585 | 2022-05-03T18:52:23.901Z | test db::datastore::test::test_region_allocation_out_of_space_does_not_fail_yet ... ok |
| 3586 | 2022-05-03T18:52:23.909Z | test db::fixed_data::test::test_builtin_fleet_id_is_valid ... ok |
| 3587 | 2022-05-03T18:52:23.916Z | test db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid ... ok |
| 3588 | 2022-05-03T18:52:24.626Z | test db::datastore::test::test_session_methods ... ok |
| 3589 | 2022-05-03T18:52:24.632Z | test db::model::tests::test_ip_subnet_check_requestable_address ... ok |
| 3590 | 2022-05-03T18:52:24.639Z | test db::model::tests::test_ipv6_net_random_subnet ... ok |
| 3591 | 2022-05-03T18:52:24.645Z | test db::model::tests::test_vpc_subnet_check_requestable_addr ... ok |
| 3592 | 2022-05-03T18:52:24.793Z | test db::datastore::test::test_sled_ipv6_address_allocation ... ok |
| 3593 | 2022-05-03T18:52:26.965Z | test db::datastore::test::test_ssh_keys ... ok |
| 3594 | 2022-05-03T18:52:33.613Z | test db::explain::test::test_explain ... ok |
| 3595 | 2022-05-03T18:52:33.688Z | test db::explain::test::test_explain_async ... ok |
| 3596 | 2022-05-03T18:52:33.942Z | test db::explain::test::test_explain_full_table_scan ... ok |
| 3597 | 2022-05-03T18:52:34.021Z | test db::datastore::test::test_table_scan ... ok |
| 3598 | 2022-05-03T18:52:34.953Z | test db::lookup::test::test_lookup ... ok |
| 3599 | 2022-05-03T18:52:36.247Z | test db::pagination::test::test_paginated_multicolumn_ascending ... ok |
| 3600 | 2022-05-03T18:52:36.338Z | test db::pagination::test::test_paginated_multicolumn_descending ... ok |
| 3601 | 2022-05-03T18:52:38.566Z | test db::pagination::test::test_paginated_single_column_ascending ... ok |
| 3602 | 2022-05-03T18:52:38.572Z | test defaults::tests::test_random_vpc_ipv6_prefix ... ok |
| 3603 | 2022-05-03T18:52:38.578Z | test external_api::console_api::test::test_find_file_404_on_directory ... ok |
| 3604 | 2022-05-03T18:52:38.584Z | test external_api::console_api::test::test_find_file_404_on_disallowed_ext ... ok |
| 3605 | 2022-05-03T18:52:38.590Z | test external_api::console_api::test::test_find_file_404_on_nonexistent ... ok |
| 3606 | 2022-05-03T18:52:38.596Z | test external_api::console_api::test::test_find_file_404_on_nonexistent_nested ... ok |
| 3607 | 2022-05-03T18:52:38.602Z | test external_api::console_api::test::test_find_file_404_on_symlink ... ok |
| 3608 | 2022-05-03T18:52:38.608Z | test external_api::console_api::test::test_find_file_finds_file ... ok |
| 3609 | 2022-05-03T18:52:38.614Z | test external_api::console_api::test::test_find_file_wont_follow_symlink ... ok |
| 3610 | 2022-05-03T18:52:38.654Z | test external_api::http_entrypoints::test::test_nexus_tag_policy ... ok |
| 3611 | 2022-05-03T18:52:38.661Z | test external_api::params::test::test_extent_count ... ok |
| 3612 | 2022-05-03T18:52:44.371Z | test db::saga_recovery::test::test_failure_during_saga_can_be_recovered ... ok |
| 3613 | 2022-05-03T18:52:44.377Z | test updates::tests::test_fallback_kind ... ok |
| 3614 | 2022-05-03T18:52:44.416Z | test db::subnet_allocation::test::test_filter_conflicting_vpc_subnet_ranges_query ... ok |
| 3615 | 2022-05-03T18:52:44.670Z | test db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery ... ok |
| 3616 | 2022-05-03T18:52:44.810Z | test db::pagination::test::test_paginated_single_column_descending ... ok |
| 3617 | 2022-05-03T18:52:46.238Z | test db::subnet_allocation::test::test_insert_network_interface_query ... ok |
| 3618 | 2022-05-03T18:52:46.923Z | test db::subnet_allocation::test::test_insert_network_interface_with_identical_primary_key ... ok |
| 3619 | 2022-05-03T18:52:47.093Z | test db::subnet_allocation::test::test_limit_number_of_interfaces_per_instance_query ... ok |
| 3620 | 2022-05-03T18:53:13.016Z | test populate::test::test_populators ... ok |
| 3621 | 2022-05-03T18:53:13.022Z | |
| 3622 | 2022-05-03T18:53:13.027Z | test result: ok. 78 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 72.65s |
| 3623 | 2022-05-03T18:53:13.034Z | |
| 3624 | 2022-05-03T18:53:13.039Z | Running `/work/oxidecomputer/omicron/target/debug/deps/nexus-0a05688d93cf31ec` |
| 3625 | 2022-05-03T18:53:13.071Z | |
| 3626 | 2022-05-03T18:53:13.077Z | running 0 tests |
| 3627 | 2022-05-03T18:53:13.083Z | |
| 3628 | 2022-05-03T18:53:13.088Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3629 | 2022-05-03T18:53:13.095Z | |
| 3630 | 2022-05-03T18:53:13.100Z | Running `/work/oxidecomputer/omicron/target/debug/deps/test_all-1557dfd33414e1a3` |
| 3631 | 2022-05-03T18:53:13.329Z | |
| 3632 | 2022-05-03T18:53:13.336Z | running 70 tests |
| 3633 | 2022-05-03T18:53:13.681Z | test integration_tests::authn_http::test_authn_spoof_unconfigured ... ok |
| 3634 | 2022-05-03T18:53:13.697Z | test integration_tests::authn_http::test_authn_session_cookie ... ok |
| 3635 | 2022-05-03T18:53:13.721Z | test integration_tests::authn_http::test_authn_spoof_allowed ... ok |
| 3636 | 2022-05-03T18:53:13.772Z | test integration_tests::commands::test_nexus_no_args ... ok |
| 3637 | 2022-05-03T18:53:13.812Z | test integration_tests::commands::test_nexus_bad_config ... ok |
| 3638 | 2022-05-03T18:53:13.823Z | test integration_tests::commands::test_nexus_invalid_config ... ok |
| 3639 | 2022-05-03T18:53:14.078Z | test integration_tests::commands::test_nexus_openapi_internal ... ok |
| 3640 | 2022-05-03T18:53:14.427Z | test integration_tests::commands::test_nexus_openapi ... ok |
| 3641 | 2022-05-03T18:53:28.812Z | test integration_tests::console_api::test_absolute_static_dir ... ok |
| 3642 | 2022-05-03T18:53:28.902Z | test integration_tests::console_api::test_login_form ... ok |
| 3643 | 2022-05-03T18:53:29.113Z | test integration_tests::basic::test_basic_failures ... ok |
| 3644 | 2022-05-03T18:53:29.234Z | test integration_tests::console_api::test_assets ... ok |
| 3645 | 2022-05-03T18:53:29.363Z | test integration_tests::basic::test_sleds_list ... ok |
| 3646 | 2022-05-03T18:53:29.642Z | test integration_tests::console_api::test_console_pages ... ok |
| 3647 | 2022-05-03T18:53:41.110Z | test integration_tests::basic::test_projects_basic ... ok |
| 3648 | 2022-05-03T18:53:42.127Z | test integration_tests::console_api::test_login_redirect ... ok |
| 3649 | 2022-05-03T18:53:42.324Z | test integration_tests::console_api::test_session_me ... ok |
| 3650 | 2022-05-03T18:53:42.541Z | test integration_tests::datasets::test_dataset_put_bad_zpool_returns_not_found ... ok |
| 3651 | 2022-05-03T18:53:42.876Z | test integration_tests::datasets::test_dataset_put_success ... ok |
| 3652 | 2022-05-03T18:53:43.462Z | test integration_tests::console_api::test_sessions ... ok |
| 3653 | 2022-05-03T18:53:52.853Z | May 03 18:53:52.852 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 |
| 3654 | 2022-05-03T18:53:52.859Z | May 03 18:53:52.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 |
| 3655 | 2022-05-03T18:53:52.865Z | May 03 18:53:52.863 ERRO slog-async: logger dropped messages due to channel overflow, count: 451, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3656 | 2022-05-03T18:53:53.173Z | test integration_tests::basic::test_projects_list ... ok |
| 3657 | 2022-05-03T18:53:58.811Z | test integration_tests::disks::test_disk_invalid_block_size_rejected ... ok |
| 3658 | 2022-05-03T18:54:00.046Z | test integration_tests::disks::test_disk_not_found_before_creation ... ok |
| 3659 | 2022-05-03T18:54:00.296Z | test integration_tests::disks::test_disk_creation_region_requested_then_started ... ok |
| 3660 | 2022-05-03T18:54:00.572Z | test integration_tests::disks::test_disk_create_disk_that_already_exists_fails ... ok |
| 3661 | 2022-05-03T18:54:02.074Z | May 03 18:54:02.073 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 |
| 3662 | 2022-05-03T18:54:02.082Z | May 03 18:54:02.073 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3663 | 2022-05-03T18:54:02.097Z | May 03 18:54:02.096 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 |
| 3664 | 2022-05-03T18:54:02.103Z | May 03 18:54:02.096 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3665 | 2022-05-03T18:54:02.580Z | May 03 18:54:02.579 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 |
| 3666 | 2022-05-03T18:54:02.607Z | May 03 18:54:02.591 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 |
| 3667 | 2022-05-03T18:54:02.613Z | May 03 18:54:02.591 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3668 | 2022-05-03T18:54:02.619Z | May 03 18:54:02.599 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 |
| 3669 | 2022-05-03T18:54:02.636Z | test integration_tests::disks::test_disk_region_creation_failure ... ok |
| 3670 | 2022-05-03T18:54:02.945Z | test integration_tests::disks::test_disk_create_attach_detach_delete ... ok |
| 3671 | 2022-05-03T18:54:09.743Z | test integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size ... ok |
| 3672 | 2022-05-03T18:54:13.563Z | test integration_tests::images::test_global_image_create ... ok |
| 3673 | 2022-05-03T18:54:13.744Z | test integration_tests::images::test_global_image_create_bad_content_length ... ok |
| 3674 | 2022-05-03T18:54:13.796Z | test integration_tests::images::test_global_image_create_bad_image_size ... ok |
| 3675 | 2022-05-03T18:54:14.229Z | May 03 18:54:14.228 ERRO slog-async: logger dropped messages due to channel overflow, count: 2237, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3676 | 2022-05-03T18:54:14.236Z | May 03 18:54:14.233 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 |
| 3677 | 2022-05-03T18:54:14.242Z | May 03 18:54:14.236 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 |
| 3678 | 2022-05-03T18:54:14.249Z | May 03 18:54:14.238 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 |
| 3679 | 2022-05-03T18:54:14.265Z | May 03 18:54:14.241 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 |
| 3680 | 2022-05-03T18:54:14.271Z | May 03 18:54:14.243 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 |
| 3681 | 2022-05-03T18:54:14.277Z | May 03 18:54:14.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 |
| 3682 | 2022-05-03T18:54:14.334Z | test integration_tests::images::test_global_image_create_bad_url ... ok |
| 3683 | 2022-05-03T18:54:16.462Z | test integration_tests::images::test_global_image_create_url_404 ... ok |
| 3684 | 2022-05-03T18:54:20.653Z | test integration_tests::images::test_make_disk_from_global_image ... ok |
| 3685 | 2022-05-03T18:54:27.314Z | May 03 18:54:27.313 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 |
| 3686 | 2022-05-03T18:54:27.344Z | May 03 18:54:27.344 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 |
| 3687 | 2022-05-03T18:54:27.815Z | test integration_tests::images::test_make_disk_from_global_image_too_small ... ok |
| 3688 | 2022-05-03T18:54:33.352Z | test integration_tests::disks::test_disk_move_between_instances ... ok |
| 3689 | 2022-05-03T18:54:38.884Z | May 03 18:54:38.882 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 |
| 3690 | 2022-05-03T18:54:38.911Z | May 03 18:54:38.910 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 |
| 3691 | 2022-05-03T18:54:38.918Z | May 03 18:54:38.910 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3692 | 2022-05-03T18:54:39.444Z | test integration_tests::instances::test_attach_one_disk_to_instance ... ok |
| 3693 | 2022-05-03T18:54:44.305Z | May 03 18:54:44.304 ERRO slog-async: logger dropped messages due to channel overflow, count: 466, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3694 | 2022-05-03T18:54:44.311Z | May 03 18:54:44.310 ERRO slog-async: logger dropped messages due to channel overflow, count: 699, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3695 | 2022-05-03T18:54:44.317Z | May 03 18:54:44.310 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3696 | 2022-05-03T18:54:44.323Z | May 03 18:54:44.318 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 |
| 3697 | 2022-05-03T18:54:44.681Z | test integration_tests::instances::test_cannot_attach_nine_disks_to_instance ... ok |
| 3698 | 2022-05-03T18:54:46.682Z | test integration_tests::instances::test_instance_create_delete_network_interface ... ok |
| 3699 | 2022-05-03T18:54:49.246Z | May 03 18:54:49.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 |
| 3700 | 2022-05-03T18:54:49.252Z | May 03 18:54:49.251 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 |
| 3701 | 2022-05-03T18:54:49.258Z | May 03 18:54:49.252 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 |
| 3702 | 2022-05-03T18:54:49.265Z | May 03 18:54:49.258 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 |
| 3703 | 2022-05-03T18:54:49.271Z | May 03 18:54:49.259 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 |
| 3704 | 2022-05-03T18:54:49.277Z | May 03 18:54:49.259 ERRO slog-async: logger dropped messages due to channel overflow, count: 233, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3705 | 2022-05-03T18:54:49.283Z | May 03 18:54:49.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 |
| 3706 | 2022-05-03T18:54:49.290Z | May 03 18:54:49.261 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 |
| 3707 | 2022-05-03T18:54:49.296Z | May 03 18:54:49.262 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 |
| 3708 | 2022-05-03T18:54:49.303Z | May 03 18:54:49.263 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 |
| 3709 | 2022-05-03T18:54:49.309Z | May 03 18:54:49.264 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 |
| 3710 | 2022-05-03T18:54:49.315Z | May 03 18:54:49.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 |
| 3711 | 2022-05-03T18:54:49.322Z | May 03 18:54:49.265 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 |
| 3712 | 2022-05-03T18:54:49.329Z | May 03 18:54:49.266 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 |
| 3713 | 2022-05-03T18:54:49.335Z | May 03 18:54:49.267 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 |
| 3714 | 2022-05-03T18:54:49.341Z | May 03 18:54:49.268 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 |
| 3715 | 2022-05-03T18:54:49.348Z | May 03 18:54:49.268 ERRO slog-async: logger dropped messages due to channel overflow, count: 154, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3716 | 2022-05-03T18:54:49.354Z | May 03 18:54:49.269 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 |
| 3717 | 2022-05-03T18:54:49.361Z | May 03 18:54:49.270 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 |
| 3718 | 2022-05-03T18:54:49.367Z | May 03 18:54:49.271 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 |
| 3719 | 2022-05-03T18:54:49.373Z | May 03 18:54:49.272 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 |
| 3720 | 2022-05-03T18:54:49.379Z | May 03 18:54:49.273 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3721 | 2022-05-03T18:54:49.386Z | May 03 18:54:49.274 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 |
| 3722 | 2022-05-03T18:54:49.393Z | May 03 18:54:49.275 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 |
| 3723 | 2022-05-03T18:54:49.821Z | May 03 18:54:49.275 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 |
| 3724 | 2022-05-03T18:54:49.827Z | May 03 18:54:49.276 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 |
| 3725 | 2022-05-03T18:54:49.834Z | May 03 18:54:49.277 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 |
| 3726 | 2022-05-03T18:54:49.840Z | May 03 18:54:49.278 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 |
| 3727 | 2022-05-03T18:54:49.845Z | May 03 18:54:49.279 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 |
| 3728 | 2022-05-03T18:54:49.852Z | May 03 18:54:49.279 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3729 | 2022-05-03T18:54:49.857Z | May 03 18:54:49.280 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 |
| 3730 | 2022-05-03T18:54:49.863Z | May 03 18:54:49.281 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 |
| 3731 | 2022-05-03T18:54:49.869Z | May 03 18:54:49.751 ERRO slog-async: logger dropped messages due to channel overflow, count: 1253, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3732 | 2022-05-03T18:54:49.875Z | May 03 18:54:49.751 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3733 | 2022-05-03T18:54:49.881Z | May 03 18:54:49.825 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 |
| 3734 | 2022-05-03T18:54:49.887Z | test integration_tests::instances::test_instance_create_saga_removes_instance_database_record ... ok |
| 3735 | 2022-05-03T18:54:50.100Z | test integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely ... ok |
| 3736 | 2022-05-03T18:54:58.377Z | test integration_tests::instances::test_instance_with_new_custom_network_interfaces ... ok |
| 3737 | 2022-05-03T18:54:59.147Z | May 03 18:54:59.146 ERRO slog-async: logger dropped messages due to channel overflow, count: 297, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3738 | 2022-05-03T18:54:59.154Z | May 03 18:54:59.147 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3739 | 2022-05-03T18:54:59.160Z | May 03 18:54:59.157 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 |
| 3740 | 2022-05-03T18:54:59.167Z | May 03 18:54:59.162 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 |
| 3741 | 2022-05-03T18:54:59.174Z | May 03 18:54:59.169 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 |
| 3742 | 2022-05-03T18:54:59.194Z | May 03 18:54:59.193 ERRO slog-async: logger dropped messages due to channel overflow, count: 254, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3743 | 2022-05-03T18:54:59.206Z | May 03 18:54:59.205 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 |
| 3744 | 2022-05-03T18:54:59.808Z | test integration_tests::instances::test_attach_eight_disks_to_instance ... ok |
| 3745 | 2022-05-03T18:55:00.146Z | May 03 18:55:00.132 ERRO slog-async: logger dropped messages due to channel overflow, count: 1671, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3746 | 2022-05-03T18:55:00.152Z | May 03 18:55:00.146 ERRO slog-async: logger dropped messages due to channel overflow, count: 1880, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3747 | 2022-05-03T18:55:00.158Z | May 03 18:55:00.157 ERRO slog-async: logger dropped messages due to channel overflow, count: 1533, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3748 | 2022-05-03T18:55:00.171Z | May 03 18:55:00.170 ERRO slog-async: logger dropped messages due to channel overflow, count: 1826, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3749 | 2022-05-03T18:55:00.194Z | May 03 18:55:00.190 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 |
| 3750 | 2022-05-03T18:55:00.200Z | May 03 18:55:00.193 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 |
| 3751 | 2022-05-03T18:55:00.207Z | May 03 18:55:00.199 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 |
| 3752 | 2022-05-03T18:55:00.213Z | May 03 18:55:00.205 ERRO slog-async: logger dropped messages due to channel overflow, count: 521, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3753 | 2022-05-03T18:55:00.219Z | May 03 18:55:00.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 |
| 3754 | 2022-05-03T18:55:00.601Z | May 03 18:55:00.600 ERRO slog-async: logger dropped messages due to channel overflow, count: 611 |
| 3755 | 2022-05-03T18:55:00.649Z | test integration_tests::instances::test_instance_with_single_explicit_ip_address ... ok |
| 3756 | 2022-05-03T18:55:01.940Z | test integration_tests::instances::test_instances_access_before_create_returns_not_found ... ok |
| 3757 | 2022-05-03T18:55:04.113Z | test integration_tests::instances::test_instances_invalid_creation_returns_bad_request ... ok |
| 3758 | 2022-05-03T18:55:04.943Z | May 03 18:55:04.942 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 |
| 3759 | 2022-05-03T18:55:04.949Z | May 03 18:55:04.942 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 |
| 3760 | 2022-05-03T18:55:05.086Z | test integration_tests::instances::test_cannot_attach_faulted_disks ... ok |
| 3761 | 2022-05-03T18:55:13.902Z | May 03 18:55:13.901 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 |
| 3762 | 2022-05-03T18:55:14.346Z | test integration_tests::oximeter::test_oximeter_database_records ... ok |
| 3763 | 2022-05-03T18:55:15.363Z | May 03 18:55:15.361 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 |
| 3764 | 2022-05-03T18:55:15.370Z | May 03 18:55:15.363 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 |
| 3765 | 2022-05-03T18:55:15.376Z | May 03 18:55:15.363 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 |
| 3766 | 2022-05-03T18:55:15.382Z | May 03 18:55:15.382 ERRO slog-async: logger dropped messages due to channel overflow, count: 1305, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3767 | 2022-05-03T18:55:15.389Z | May 03 18:55:15.382 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3768 | 2022-05-03T18:55:15.394Z | May 03 18:55:15.387 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 |
| 3769 | 2022-05-03T18:55:15.400Z | May 03 18:55:15.388 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3770 | 2022-05-03T18:55:15.406Z | May 03 18:55:15.396 ERRO slog-async: logger dropped messages due to channel overflow, count: 725, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3771 | 2022-05-03T18:55:15.412Z | May 03 18:55:15.403 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 |
| 3772 | 2022-05-03T18:55:15.418Z | May 03 18:55:15.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 |
| 3773 | 2022-05-03T18:55:15.733Z | test integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped ... ok |
| 3774 | 2022-05-03T18:55:15.832Z | May 03 18:55:15.831 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 |
| 3775 | 2022-05-03T18:55:15.951Z | May 03 18:55:15.950 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 |
| 3776 | 2022-05-03T18:55:15.957Z | May 03 18:55:15.950 ERRO slog-async: logger dropped messages due to channel overflow, count: 3317, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3777 | 2022-05-03T18:55:15.963Z | May 03 18:55:15.950 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 |
| 3778 | 2022-05-03T18:55:15.969Z | May 03 18:55:15.957 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 |
| 3779 | 2022-05-03T18:55:15.976Z | May 03 18:55:15.958 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 |
| 3780 | 2022-05-03T18:55:15.981Z | May 03 18:55:15.958 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3781 | 2022-05-03T18:55:15.987Z | May 03 18:55:15.958 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 |
| 3782 | 2022-05-03T18:55:15.994Z | May 03 18:55:15.966 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 |
| 3783 | 2022-05-03T18:55:16.000Z | May 03 18:55:15.967 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 |
| 3784 | 2022-05-03T18:55:16.006Z | May 03 18:55:15.968 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 |
| 3785 | 2022-05-03T18:55:16.012Z | May 03 18:55:15.968 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 |
| 3786 | 2022-05-03T18:55:16.018Z | May 03 18:55:15.968 ERRO slog-async: logger dropped messages due to channel overflow, count: 184, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3787 | 2022-05-03T18:55:16.024Z | May 03 18:55:15.968 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 |
| 3788 | 2022-05-03T18:55:16.030Z | May 03 18:55:15.976 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 |
| 3789 | 2022-05-03T18:55:16.036Z | May 03 18:55:15.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 |
| 3790 | 2022-05-03T18:55:16.042Z | May 03 18:55:15.977 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 |
| 3791 | 2022-05-03T18:55:16.048Z | May 03 18:55:15.986 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 |
| 3792 | 2022-05-03T18:55:16.054Z | May 03 18:55:15.987 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3793 | 2022-05-03T18:55:16.060Z | May 03 18:55:15.987 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3794 | 2022-05-03T18:55:16.066Z | May 03 18:55:15.987 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 |
| 3795 | 2022-05-03T18:55:16.072Z | May 03 18:55:15.991 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 |
| 3796 | 2022-05-03T18:55:16.078Z | May 03 18:55:15.992 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 |
| 3797 | 2022-05-03T18:55:16.084Z | May 03 18:55:15.993 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 |
| 3798 | 2022-05-03T18:55:16.090Z | May 03 18:55:15.993 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3799 | 2022-05-03T18:55:16.096Z | May 03 18:55:15.994 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 |
| 3800 | 2022-05-03T18:55:16.102Z | May 03 18:55:15.995 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 |
| 3801 | 2022-05-03T18:55:16.108Z | May 03 18:55:15.996 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 |
| 3802 | 2022-05-03T18:55:16.114Z | May 03 18:55:15.997 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 |
| 3803 | 2022-05-03T18:55:16.120Z | May 03 18:55:15.998 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 |
| 3804 | 2022-05-03T18:55:16.125Z | May 03 18:55:15.999 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 |
| 3805 | 2022-05-03T18:55:16.131Z | May 03 18:55:16.001 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 |
| 3806 | 2022-05-03T18:55:16.137Z | May 03 18:55:16.003 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 |
| 3807 | 2022-05-03T18:55:16.152Z | May 03 18:55:16.008 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 |
| 3808 | 2022-05-03T18:55:16.158Z | May 03 18:55:16.009 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 |
| 3809 | 2022-05-03T18:55:16.164Z | May 03 18:55:16.009 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 |
| 3810 | 2022-05-03T18:55:16.170Z | May 03 18:55:16.011 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 |
| 3811 | 2022-05-03T18:55:16.176Z | May 03 18:55:16.026 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 |
| 3812 | 2022-05-03T18:55:16.182Z | May 03 18:55:16.027 ERRO slog-async: logger dropped messages due to channel overflow, count: 1411, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3813 | 2022-05-03T18:55:16.188Z | May 03 18:55:16.027 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3814 | 2022-05-03T18:55:16.193Z | May 03 18:55:16.035 ERRO slog-async: logger dropped messages due to channel overflow, count: 787, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3815 | 2022-05-03T18:55:16.200Z | May 03 18:55:16.038 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 |
| 3816 | 2022-05-03T18:55:16.206Z | May 03 18:55:16.039 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3817 | 2022-05-03T18:55:16.212Z | May 03 18:55:16.044 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 |
| 3818 | 2022-05-03T18:55:16.218Z | May 03 18:55:16.044 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3819 | 2022-05-03T18:55:16.225Z | May 03 18:55:16.048 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 |
| 3820 | 2022-05-03T18:55:16.231Z | May 03 18:55:16.052 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 |
| 3821 | 2022-05-03T18:55:16.237Z | May 03 18:55:16.052 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3822 | 2022-05-03T18:55:16.243Z | May 03 18:55:16.061 ERRO slog-async: logger dropped messages due to channel overflow, count: 1227, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3823 | 2022-05-03T18:55:16.250Z | May 03 18:55:16.062 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3824 | 2022-05-03T18:55:16.256Z | May 03 18:55:16.069 ERRO slog-async: logger dropped messages due to channel overflow, count: 641, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3825 | 2022-05-03T18:55:16.262Z | May 03 18:55:16.074 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 |
| 3826 | 2022-05-03T18:55:16.269Z | May 03 18:55:16.079 ERRO slog-async: logger dropped messages due to channel overflow, count: 459, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3827 | 2022-05-03T18:55:16.274Z | May 03 18:55:16.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 |
| 3828 | 2022-05-03T18:55:16.280Z | May 03 18:55:16.081 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 |
| 3829 | 2022-05-03T18:55:16.286Z | May 03 18:55:16.082 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 |
| 3830 | 2022-05-03T18:55:16.292Z | May 03 18:55:16.083 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 |
| 3831 | 2022-05-03T18:55:16.298Z | May 03 18:55:16.084 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 |
| 3832 | 2022-05-03T18:55:16.304Z | May 03 18:55:16.085 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 |
| 3833 | 2022-05-03T18:55:16.309Z | May 03 18:55:16.086 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 |
| 3834 | 2022-05-03T18:55:16.315Z | May 03 18:55:16.087 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 |
| 3835 | 2022-05-03T18:55:16.321Z | May 03 18:55:16.088 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 |
| 3836 | 2022-05-03T18:55:16.327Z | May 03 18:55:16.104 ERRO slog-async: logger dropped messages due to channel overflow, count: 585, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3837 | 2022-05-03T18:55:16.333Z | May 03 18:55:16.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 |
| 3838 | 2022-05-03T18:55:16.339Z | May 03 18:55:16.115 ERRO slog-async: logger dropped messages due to channel overflow, count: 1694, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3839 | 2022-05-03T18:55:16.345Z | May 03 18:55:16.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 |
| 3840 | 2022-05-03T18:55:16.351Z | May 03 18:55:16.116 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 |
| 3841 | 2022-05-03T18:55:16.378Z | May 03 18:55:16.129 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 |
| 3842 | 2022-05-03T18:55:16.384Z | May 03 18:55:16.130 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 |
| 3843 | 2022-05-03T18:55:16.390Z | May 03 18:55:16.131 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 |
| 3844 | 2022-05-03T18:55:16.395Z | May 03 18:55:16.132 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 |
| 3845 | 2022-05-03T18:55:16.401Z | May 03 18:55:16.135 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 |
| 3846 | 2022-05-03T18:55:16.407Z | May 03 18:55:16.145 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 |
| 3847 | 2022-05-03T18:55:16.412Z | May 03 18:55:16.146 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 |
| 3848 | 2022-05-03T18:55:16.418Z | May 03 18:55:16.147 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 |
| 3849 | 2022-05-03T18:55:16.424Z | May 03 18:55:16.147 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 |
| 3850 | 2022-05-03T18:55:16.430Z | May 03 18:55:16.159 ERRO slog-async: logger dropped messages due to channel overflow, count: 919, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3851 | 2022-05-03T18:55:16.494Z | May 03 18:55:16.164 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 |
| 3852 | 2022-05-03T18:55:16.500Z | May 03 18:55:16.166 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 |
| 3853 | 2022-05-03T18:55:16.506Z | May 03 18:55:16.173 ERRO slog-async: logger dropped messages due to channel overflow, count: 265, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3854 | 2022-05-03T18:55:16.512Z | May 03 18:55:16.181 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 |
| 3855 | 2022-05-03T18:55:16.518Z | May 03 18:55:16.189 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 |
| 3856 | 2022-05-03T18:55:16.524Z | May 03 18:55:16.190 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3857 | 2022-05-03T18:55:16.530Z | May 03 18:55:16.193 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 |
| 3858 | 2022-05-03T18:55:16.536Z | May 03 18:55:16.199 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 |
| 3859 | 2022-05-03T18:55:16.542Z | May 03 18:55:16.203 ERRO slog-async: logger dropped messages due to channel overflow, count: 221, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3860 | 2022-05-03T18:55:16.547Z | May 03 18:55:16.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 |
| 3861 | 2022-05-03T18:55:16.553Z | May 03 18:55:16.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 |
| 3862 | 2022-05-03T18:55:16.559Z | May 03 18:55:16.215 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 |
| 3863 | 2022-05-03T18:55:16.565Z | May 03 18:55:16.224 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 |
| 3864 | 2022-05-03T18:55:16.571Z | May 03 18:55:16.224 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3865 | 2022-05-03T18:55:16.577Z | May 03 18:55:16.224 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 |
| 3866 | 2022-05-03T18:55:16.583Z | May 03 18:55:16.233 ERRO slog-async: logger dropped messages due to channel overflow, count: 1231, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3867 | 2022-05-03T18:55:16.589Z | May 03 18:55:16.233 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3868 | 2022-05-03T18:55:16.595Z | May 03 18:55:16.233 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 |
| 3869 | 2022-05-03T18:55:16.601Z | May 03 18:55:16.234 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 |
| 3870 | 2022-05-03T18:55:16.606Z | May 03 18:55:16.236 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 |
| 3871 | 2022-05-03T18:55:16.612Z | May 03 18:55:16.242 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 |
| 3872 | 2022-05-03T18:55:16.618Z | May 03 18:55:16.242 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 |
| 3873 | 2022-05-03T18:55:16.624Z | May 03 18:55:16.242 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 |
| 3874 | 2022-05-03T18:55:16.630Z | May 03 18:55:16.248 ERRO slog-async: logger dropped messages due to channel overflow, count: 485, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3875 | 2022-05-03T18:55:16.636Z | May 03 18:55:16.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 |
| 3876 | 2022-05-03T18:55:16.642Z | May 03 18:55:16.252 ERRO slog-async: logger dropped messages due to channel overflow, count: 237, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3877 | 2022-05-03T18:55:16.648Z | May 03 18:55:16.258 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 |
| 3878 | 2022-05-03T18:55:16.654Z | May 03 18:55:16.259 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 |
| 3879 | 2022-05-03T18:55:16.659Z | May 03 18:55:16.260 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 |
| 3880 | 2022-05-03T18:55:16.665Z | May 03 18:55:16.261 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 |
| 3881 | 2022-05-03T18:55:16.671Z | May 03 18:55:16.262 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 |
| 3882 | 2022-05-03T18:55:16.677Z | May 03 18:55:16.263 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 |
| 3883 | 2022-05-03T18:55:16.683Z | May 03 18:55:16.264 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 |
| 3884 | 2022-05-03T18:55:16.689Z | May 03 18:55:16.265 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 |
| 3885 | 2022-05-03T18:55:16.694Z | May 03 18:55:16.265 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3886 | 2022-05-03T18:55:16.700Z | May 03 18:55:16.305 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 |
| 3887 | 2022-05-03T18:55:16.709Z | May 03 18:55:16.306 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 |
| 3888 | 2022-05-03T18:55:16.719Z | May 03 18:55:16.307 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 |
| 3889 | 2022-05-03T18:55:16.725Z | May 03 18:55:16.307 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 |
| 3890 | 2022-05-03T18:55:16.731Z | May 03 18:55:16.308 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 |
| 3891 | 2022-05-03T18:55:16.737Z | May 03 18:55:16.309 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 |
| 3892 | 2022-05-03T18:55:16.742Z | May 03 18:55:16.311 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 |
| 3893 | 2022-05-03T18:55:16.748Z | May 03 18:55:16.311 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 |
| 3894 | 2022-05-03T18:55:16.754Z | May 03 18:55:16.313 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 |
| 3895 | 2022-05-03T18:55:16.767Z | May 03 18:55:16.313 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 |
| 3896 | 2022-05-03T18:55:16.773Z | May 03 18:55:16.316 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 |
| 3897 | 2022-05-03T18:55:16.778Z | May 03 18:55:16.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 |
| 3898 | 2022-05-03T18:55:16.784Z | May 03 18:55:16.322 ERRO slog-async: logger dropped messages due to channel overflow, count: 909, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3899 | 2022-05-03T18:55:16.790Z | May 03 18:55:16.324 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 |
| 3900 | 2022-05-03T18:55:16.797Z | May 03 18:55:16.325 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3901 | 2022-05-03T18:55:16.803Z | May 03 18:55:16.325 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 |
| 3902 | 2022-05-03T18:55:16.809Z | May 03 18:55:16.326 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 |
| 3903 | 2022-05-03T18:55:16.814Z | May 03 18:55:16.327 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 |
| 3904 | 2022-05-03T18:55:16.820Z | May 03 18:55:16.328 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 |
| 3905 | 2022-05-03T18:55:16.826Z | May 03 18:55:16.329 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 |
| 3906 | 2022-05-03T18:55:16.832Z | May 03 18:55:16.330 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3907 | 2022-05-03T18:55:16.838Z | May 03 18:55:16.331 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 |
| 3908 | 2022-05-03T18:55:16.844Z | May 03 18:55:16.332 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 |
| 3909 | 2022-05-03T18:55:16.849Z | May 03 18:55:16.332 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 |
| 3910 | 2022-05-03T18:55:16.855Z | May 03 18:55:16.333 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 |
| 3911 | 2022-05-03T18:55:16.861Z | May 03 18:55:16.334 ERRO slog-async: logger dropped messages due to channel overflow, count: 58, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3912 | 2022-05-03T18:55:16.866Z | May 03 18:55:16.335 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 |
| 3913 | 2022-05-03T18:55:16.872Z | May 03 18:55:16.336 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 |
| 3914 | 2022-05-03T18:55:16.878Z | May 03 18:55:16.337 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 |
| 3915 | 2022-05-03T18:55:16.884Z | May 03 18:55:16.338 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 |
| 3916 | 2022-05-03T18:55:16.889Z | May 03 18:55:16.339 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 |
| 3917 | 2022-05-03T18:55:16.895Z | May 03 18:55:16.340 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 |
| 3918 | 2022-05-03T18:55:16.901Z | May 03 18:55:16.341 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 |
| 3919 | 2022-05-03T18:55:16.906Z | May 03 18:55:16.342 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 |
| 3920 | 2022-05-03T18:55:16.912Z | May 03 18:55:16.343 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3921 | 2022-05-03T18:55:16.918Z | May 03 18:55:16.344 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 |
| 3922 | 2022-05-03T18:55:16.924Z | May 03 18:55:16.345 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 |
| 3923 | 2022-05-03T18:55:16.930Z | May 03 18:55:16.345 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 |
| 3924 | 2022-05-03T18:55:16.935Z | May 03 18:55:16.346 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 |
| 3925 | 2022-05-03T18:55:16.940Z | May 03 18:55:16.347 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 |
| 3926 | 2022-05-03T18:55:16.946Z | May 03 18:55:16.348 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 |
| 3927 | 2022-05-03T18:55:16.952Z | May 03 18:55:16.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 |
| 3928 | 2022-05-03T18:55:16.957Z | May 03 18:55:16.350 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 |
| 3929 | 2022-05-03T18:55:16.963Z | May 03 18:55:16.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 |
| 3930 | 2022-05-03T18:55:16.969Z | May 03 18:55:16.351 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 |
| 3931 | 2022-05-03T18:55:16.975Z | May 03 18:55:16.355 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 |
| 3932 | 2022-05-03T18:55:16.981Z | May 03 18:55:16.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 |
| 3933 | 2022-05-03T18:55:16.987Z | May 03 18:55:16.357 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 |
| 3934 | 2022-05-03T18:55:16.992Z | May 03 18:55:16.361 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 |
| 3935 | 2022-05-03T18:55:16.998Z | May 03 18:55:16.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 |
| 3936 | 2022-05-03T18:55:17.005Z | May 03 18:55:16.363 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 |
| 3937 | 2022-05-03T18:55:17.011Z | May 03 18:55:16.363 ERRO slog-async: logger dropped messages due to channel overflow, count: 150, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3938 | 2022-05-03T18:55:17.017Z | May 03 18:55:16.364 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 |
| 3939 | 2022-05-03T18:55:17.023Z | May 03 18:55:16.365 ERRO slog-async: logger dropped messages due to channel overflow, count: 155, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3940 | 2022-05-03T18:55:17.028Z | May 03 18:55:16.366 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 |
| 3941 | 2022-05-03T18:55:17.035Z | May 03 18:55:16.372 ERRO slog-async: logger dropped messages due to channel overflow, count: 303, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3942 | 2022-05-03T18:55:17.040Z | May 03 18:55:16.373 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3943 | 2022-05-03T18:55:17.046Z | May 03 18:55:16.374 ERRO slog-async: logger dropped messages due to channel overflow, count: 238, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3944 | 2022-05-03T18:55:17.052Z | May 03 18:55:16.376 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 |
| 3945 | 2022-05-03T18:55:17.058Z | May 03 18:55:16.377 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 |
| 3946 | 2022-05-03T18:55:17.063Z | May 03 18:55:16.381 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 |
| 3947 | 2022-05-03T18:55:17.069Z | May 03 18:55:16.381 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3948 | 2022-05-03T18:55:17.075Z | May 03 18:55:16.382 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 |
| 3949 | 2022-05-03T18:55:17.081Z | May 03 18:55:16.382 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3950 | 2022-05-03T18:55:17.087Z | May 03 18:55:16.388 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 |
| 3951 | 2022-05-03T18:55:17.093Z | May 03 18:55:16.388 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3952 | 2022-05-03T18:55:17.099Z | May 03 18:55:16.395 ERRO slog-async: logger dropped messages due to channel overflow, count: 925, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3953 | 2022-05-03T18:55:17.105Z | May 03 18:55:16.395 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3954 | 2022-05-03T18:55:17.110Z | May 03 18:55:16.402 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 |
| 3955 | 2022-05-03T18:55:17.116Z | May 03 18:55:16.414 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 |
| 3956 | 2022-05-03T18:55:17.122Z | May 03 18:55:16.414 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3957 | 2022-05-03T18:55:17.127Z | May 03 18:55:16.423 ERRO slog-async: logger dropped messages due to channel overflow, count: 577, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3958 | 2022-05-03T18:55:17.133Z | May 03 18:55:16.423 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3959 | 2022-05-03T18:55:17.139Z | May 03 18:55:16.426 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 |
| 3960 | 2022-05-03T18:55:17.145Z | May 03 18:55:16.434 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 |
| 3961 | 2022-05-03T18:55:17.151Z | May 03 18:55:16.435 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 |
| 3962 | 2022-05-03T18:55:17.157Z | May 03 18:55:16.436 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 |
| 3963 | 2022-05-03T18:55:17.163Z | May 03 18:55:16.437 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 |
| 3964 | 2022-05-03T18:55:17.169Z | May 03 18:55:16.438 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 |
| 3965 | 2022-05-03T18:55:17.175Z | May 03 18:55:16.439 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 |
| 3966 | 2022-05-03T18:55:17.181Z | May 03 18:55:16.440 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 |
| 3967 | 2022-05-03T18:55:17.186Z | May 03 18:55:16.441 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 |
| 3968 | 2022-05-03T18:55:17.192Z | May 03 18:55:16.442 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 |
| 3969 | 2022-05-03T18:55:17.198Z | May 03 18:55:16.442 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3970 | 2022-05-03T18:55:17.204Z | May 03 18:55:16.453 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 |
| 3971 | 2022-05-03T18:55:17.209Z | May 03 18:55:16.454 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 |
| 3972 | 2022-05-03T18:55:17.216Z | May 03 18:55:16.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 |
| 3973 | 2022-05-03T18:55:17.222Z | May 03 18:55:16.482 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 |
| 3974 | 2022-05-03T18:55:17.228Z | May 03 18:55:16.483 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 |
| 3975 | 2022-05-03T18:55:17.233Z | May 03 18:55:16.484 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 |
| 3976 | 2022-05-03T18:55:17.239Z | May 03 18:55:16.485 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 |
| 3977 | 2022-05-03T18:55:17.245Z | May 03 18:55:16.502 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 |
| 3978 | 2022-05-03T18:55:17.251Z | May 03 18:55:16.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 |
| 3979 | 2022-05-03T18:55:17.257Z | May 03 18:55:16.503 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 |
| 3980 | 2022-05-03T18:55:17.263Z | May 03 18:55:16.504 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 |
| 3981 | 2022-05-03T18:55:17.269Z | May 03 18:55:16.518 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 |
| 3982 | 2022-05-03T18:55:17.276Z | May 03 18:55:16.518 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3983 | 2022-05-03T18:55:17.282Z | May 03 18:55:16.538 ERRO slog-async: logger dropped messages due to channel overflow, count: 625, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3984 | 2022-05-03T18:55:17.287Z | May 03 18:55:16.586 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 |
| 3985 | 2022-05-03T18:55:17.293Z | May 03 18:55:16.586 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3986 | 2022-05-03T18:55:17.299Z | May 03 18:55:16.587 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 |
| 3987 | 2022-05-03T18:55:17.304Z | May 03 18:55:16.589 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3988 | 2022-05-03T18:55:17.310Z | May 03 18:55:16.590 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3989 | 2022-05-03T18:55:17.316Z | May 03 18:55:16.590 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 |
| 3990 | 2022-05-03T18:55:17.321Z | May 03 18:55:16.591 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 |
| 3991 | 2022-05-03T18:55:17.327Z | May 03 18:55:16.592 ERRO slog-async: logger dropped messages due to channel overflow, count: 138, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 3992 | 2022-05-03T18:55:17.333Z | May 03 18:55:16.593 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 |
| 3993 | 2022-05-03T18:55:17.338Z | May 03 18:55:16.594 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 |
| 3994 | 2022-05-03T18:55:17.344Z | May 03 18:55:16.595 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 |
| 3995 | 2022-05-03T18:55:17.350Z | May 03 18:55:16.596 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 |
| 3996 | 2022-05-03T18:55:17.355Z | May 03 18:55:16.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 |
| 3997 | 2022-05-03T18:55:17.361Z | May 03 18:55:16.597 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 |
| 3998 | 2022-05-03T18:55:17.367Z | May 03 18:55:16.604 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 |
| 3999 | 2022-05-03T18:55:17.372Z | May 03 18:55:16.604 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 |
| 4000 | 2022-05-03T18:55:17.403Z | May 03 18:55:16.604 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4001 | 2022-05-03T18:55:17.409Z | May 03 18:55:16.605 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 |
| 4002 | 2022-05-03T18:55:17.415Z | May 03 18:55:16.606 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 |
| 4003 | 2022-05-03T18:55:17.421Z | May 03 18:55:16.612 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 |
| 4004 | 2022-05-03T18:55:17.427Z | May 03 18:55:16.620 ERRO slog-async: logger dropped messages due to channel overflow, count: 407, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4005 | 2022-05-03T18:55:17.433Z | May 03 18:55:16.620 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4006 | 2022-05-03T18:55:17.438Z | May 03 18:55:16.634 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 |
| 4007 | 2022-05-03T18:55:17.443Z | May 03 18:55:16.663 ERRO slog-async: logger dropped messages due to channel overflow, count: 612, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4008 | 2022-05-03T18:55:17.449Z | May 03 18:55:16.663 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 |
| 4009 | 2022-05-03T18:55:17.454Z | May 03 18:55:16.663 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4010 | 2022-05-03T18:55:17.460Z | May 03 18:55:16.663 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 |
| 4011 | 2022-05-03T18:55:17.465Z | May 03 18:55:16.690 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 |
| 4012 | 2022-05-03T18:55:17.471Z | May 03 18:55:16.703 ERRO slog-async: logger dropped messages due to channel overflow, count: 283, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4013 | 2022-05-03T18:55:17.476Z | May 03 18:55:16.705 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4014 | 2022-05-03T18:55:17.482Z | May 03 18:55:16.705 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4015 | 2022-05-03T18:55:17.488Z | May 03 18:55:16.710 ERRO slog-async: logger dropped messages due to channel overflow, count: 538, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4016 | 2022-05-03T18:55:17.494Z | May 03 18:55:16.714 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 |
| 4017 | 2022-05-03T18:55:17.500Z | May 03 18:55:16.715 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4018 | 2022-05-03T18:55:17.505Z | May 03 18:55:16.722 ERRO slog-async: logger dropped messages due to channel overflow, count: 824, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4019 | 2022-05-03T18:55:17.511Z | May 03 18:55:16.735 ERRO slog-async: logger dropped messages due to channel overflow, count: 604, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4020 | 2022-05-03T18:55:17.517Z | May 03 18:55:16.739 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 |
| 4021 | 2022-05-03T18:55:17.522Z | May 03 18:55:16.739 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4022 | 2022-05-03T18:55:17.528Z | May 03 18:55:16.743 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 |
| 4023 | 2022-05-03T18:55:17.534Z | May 03 18:55:16.744 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4024 | 2022-05-03T18:55:17.540Z | May 03 18:55:16.747 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 |
| 4025 | 2022-05-03T18:55:17.545Z | May 03 18:55:16.772 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 |
| 4026 | 2022-05-03T18:55:17.551Z | May 03 18:55:16.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 |
| 4027 | 2022-05-03T18:55:17.559Z | May 03 18:55:16.784 ERRO slog-async: logger dropped messages due to channel overflow, count: 1377, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4028 | 2022-05-03T18:55:17.567Z | May 03 18:55:16.784 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4029 | 2022-05-03T18:55:17.573Z | May 03 18:55:16.785 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 |
| 4030 | 2022-05-03T18:55:17.578Z | May 03 18:55:16.785 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4031 | 2022-05-03T18:55:17.584Z | May 03 18:55:16.796 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 |
| 4032 | 2022-05-03T18:55:17.590Z | May 03 18:55:16.800 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 |
| 4033 | 2022-05-03T18:55:17.596Z | May 03 18:55:16.805 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 |
| 4034 | 2022-05-03T18:55:17.601Z | May 03 18:55:16.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 |
| 4035 | 2022-05-03T18:55:17.607Z | May 03 18:55:16.809 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 |
| 4036 | 2022-05-03T18:55:17.613Z | May 03 18:55:16.819 ERRO slog-async: logger dropped messages due to channel overflow, count: 201, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4037 | 2022-05-03T18:55:17.618Z | May 03 18:55:16.826 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 |
| 4038 | 2022-05-03T18:55:17.624Z | May 03 18:55:16.832 ERRO slog-async: logger dropped messages due to channel overflow, count: 482, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4039 | 2022-05-03T18:55:17.630Z | May 03 18:55:16.837 ERRO slog-async: logger dropped messages due to channel overflow, count: 611, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4040 | 2022-05-03T18:55:17.635Z | May 03 18:55:16.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 |
| 4041 | 2022-05-03T18:55:17.640Z | May 03 18:55:16.858 ERRO slog-async: logger dropped messages due to channel overflow, count: 479, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4042 | 2022-05-03T18:55:17.646Z | May 03 18:55:16.859 ERRO slog-async: logger dropped messages due to channel overflow, count: 398, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4043 | 2022-05-03T18:55:17.651Z | May 03 18:55:16.864 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 |
| 4044 | 2022-05-03T18:55:17.657Z | May 03 18:55:16.888 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 |
| 4045 | 2022-05-03T18:55:17.662Z | May 03 18:55:16.888 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4046 | 2022-05-03T18:55:17.668Z | May 03 18:55:16.890 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 |
| 4047 | 2022-05-03T18:55:17.673Z | May 03 18:55:16.890 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 |
| 4048 | 2022-05-03T18:55:17.679Z | May 03 18:55:16.891 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 |
| 4049 | 2022-05-03T18:55:17.685Z | May 03 18:55:16.892 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 |
| 4050 | 2022-05-03T18:55:17.691Z | May 03 18:55:16.893 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4051 | 2022-05-03T18:55:17.711Z | May 03 18:55:16.894 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 |
| 4052 | 2022-05-03T18:55:17.717Z | May 03 18:55:16.894 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 |
| 4053 | 2022-05-03T18:55:17.723Z | May 03 18:55:16.895 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 |
| 4054 | 2022-05-03T18:55:17.729Z | May 03 18:55:16.896 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 |
| 4055 | 2022-05-03T18:55:17.735Z | May 03 18:55:16.896 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 |
| 4056 | 2022-05-03T18:55:17.741Z | May 03 18:55:16.897 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 |
| 4057 | 2022-05-03T18:55:17.747Z | May 03 18:55:16.898 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 |
| 4058 | 2022-05-03T18:55:17.753Z | May 03 18:55:16.899 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 |
| 4059 | 2022-05-03T18:55:17.759Z | May 03 18:55:16.899 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 |
| 4060 | 2022-05-03T18:55:17.764Z | May 03 18:55:16.900 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 |
| 4061 | 2022-05-03T18:55:17.771Z | May 03 18:55:16.901 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 |
| 4062 | 2022-05-03T18:55:17.776Z | May 03 18:55:16.902 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 |
| 4063 | 2022-05-03T18:55:17.782Z | May 03 18:55:16.902 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 |
| 4064 | 2022-05-03T18:55:17.789Z | May 03 18:55:16.903 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 |
| 4065 | 2022-05-03T18:55:17.794Z | May 03 18:55:16.904 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 |
| 4066 | 2022-05-03T18:55:17.801Z | May 03 18:55:16.905 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 |
| 4067 | 2022-05-03T18:55:17.807Z | May 03 18:55:16.905 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 |
| 4068 | 2022-05-03T18:55:17.812Z | May 03 18:55:16.906 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 |
| 4069 | 2022-05-03T18:55:17.818Z | May 03 18:55:16.906 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 |
| 4070 | 2022-05-03T18:55:17.824Z | May 03 18:55:16.907 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 |
| 4071 | 2022-05-03T18:55:17.830Z | May 03 18:55:16.907 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 |
| 4072 | 2022-05-03T18:55:17.836Z | May 03 18:55:16.907 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4073 | 2022-05-03T18:55:17.843Z | May 03 18:55:16.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 |
| 4074 | 2022-05-03T18:55:17.849Z | May 03 18:55:16.908 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 |
| 4075 | 2022-05-03T18:55:17.855Z | May 03 18:55:16.908 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 |
| 4076 | 2022-05-03T18:55:17.862Z | May 03 18:55:16.911 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 |
| 4077 | 2022-05-03T18:55:17.868Z | May 03 18:55:16.927 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 |
| 4078 | 2022-05-03T18:55:17.874Z | May 03 18:55:16.957 ERRO slog-async: logger dropped messages due to channel overflow, count: 1009, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4079 | 2022-05-03T18:55:17.880Z | May 03 18:55:16.957 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4080 | 2022-05-03T18:55:17.886Z | May 03 18:55:16.959 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 |
| 4081 | 2022-05-03T18:55:17.892Z | May 03 18:55:16.969 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 |
| 4082 | 2022-05-03T18:55:17.898Z | May 03 18:55:16.969 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4083 | 2022-05-03T18:55:17.903Z | May 03 18:55:16.977 ERRO slog-async: logger dropped messages due to channel overflow, count: 265, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4084 | 2022-05-03T18:55:17.909Z | May 03 18:55:16.986 ERRO slog-async: logger dropped messages due to channel overflow, count: 1263, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4085 | 2022-05-03T18:55:17.915Z | May 03 18:55:16.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 |
| 4086 | 2022-05-03T18:55:17.921Z | May 03 18:55:16.996 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 |
| 4087 | 2022-05-03T18:55:17.927Z | May 03 18:55:16.998 ERRO slog-async: logger dropped messages due to channel overflow, count: 465, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4088 | 2022-05-03T18:55:17.933Z | May 03 18:55:16.999 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 |
| 4089 | 2022-05-03T18:55:17.949Z | May 03 18:55:16.999 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4090 | 2022-05-03T18:55:17.955Z | May 03 18:55:17.003 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 |
| 4091 | 2022-05-03T18:55:17.962Z | May 03 18:55:17.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 |
| 4092 | 2022-05-03T18:55:17.968Z | May 03 18:55:17.013 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 |
| 4093 | 2022-05-03T18:55:17.974Z | May 03 18:55:17.013 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 |
| 4094 | 2022-05-03T18:55:17.979Z | May 03 18:55:17.020 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 |
| 4095 | 2022-05-03T18:55:17.985Z | May 03 18:55:17.024 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 |
| 4096 | 2022-05-03T18:55:17.991Z | May 03 18:55:17.025 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4097 | 2022-05-03T18:55:17.997Z | May 03 18:55:17.027 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 |
| 4098 | 2022-05-03T18:55:18.003Z | May 03 18:55:17.034 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 |
| 4099 | 2022-05-03T18:55:18.009Z | May 03 18:55:17.037 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 |
| 4100 | 2022-05-03T18:55:18.015Z | May 03 18:55:17.044 ERRO slog-async: logger dropped messages due to channel overflow, count: 567, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4101 | 2022-05-03T18:55:18.021Z | May 03 18:55:17.045 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 |
| 4102 | 2022-05-03T18:55:18.027Z | May 03 18:55:17.045 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4103 | 2022-05-03T18:55:18.033Z | May 03 18:55:17.047 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 |
| 4104 | 2022-05-03T18:55:18.039Z | May 03 18:55:17.047 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 |
| 4105 | 2022-05-03T18:55:18.045Z | May 03 18:55:17.048 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 |
| 4106 | 2022-05-03T18:55:18.051Z | May 03 18:55:17.049 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 |
| 4107 | 2022-05-03T18:55:18.057Z | May 03 18:55:17.050 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 |
| 4108 | 2022-05-03T18:55:18.062Z | May 03 18:55:17.050 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 |
| 4109 | 2022-05-03T18:55:18.069Z | May 03 18:55:17.050 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 |
| 4110 | 2022-05-03T18:55:18.075Z | May 03 18:55:17.056 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 |
| 4111 | 2022-05-03T18:55:18.081Z | May 03 18:55:17.056 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 |
| 4112 | 2022-05-03T18:55:18.087Z | May 03 18:55:17.068 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 |
| 4113 | 2022-05-03T18:55:18.093Z | May 03 18:55:17.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 |
| 4114 | 2022-05-03T18:55:18.099Z | May 03 18:55:17.069 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 |
| 4115 | 2022-05-03T18:55:18.105Z | May 03 18:55:17.070 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4116 | 2022-05-03T18:55:18.111Z | May 03 18:55:17.070 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 |
| 4117 | 2022-05-03T18:55:18.117Z | May 03 18:55:17.071 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 |
| 4118 | 2022-05-03T18:55:18.122Z | May 03 18:55:17.074 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 |
| 4119 | 2022-05-03T18:55:18.128Z | May 03 18:55:17.074 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4120 | 2022-05-03T18:55:18.134Z | May 03 18:55:17.080 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 |
| 4121 | 2022-05-03T18:55:18.139Z | May 03 18:55:17.081 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 |
| 4122 | 2022-05-03T18:55:18.145Z | May 03 18:55:17.086 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 |
| 4123 | 2022-05-03T18:55:18.152Z | May 03 18:55:17.093 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 |
| 4124 | 2022-05-03T18:55:18.158Z | May 03 18:55:17.094 ERRO slog-async: logger dropped messages due to channel overflow, count: 589, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4125 | 2022-05-03T18:55:18.163Z | May 03 18:55:17.094 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 |
| 4126 | 2022-05-03T18:55:18.169Z | May 03 18:55:17.101 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 |
| 4127 | 2022-05-03T18:55:18.175Z | May 03 18:55:17.103 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 |
| 4128 | 2022-05-03T18:55:18.181Z | May 03 18:55:17.107 ERRO slog-async: logger dropped messages due to channel overflow, count: 507, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4129 | 2022-05-03T18:55:18.187Z | May 03 18:55:17.107 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4130 | 2022-05-03T18:55:18.193Z | May 03 18:55:17.112 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 |
| 4131 | 2022-05-03T18:55:18.202Z | May 03 18:55:17.112 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4132 | 2022-05-03T18:55:18.208Z | May 03 18:55:17.115 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 |
| 4133 | 2022-05-03T18:55:18.214Z | May 03 18:55:17.126 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 |
| 4134 | 2022-05-03T18:55:18.220Z | May 03 18:55:17.139 ERRO slog-async: logger dropped messages due to channel overflow, count: 208, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4135 | 2022-05-03T18:55:18.226Z | May 03 18:55:17.142 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 |
| 4136 | 2022-05-03T18:55:18.232Z | May 03 18:55:17.143 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 |
| 4137 | 2022-05-03T18:55:18.238Z | May 03 18:55:17.144 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 |
| 4138 | 2022-05-03T18:55:18.244Z | May 03 18:55:17.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 |
| 4139 | 2022-05-03T18:55:18.250Z | May 03 18:55:17.146 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 |
| 4140 | 2022-05-03T18:55:18.256Z | May 03 18:55:17.147 ERRO slog-async: logger dropped messages due to channel overflow, count: 155, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4141 | 2022-05-03T18:55:18.262Z | May 03 18:55:17.147 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4142 | 2022-05-03T18:55:18.268Z | May 03 18:55:17.149 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 |
| 4143 | 2022-05-03T18:55:18.274Z | May 03 18:55:17.150 ERRO slog-async: logger dropped messages due to channel overflow, count: 314, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4144 | 2022-05-03T18:55:18.280Z | May 03 18:55:17.151 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 |
| 4145 | 2022-05-03T18:55:18.287Z | May 03 18:55:17.151 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 |
| 4146 | 2022-05-03T18:55:18.293Z | May 03 18:55:17.152 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 |
| 4147 | 2022-05-03T18:55:18.299Z | May 03 18:55:17.152 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 |
| 4148 | 2022-05-03T18:55:18.304Z | May 03 18:55:17.160 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 |
| 4149 | 2022-05-03T18:55:18.311Z | May 03 18:55:17.161 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 |
| 4150 | 2022-05-03T18:55:18.316Z | May 03 18:55:17.161 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 |
| 4151 | 2022-05-03T18:55:18.323Z | May 03 18:55:17.162 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 |
| 4152 | 2022-05-03T18:55:18.329Z | May 03 18:55:17.164 ERRO slog-async: logger dropped messages due to channel overflow, count: 58, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4153 | 2022-05-03T18:55:18.336Z | May 03 18:55:17.166 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 |
| 4154 | 2022-05-03T18:55:18.342Z | May 03 18:55:17.170 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 |
| 4155 | 2022-05-03T18:55:18.347Z | May 03 18:55:17.185 ERRO slog-async: logger dropped messages due to channel overflow, count: 943, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4156 | 2022-05-03T18:55:18.354Z | May 03 18:55:17.192 ERRO slog-async: logger dropped messages due to channel overflow, count: 659, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4157 | 2022-05-03T18:55:18.360Z | May 03 18:55:17.208 ERRO slog-async: logger dropped messages due to channel overflow, count: 167, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4158 | 2022-05-03T18:55:18.366Z | May 03 18:55:17.212 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 |
| 4159 | 2022-05-03T18:55:18.404Z | May 03 18:55:17.221 ERRO slog-async: logger dropped messages due to channel overflow, count: 373, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4160 | 2022-05-03T18:55:18.431Z | May 03 18:55:17.221 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4161 | 2022-05-03T18:55:18.437Z | May 03 18:55:17.235 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 |
| 4162 | 2022-05-03T18:55:18.443Z | May 03 18:55:17.262 ERRO slog-async: logger dropped messages due to channel overflow, count: 1483, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4163 | 2022-05-03T18:55:18.449Z | May 03 18:55:17.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 |
| 4164 | 2022-05-03T18:55:18.456Z | May 03 18:55:17.265 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 |
| 4165 | 2022-05-03T18:55:18.462Z | May 03 18:55:17.265 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4166 | 2022-05-03T18:55:18.468Z | May 03 18:55:17.269 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 |
| 4167 | 2022-05-03T18:55:18.474Z | May 03 18:55:17.277 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 |
| 4168 | 2022-05-03T18:55:18.481Z | May 03 18:55:17.280 ERRO slog-async: logger dropped messages due to channel overflow, count: 221, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4169 | 2022-05-03T18:55:18.487Z | May 03 18:55:17.280 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4170 | 2022-05-03T18:55:18.493Z | May 03 18:55:17.290 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 |
| 4171 | 2022-05-03T18:55:18.499Z | May 03 18:55:17.298 ERRO slog-async: logger dropped messages due to channel overflow, count: 728, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4172 | 2022-05-03T18:55:18.506Z | May 03 18:55:17.305 ERRO slog-async: logger dropped messages due to channel overflow, count: 257, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4173 | 2022-05-03T18:55:18.512Z | May 03 18:55:17.306 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4174 | 2022-05-03T18:55:18.518Z | May 03 18:55:17.306 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 |
| 4175 | 2022-05-03T18:55:18.524Z | May 03 18:55:17.313 ERRO slog-async: logger dropped messages due to channel overflow, count: 885, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4176 | 2022-05-03T18:55:18.530Z | May 03 18:55:17.320 ERRO slog-async: logger dropped messages due to channel overflow, count: 805, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4177 | 2022-05-03T18:55:18.536Z | May 03 18:55:17.320 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4178 | 2022-05-03T18:55:18.542Z | May 03 18:55:17.325 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 |
| 4179 | 2022-05-03T18:55:18.548Z | May 03 18:55:17.326 ERRO slog-async: logger dropped messages due to channel overflow, count: 155, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4180 | 2022-05-03T18:55:18.553Z | May 03 18:55:17.326 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 |
| 4181 | 2022-05-03T18:55:18.560Z | May 03 18:55:17.328 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 |
| 4182 | 2022-05-03T18:55:18.566Z | May 03 18:55:17.341 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 |
| 4183 | 2022-05-03T18:55:18.572Z | May 03 18:55:17.341 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4184 | 2022-05-03T18:55:18.579Z | May 03 18:55:17.358 ERRO slog-async: logger dropped messages due to channel overflow, count: 347, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4185 | 2022-05-03T18:55:18.585Z | May 03 18:55:17.371 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 |
| 4186 | 2022-05-03T18:55:18.591Z | May 03 18:55:17.371 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4187 | 2022-05-03T18:55:18.597Z | May 03 18:55:17.373 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 |
| 4188 | 2022-05-03T18:55:18.603Z | May 03 18:55:17.386 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 |
| 4189 | 2022-05-03T18:55:18.610Z | May 03 18:55:17.386 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4190 | 2022-05-03T18:55:18.616Z | May 03 18:55:17.389 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 |
| 4191 | 2022-05-03T18:55:18.621Z | May 03 18:55:17.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 |
| 4192 | 2022-05-03T18:55:18.628Z | May 03 18:55:17.393 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 |
| 4193 | 2022-05-03T18:55:18.633Z | May 03 18:55:17.401 ERRO slog-async: logger dropped messages due to channel overflow, count: 407, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4194 | 2022-05-03T18:55:18.640Z | May 03 18:55:17.403 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 |
| 4195 | 2022-05-03T18:55:18.645Z | May 03 18:55:17.405 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 |
| 4196 | 2022-05-03T18:55:18.651Z | May 03 18:55:17.410 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 |
| 4197 | 2022-05-03T18:55:18.657Z | May 03 18:55:17.410 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4198 | 2022-05-03T18:55:18.663Z | May 03 18:55:17.411 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 |
| 4199 | 2022-05-03T18:55:18.669Z | May 03 18:55:17.411 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4200 | 2022-05-03T18:55:18.675Z | May 03 18:55:17.414 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 |
| 4201 | 2022-05-03T18:55:18.681Z | May 03 18:55:17.414 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4202 | 2022-05-03T18:55:18.687Z | May 03 18:55:17.416 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 |
| 4203 | 2022-05-03T18:55:18.702Z | May 03 18:55:17.431 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 |
| 4204 | 2022-05-03T18:55:18.708Z | May 03 18:55:17.439 ERRO slog-async: logger dropped messages due to channel overflow, count: 1223, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4205 | 2022-05-03T18:55:18.715Z | May 03 18:55:17.439 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4206 | 2022-05-03T18:55:18.721Z | May 03 18:55:17.447 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 |
| 4207 | 2022-05-03T18:55:18.727Z | May 03 18:55:17.447 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4208 | 2022-05-03T18:55:18.733Z | May 03 18:55:17.447 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 |
| 4209 | 2022-05-03T18:55:18.740Z | May 03 18:55:17.453 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 |
| 4210 | 2022-05-03T18:55:18.754Z | May 03 18:55:17.461 ERRO slog-async: logger dropped messages due to channel overflow, count: 291, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4211 | 2022-05-03T18:55:18.760Z | May 03 18:55:17.484 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 |
| 4212 | 2022-05-03T18:55:18.766Z | May 03 18:55:17.490 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 |
| 4213 | 2022-05-03T18:55:18.772Z | May 03 18:55:17.499 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 |
| 4214 | 2022-05-03T18:55:18.778Z | May 03 18:55:17.507 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 |
| 4215 | 2022-05-03T18:55:18.784Z | May 03 18:55:17.509 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 |
| 4216 | 2022-05-03T18:55:18.790Z | May 03 18:55:17.516 ERRO slog-async: logger dropped messages due to channel overflow, count: 507, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4217 | 2022-05-03T18:55:18.796Z | May 03 18:55:17.526 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 |
| 4218 | 2022-05-03T18:55:18.802Z | May 03 18:55:17.529 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 |
| 4219 | 2022-05-03T18:55:18.808Z | May 03 18:55:17.529 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4220 | 2022-05-03T18:55:18.814Z | May 03 18:55:17.532 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 |
| 4221 | 2022-05-03T18:55:18.820Z | May 03 18:55:17.533 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 |
| 4222 | 2022-05-03T18:55:18.826Z | May 03 18:55:17.539 ERRO slog-async: logger dropped messages due to channel overflow, count: 498, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4223 | 2022-05-03T18:55:18.832Z | May 03 18:55:17.541 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 |
| 4224 | 2022-05-03T18:55:18.838Z | May 03 18:55:17.553 ERRO slog-async: logger dropped messages due to channel overflow, count: 713, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4225 | 2022-05-03T18:55:18.844Z | May 03 18:55:17.564 ERRO slog-async: logger dropped messages due to channel overflow, count: 201, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4226 | 2022-05-03T18:55:18.851Z | May 03 18:55:17.592 ERRO slog-async: logger dropped messages due to channel overflow, count: 1699, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4227 | 2022-05-03T18:55:18.857Z | May 03 18:55:17.599 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 |
| 4228 | 2022-05-03T18:55:18.863Z | May 03 18:55:17.602 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 |
| 4229 | 2022-05-03T18:55:18.869Z | May 03 18:55:17.612 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 |
| 4230 | 2022-05-03T18:55:18.875Z | May 03 18:55:17.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 |
| 4231 | 2022-05-03T18:55:18.881Z | May 03 18:55:17.616 ERRO slog-async: logger dropped messages due to channel overflow, count: 233, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4232 | 2022-05-03T18:55:18.887Z | May 03 18:55:17.616 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4233 | 2022-05-03T18:55:18.893Z | May 03 18:55:17.628 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 |
| 4234 | 2022-05-03T18:55:18.899Z | May 03 18:55:17.628 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 |
| 4235 | 2022-05-03T18:55:18.905Z | May 03 18:55:17.630 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 |
| 4236 | 2022-05-03T18:55:18.911Z | May 03 18:55:17.630 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4237 | 2022-05-03T18:55:18.917Z | May 03 18:55:17.630 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4238 | 2022-05-03T18:55:18.923Z | May 03 18:55:17.639 ERRO slog-async: logger dropped messages due to channel overflow, count: 718, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4239 | 2022-05-03T18:55:18.929Z | May 03 18:55:17.648 ERRO slog-async: logger dropped messages due to channel overflow, count: 774, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4240 | 2022-05-03T18:55:18.935Z | May 03 18:55:17.649 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 |
| 4241 | 2022-05-03T18:55:18.941Z | May 03 18:55:17.659 ERRO slog-async: logger dropped messages due to channel overflow, count: 811, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4242 | 2022-05-03T18:55:18.947Z | May 03 18:55:17.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 |
| 4243 | 2022-05-03T18:55:18.953Z | May 03 18:55:17.662 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 |
| 4244 | 2022-05-03T18:55:18.960Z | May 03 18:55:17.663 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4245 | 2022-05-03T18:55:18.965Z | May 03 18:55:17.667 ERRO slog-async: logger dropped messages due to channel overflow, count: 291, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4246 | 2022-05-03T18:55:18.972Z | May 03 18:55:17.678 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 |
| 4247 | 2022-05-03T18:55:18.978Z | May 03 18:55:17.684 ERRO slog-async: logger dropped messages due to channel overflow, count: 291, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4248 | 2022-05-03T18:55:18.984Z | May 03 18:55:17.684 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4249 | 2022-05-03T18:55:18.990Z | May 03 18:55:17.690 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 |
| 4250 | 2022-05-03T18:55:19.012Z | May 03 18:55:17.703 ERRO slog-async: logger dropped messages due to channel overflow, count: 495, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4251 | 2022-05-03T18:55:19.018Z | May 03 18:55:17.704 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 |
| 4252 | 2022-05-03T18:55:19.023Z | May 03 18:55:17.705 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 |
| 4253 | 2022-05-03T18:55:19.029Z | May 03 18:55:17.706 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 |
| 4254 | 2022-05-03T18:55:19.035Z | May 03 18:55:17.706 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 |
| 4255 | 2022-05-03T18:55:19.041Z | May 03 18:55:17.707 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 |
| 4256 | 2022-05-03T18:55:19.046Z | May 03 18:55:17.707 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 |
| 4257 | 2022-05-03T18:55:19.052Z | May 03 18:55:17.708 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 |
| 4258 | 2022-05-03T18:55:19.058Z | May 03 18:55:17.708 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 |
| 4259 | 2022-05-03T18:55:19.064Z | May 03 18:55:17.714 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 |
| 4260 | 2022-05-03T18:55:19.070Z | May 03 18:55:17.720 ERRO slog-async: logger dropped messages due to channel overflow, count: 591, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4261 | 2022-05-03T18:55:19.076Z | May 03 18:55:17.721 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4262 | 2022-05-03T18:55:19.082Z | May 03 18:55:17.722 ERRO slog-async: logger dropped messages due to channel overflow, count: 195, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4263 | 2022-05-03T18:55:19.088Z | May 03 18:55:17.747 ERRO slog-async: logger dropped messages due to channel overflow, count: 886, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4264 | 2022-05-03T18:55:19.094Z | May 03 18:55:17.758 ERRO slog-async: logger dropped messages due to channel overflow, count: 841, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4265 | 2022-05-03T18:55:19.100Z | May 03 18:55:17.758 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4266 | 2022-05-03T18:55:19.107Z | May 03 18:55:17.767 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 |
| 4267 | 2022-05-03T18:55:19.113Z | May 03 18:55:17.770 ERRO slog-async: logger dropped messages due to channel overflow, count: 393, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4268 | 2022-05-03T18:55:19.120Z | May 03 18:55:17.773 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 |
| 4269 | 2022-05-03T18:55:19.126Z | May 03 18:55:17.780 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 |
| 4270 | 2022-05-03T18:55:19.132Z | May 03 18:55:17.783 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 |
| 4271 | 2022-05-03T18:55:19.138Z | May 03 18:55:17.794 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 |
| 4272 | 2022-05-03T18:55:19.144Z | May 03 18:55:17.796 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 |
| 4273 | 2022-05-03T18:55:19.150Z | May 03 18:55:17.796 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4274 | 2022-05-03T18:55:19.156Z | May 03 18:55:17.800 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 |
| 4275 | 2022-05-03T18:55:19.162Z | May 03 18:55:17.800 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4276 | 2022-05-03T18:55:19.167Z | May 03 18:55:17.801 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 |
| 4277 | 2022-05-03T18:55:19.173Z | May 03 18:55:17.807 ERRO slog-async: logger dropped messages due to channel overflow, count: 195, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4278 | 2022-05-03T18:55:19.178Z | May 03 18:55:17.814 ERRO slog-async: logger dropped messages due to channel overflow, count: 373, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4279 | 2022-05-03T18:55:19.184Z | May 03 18:55:17.818 ERRO slog-async: logger dropped messages due to channel overflow, count: 312, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4280 | 2022-05-03T18:55:19.190Z | May 03 18:55:17.821 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 |
| 4281 | 2022-05-03T18:55:19.196Z | May 03 18:55:17.821 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4282 | 2022-05-03T18:55:19.202Z | May 03 18:55:17.824 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 |
| 4283 | 2022-05-03T18:55:19.208Z | May 03 18:55:17.827 ERRO slog-async: logger dropped messages due to channel overflow, count: 297, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4284 | 2022-05-03T18:55:19.214Z | May 03 18:55:17.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 |
| 4285 | 2022-05-03T18:55:19.219Z | May 03 18:55:17.830 ERRO slog-async: logger dropped messages due to channel overflow, count: 365, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4286 | 2022-05-03T18:55:19.225Z | May 03 18:55:17.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 |
| 4287 | 2022-05-03T18:55:19.231Z | May 03 18:55:17.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 |
| 4288 | 2022-05-03T18:55:19.238Z | May 03 18:55:17.839 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 |
| 4289 | 2022-05-03T18:55:19.243Z | May 03 18:55:17.839 ERRO slog-async: logger dropped messages due to channel overflow, count: 275, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4290 | 2022-05-03T18:55:19.249Z | May 03 18:55:17.840 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4291 | 2022-05-03T18:55:19.255Z | May 03 18:55:17.840 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 |
| 4292 | 2022-05-03T18:55:19.261Z | May 03 18:55:17.840 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4293 | 2022-05-03T18:55:19.267Z | May 03 18:55:17.846 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 |
| 4294 | 2022-05-03T18:55:19.273Z | May 03 18:55:17.846 ERRO slog-async: logger dropped messages due to channel overflow, count: 1002, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4295 | 2022-05-03T18:55:19.279Z | May 03 18:55:17.846 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4296 | 2022-05-03T18:55:19.285Z | May 03 18:55:17.846 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4297 | 2022-05-03T18:55:19.291Z | May 03 18:55:17.847 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 |
| 4298 | 2022-05-03T18:55:19.297Z | May 03 18:55:17.851 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 |
| 4299 | 2022-05-03T18:55:19.303Z | May 03 18:55:17.851 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4300 | 2022-05-03T18:55:19.310Z | May 03 18:55:17.859 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 |
| 4301 | 2022-05-03T18:55:19.316Z | May 03 18:55:17.859 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4302 | 2022-05-03T18:55:19.321Z | May 03 18:55:17.862 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 |
| 4303 | 2022-05-03T18:55:19.327Z | May 03 18:55:17.862 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 |
| 4304 | 2022-05-03T18:55:19.333Z | May 03 18:55:17.863 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 |
| 4305 | 2022-05-03T18:55:19.339Z | May 03 18:55:17.863 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 |
| 4306 | 2022-05-03T18:55:19.345Z | May 03 18:55:17.868 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 |
| 4307 | 2022-05-03T18:55:19.351Z | May 03 18:55:17.868 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4308 | 2022-05-03T18:55:19.358Z | May 03 18:55:17.872 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 |
| 4309 | 2022-05-03T18:55:19.364Z | May 03 18:55:17.873 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 |
| 4310 | 2022-05-03T18:55:19.370Z | May 03 18:55:17.876 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 |
| 4311 | 2022-05-03T18:55:19.375Z | May 03 18:55:17.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 |
| 4312 | 2022-05-03T18:55:19.381Z | May 03 18:55:17.881 ERRO slog-async: logger dropped messages due to channel overflow, count: 466, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4313 | 2022-05-03T18:55:19.388Z | May 03 18:55:17.889 ERRO slog-async: logger dropped messages due to channel overflow, count: 721, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4314 | 2022-05-03T18:55:19.394Z | May 03 18:55:17.892 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 |
| 4315 | 2022-05-03T18:55:19.399Z | May 03 18:55:17.896 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 |
| 4316 | 2022-05-03T18:55:19.405Z | May 03 18:55:17.897 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4317 | 2022-05-03T18:55:19.411Z | May 03 18:55:17.900 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 |
| 4318 | 2022-05-03T18:55:19.418Z | May 03 18:55:17.900 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4319 | 2022-05-03T18:55:19.424Z | May 03 18:55:17.911 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 |
| 4320 | 2022-05-03T18:55:19.430Z | May 03 18:55:17.916 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 |
| 4321 | 2022-05-03T18:55:19.457Z | May 03 18:55:17.917 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4322 | 2022-05-03T18:55:19.464Z | May 03 18:55:17.918 ERRO slog-async: logger dropped messages due to channel overflow, count: 184, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4323 | 2022-05-03T18:55:19.470Z | May 03 18:55:17.919 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 |
| 4324 | 2022-05-03T18:55:19.476Z | May 03 18:55:17.922 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 |
| 4325 | 2022-05-03T18:55:19.483Z | May 03 18:55:17.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 |
| 4326 | 2022-05-03T18:55:19.489Z | May 03 18:55:17.923 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 |
| 4327 | 2022-05-03T18:55:19.495Z | May 03 18:55:17.929 ERRO slog-async: logger dropped messages due to channel overflow, count: 255, id: 19ef1606-df77-4a4f-bd4d-d15a902afffc, component: clickhouse-client, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4328 | 2022-05-03T18:55:19.501Z | May 03 18:55:17.932 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 |
| 4329 | 2022-05-03T18:55:19.506Z | May 03 18:55:17.932 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 |
| 4330 | 2022-05-03T18:55:19.512Z | May 03 18:55:17.936 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 |
| 4331 | 2022-05-03T18:55:19.518Z | May 03 18:55:17.936 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4332 | 2022-05-03T18:55:19.523Z | May 03 18:55:17.937 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 |
| 4333 | 2022-05-03T18:55:19.529Z | May 03 18:55:17.937 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 |
| 4334 | 2022-05-03T18:55:19.536Z | May 03 18:55:17.938 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 |
| 4335 | 2022-05-03T18:55:19.542Z | May 03 18:55:17.938 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4336 | 2022-05-03T18:55:19.547Z | May 03 18:55:17.941 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 |
| 4337 | 2022-05-03T18:55:19.553Z | May 03 18:55:17.941 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4338 | 2022-05-03T18:55:19.559Z | May 03 18:55:17.950 ERRO slog-async: logger dropped messages due to channel overflow, count: 312, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4339 | 2022-05-03T18:55:19.565Z | May 03 18:55:17.953 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 |
| 4340 | 2022-05-03T18:55:19.571Z | May 03 18:55:17.954 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 |
| 4341 | 2022-05-03T18:55:19.578Z | May 03 18:55:17.955 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 |
| 4342 | 2022-05-03T18:55:19.583Z | May 03 18:55:17.962 ERRO slog-async: logger dropped messages due to channel overflow, count: 667, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4343 | 2022-05-03T18:55:19.589Z | May 03 18:55:17.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 |
| 4344 | 2022-05-03T18:55:19.595Z | May 03 18:55:17.965 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 |
| 4345 | 2022-05-03T18:55:19.601Z | May 03 18:55:17.969 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 |
| 4346 | 2022-05-03T18:55:19.607Z | May 03 18:55:17.982 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 |
| 4347 | 2022-05-03T18:55:19.613Z | May 03 18:55:17.987 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 |
| 4348 | 2022-05-03T18:55:19.618Z | May 03 18:55:17.990 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 |
| 4349 | 2022-05-03T18:55:19.625Z | May 03 18:55:17.990 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4350 | 2022-05-03T18:55:19.647Z | May 03 18:55:17.999 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 |
| 4351 | 2022-05-03T18:55:19.653Z | May 03 18:55:17.999 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4352 | 2022-05-03T18:55:19.659Z | May 03 18:55:18.005 ERRO slog-async: logger dropped messages due to channel overflow, count: 296, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4353 | 2022-05-03T18:55:19.665Z | May 03 18:55:18.008 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 |
| 4354 | 2022-05-03T18:55:19.673Z | May 03 18:55:18.008 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4355 | 2022-05-03T18:55:19.680Z | May 03 18:55:18.017 ERRO slog-async: logger dropped messages due to channel overflow, count: 1169, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4356 | 2022-05-03T18:55:19.687Z | May 03 18:55:18.018 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 |
| 4357 | 2022-05-03T18:55:19.693Z | May 03 18:55:18.019 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 |
| 4358 | 2022-05-03T18:55:19.700Z | May 03 18:55:18.020 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 |
| 4359 | 2022-05-03T18:55:19.705Z | May 03 18:55:18.021 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4360 | 2022-05-03T18:55:19.711Z | May 03 18:55:18.022 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 |
| 4361 | 2022-05-03T18:55:19.718Z | May 03 18:55:18.022 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 |
| 4362 | 2022-05-03T18:55:19.725Z | May 03 18:55:18.023 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 |
| 4363 | 2022-05-03T18:55:19.731Z | May 03 18:55:18.023 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 |
| 4364 | 2022-05-03T18:55:19.738Z | May 03 18:55:18.033 ERRO slog-async: logger dropped messages due to channel overflow, count: 1153, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4365 | 2022-05-03T18:55:19.744Z | May 03 18:55:18.041 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 |
| 4366 | 2022-05-03T18:55:19.751Z | May 03 18:55:18.047 ERRO slog-async: logger dropped messages due to channel overflow, count: 655, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4367 | 2022-05-03T18:55:19.757Z | May 03 18:55:18.048 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4368 | 2022-05-03T18:55:19.762Z | May 03 18:55:18.053 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 |
| 4369 | 2022-05-03T18:55:19.769Z | May 03 18:55:18.054 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4370 | 2022-05-03T18:55:19.775Z | May 03 18:55:18.055 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 |
| 4371 | 2022-05-03T18:55:19.780Z | May 03 18:55:18.055 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 |
| 4372 | 2022-05-03T18:55:19.786Z | May 03 18:55:18.056 ERRO slog-async: logger dropped messages due to channel overflow, count: 250, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4373 | 2022-05-03T18:55:19.792Z | May 03 18:55:18.057 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 |
| 4374 | 2022-05-03T18:55:19.798Z | May 03 18:55:18.059 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 |
| 4375 | 2022-05-03T18:55:19.805Z | May 03 18:55:18.060 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 |
| 4376 | 2022-05-03T18:55:19.811Z | May 03 18:55:18.061 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 |
| 4377 | 2022-05-03T18:55:19.817Z | May 03 18:55:18.062 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 |
| 4378 | 2022-05-03T18:55:19.823Z | May 03 18:55:18.063 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 |
| 4379 | 2022-05-03T18:55:19.829Z | May 03 18:55:18.064 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 |
| 4380 | 2022-05-03T18:55:19.836Z | May 03 18:55:18.065 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 |
| 4381 | 2022-05-03T18:55:19.842Z | May 03 18:55:18.066 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 |
| 4382 | 2022-05-03T18:55:19.848Z | May 03 18:55:18.067 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4383 | 2022-05-03T18:55:19.854Z | May 03 18:55:18.068 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 |
| 4384 | 2022-05-03T18:55:19.860Z | May 03 18:55:18.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 |
| 4385 | 2022-05-03T18:55:19.866Z | May 03 18:55:18.068 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 |
| 4386 | 2022-05-03T18:55:19.872Z | May 03 18:55:18.069 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 |
| 4387 | 2022-05-03T18:55:19.878Z | May 03 18:55:18.069 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 |
| 4388 | 2022-05-03T18:55:19.884Z | May 03 18:55:18.070 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 |
| 4389 | 2022-05-03T18:55:19.891Z | May 03 18:55:18.070 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4390 | 2022-05-03T18:55:19.898Z | May 03 18:55:18.076 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 |
| 4391 | 2022-05-03T18:55:19.904Z | May 03 18:55:18.082 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 |
| 4392 | 2022-05-03T18:55:19.910Z | May 03 18:55:18.082 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4393 | 2022-05-03T18:55:19.916Z | May 03 18:55:18.086 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 |
| 4394 | 2022-05-03T18:55:19.923Z | May 03 18:55:18.093 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 |
| 4395 | 2022-05-03T18:55:19.929Z | May 03 18:55:18.097 ERRO slog-async: logger dropped messages due to channel overflow, count: 577, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4396 | 2022-05-03T18:55:19.935Z | May 03 18:55:18.098 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4397 | 2022-05-03T18:55:19.941Z | May 03 18:55:18.103 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 |
| 4398 | 2022-05-03T18:55:19.947Z | May 03 18:55:18.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 |
| 4399 | 2022-05-03T18:55:19.953Z | May 03 18:55:18.162 ERRO slog-async: logger dropped messages due to channel overflow, count: 380, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4400 | 2022-05-03T18:55:19.959Z | May 03 18:55:18.164 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 |
| 4401 | 2022-05-03T18:55:19.965Z | May 03 18:55:18.164 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 |
| 4402 | 2022-05-03T18:55:19.971Z | May 03 18:55:18.164 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4403 | 2022-05-03T18:55:19.977Z | May 03 18:55:18.189 ERRO slog-async: logger dropped messages due to channel overflow, count: 377, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4404 | 2022-05-03T18:55:19.983Z | May 03 18:55:18.189 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 |
| 4405 | 2022-05-03T18:55:19.989Z | May 03 18:55:18.190 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 |
| 4406 | 2022-05-03T18:55:19.996Z | May 03 18:55:18.190 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4407 | 2022-05-03T18:55:20.002Z | May 03 18:55:18.194 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 |
| 4408 | 2022-05-03T18:55:20.009Z | May 03 18:55:18.197 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 |
| 4409 | 2022-05-03T18:55:20.014Z | May 03 18:55:18.197 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4410 | 2022-05-03T18:55:20.023Z | May 03 18:55:18.219 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 |
| 4411 | 2022-05-03T18:55:20.030Z | May 03 18:55:18.226 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 |
| 4412 | 2022-05-03T18:55:20.036Z | May 03 18:55:18.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 |
| 4413 | 2022-05-03T18:55:20.042Z | May 03 18:55:18.230 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 |
| 4414 | 2022-05-03T18:55:20.048Z | May 03 18:55:18.231 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4415 | 2022-05-03T18:55:20.054Z | May 03 18:55:18.235 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 |
| 4416 | 2022-05-03T18:55:20.060Z | May 03 18:55:18.236 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4417 | 2022-05-03T18:55:20.067Z | May 03 18:55:18.236 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 |
| 4418 | 2022-05-03T18:55:20.073Z | May 03 18:55:18.237 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 |
| 4419 | 2022-05-03T18:55:20.079Z | May 03 18:55:18.238 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 |
| 4420 | 2022-05-03T18:55:20.085Z | May 03 18:55:18.238 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 |
| 4421 | 2022-05-03T18:55:20.091Z | May 03 18:55:18.239 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 |
| 4422 | 2022-05-03T18:55:20.097Z | May 03 18:55:18.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 |
| 4423 | 2022-05-03T18:55:20.103Z | May 03 18:55:18.241 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 |
| 4424 | 2022-05-03T18:55:20.109Z | May 03 18:55:18.242 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 |
| 4425 | 2022-05-03T18:55:20.115Z | May 03 18:55:18.242 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4426 | 2022-05-03T18:55:20.121Z | May 03 18:55:18.243 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 |
| 4427 | 2022-05-03T18:55:20.128Z | May 03 18:55:18.243 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4428 | 2022-05-03T18:55:20.133Z | May 03 18:55:18.248 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 |
| 4429 | 2022-05-03T18:55:20.139Z | May 03 18:55:18.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 |
| 4430 | 2022-05-03T18:55:20.146Z | May 03 18:55:18.254 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 |
| 4431 | 2022-05-03T18:55:20.151Z | May 03 18:55:18.254 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4432 | 2022-05-03T18:55:20.157Z | May 03 18:55:18.266 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 |
| 4433 | 2022-05-03T18:55:20.163Z | May 03 18:55:18.271 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 |
| 4434 | 2022-05-03T18:55:20.170Z | May 03 18:55:18.291 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 |
| 4435 | 2022-05-03T18:55:20.176Z | May 03 18:55:18.305 ERRO slog-async: logger dropped messages due to channel overflow, count: 563, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4436 | 2022-05-03T18:55:20.182Z | May 03 18:55:18.314 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 |
| 4437 | 2022-05-03T18:55:20.195Z | May 03 18:55:18.314 ERRO slog-async: logger dropped messages due to channel overflow, count: 421, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4438 | 2022-05-03T18:55:20.202Z | May 03 18:55:18.315 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 |
| 4439 | 2022-05-03T18:55:20.221Z | May 03 18:55:18.340 ERRO slog-async: logger dropped messages due to channel overflow, count: 599, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4440 | 2022-05-03T18:55:20.228Z | May 03 18:55:18.344 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 |
| 4441 | 2022-05-03T18:55:20.234Z | May 03 18:55:18.350 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 |
| 4442 | 2022-05-03T18:55:20.241Z | May 03 18:55:18.354 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 |
| 4443 | 2022-05-03T18:55:20.247Z | May 03 18:55:18.368 ERRO slog-async: logger dropped messages due to channel overflow, count: 1287, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4444 | 2022-05-03T18:55:20.253Z | May 03 18:55:18.376 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 |
| 4445 | 2022-05-03T18:55:20.259Z | May 03 18:55:18.376 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4446 | 2022-05-03T18:55:20.265Z | May 03 18:55:18.384 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 |
| 4447 | 2022-05-03T18:55:20.272Z | May 03 18:55:18.384 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4448 | 2022-05-03T18:55:20.278Z | May 03 18:55:18.386 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 |
| 4449 | 2022-05-03T18:55:20.284Z | May 03 18:55:18.386 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4450 | 2022-05-03T18:55:20.290Z | May 03 18:55:18.390 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 |
| 4451 | 2022-05-03T18:55:20.295Z | test integration_tests::organizations::test_organizations ... ok |
| 4452 | 2022-05-03T18:55:20.301Z | May 03 18:55:18.404 ERRO slog-async: logger dropped messages due to channel overflow, count: 905, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4453 | 2022-05-03T18:55:20.307Z | May 03 18:55:18.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 |
| 4454 | 2022-05-03T18:55:20.313Z | May 03 18:55:18.412 ERRO slog-async: logger dropped messages due to channel overflow, count: 58, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4455 | 2022-05-03T18:55:20.319Z | May 03 18:55:18.445 ERRO slog-async: logger dropped messages due to channel overflow, count: 186, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4456 | 2022-05-03T18:55:20.326Z | May 03 18:55:18.456 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 |
| 4457 | 2022-05-03T18:55:20.332Z | May 03 18:55:18.500 ERRO slog-async: logger dropped messages due to channel overflow, count: 453, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4458 | 2022-05-03T18:55:20.337Z | May 03 18:55:18.501 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 |
| 4459 | 2022-05-03T18:55:20.344Z | May 03 18:55:18.502 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 |
| 4460 | 2022-05-03T18:55:20.350Z | May 03 18:55:18.503 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4461 | 2022-05-03T18:55:20.357Z | May 03 18:55:18.504 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 |
| 4462 | 2022-05-03T18:55:20.363Z | May 03 18:55:18.505 ERRO slog-async: logger dropped messages due to channel overflow, count: 306, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4463 | 2022-05-03T18:55:20.369Z | May 03 18:55:18.505 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4464 | 2022-05-03T18:55:20.375Z | May 03 18:55:18.506 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 |
| 4465 | 2022-05-03T18:55:20.381Z | May 03 18:55:18.506 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 |
| 4466 | 2022-05-03T18:55:20.386Z | May 03 18:55:18.507 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 |
| 4467 | 2022-05-03T18:55:20.393Z | May 03 18:55:18.507 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 |
| 4468 | 2022-05-03T18:55:20.399Z | May 03 18:55:18.515 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 |
| 4469 | 2022-05-03T18:55:20.405Z | May 03 18:55:18.516 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4470 | 2022-05-03T18:55:20.411Z | May 03 18:55:18.517 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 |
| 4471 | 2022-05-03T18:55:20.417Z | May 03 18:55:18.518 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 |
| 4472 | 2022-05-03T18:55:20.423Z | May 03 18:55:18.519 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4473 | 2022-05-03T18:55:20.429Z | May 03 18:55:18.520 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 |
| 4474 | 2022-05-03T18:55:20.435Z | May 03 18:55:18.520 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 |
| 4475 | 2022-05-03T18:55:20.441Z | May 03 18:55:18.521 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 |
| 4476 | 2022-05-03T18:55:20.447Z | May 03 18:55:18.522 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 |
| 4477 | 2022-05-03T18:55:20.453Z | May 03 18:55:18.523 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 |
| 4478 | 2022-05-03T18:55:20.483Z | May 03 18:55:18.523 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 |
| 4479 | 2022-05-03T18:55:20.490Z | May 03 18:55:18.524 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 |
| 4480 | 2022-05-03T18:55:20.495Z | May 03 18:55:18.525 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 |
| 4481 | 2022-05-03T18:55:20.501Z | May 03 18:55:18.526 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 |
| 4482 | 2022-05-03T18:55:20.507Z | May 03 18:55:18.527 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 |
| 4483 | 2022-05-03T18:55:20.513Z | May 03 18:55:18.528 ERRO slog-async: logger dropped messages due to channel overflow, count: 180, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4484 | 2022-05-03T18:55:20.519Z | May 03 18:55:18.530 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 |
| 4485 | 2022-05-03T18:55:20.524Z | May 03 18:55:18.532 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 |
| 4486 | 2022-05-03T18:55:20.530Z | May 03 18:55:18.543 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 |
| 4487 | 2022-05-03T18:55:20.535Z | May 03 18:55:18.544 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4488 | 2022-05-03T18:55:20.542Z | May 03 18:55:18.545 ERRO slog-async: logger dropped messages due to channel overflow, count: 395, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4489 | 2022-05-03T18:55:20.548Z | May 03 18:55:18.545 ERRO slog-async: logger dropped messages due to channel overflow, count: 394, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4490 | 2022-05-03T18:55:20.554Z | May 03 18:55:18.546 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 |
| 4491 | 2022-05-03T18:55:20.560Z | May 03 18:55:18.547 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 |
| 4492 | 2022-05-03T18:55:20.565Z | May 03 18:55:18.548 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 |
| 4493 | 2022-05-03T18:55:20.571Z | May 03 18:55:18.549 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 |
| 4494 | 2022-05-03T18:55:20.577Z | May 03 18:55:18.549 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4495 | 2022-05-03T18:55:20.582Z | May 03 18:55:18.549 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 |
| 4496 | 2022-05-03T18:55:20.589Z | May 03 18:55:18.549 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 |
| 4497 | 2022-05-03T18:55:20.595Z | May 03 18:55:18.554 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 |
| 4498 | 2022-05-03T18:55:20.600Z | May 03 18:55:18.562 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 |
| 4499 | 2022-05-03T18:55:20.606Z | May 03 18:55:18.564 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 |
| 4500 | 2022-05-03T18:55:20.612Z | May 03 18:55:18.565 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 |
| 4501 | 2022-05-03T18:55:20.618Z | May 03 18:55:18.571 ERRO slog-async: logger dropped messages due to channel overflow, count: 697, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4502 | 2022-05-03T18:55:20.626Z | May 03 18:55:18.591 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 |
| 4503 | 2022-05-03T18:55:20.633Z | May 03 18:55:18.593 ERRO slog-async: logger dropped messages due to channel overflow, count: 58, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4504 | 2022-05-03T18:55:20.639Z | May 03 18:55:18.607 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 |
| 4505 | 2022-05-03T18:55:20.645Z | May 03 18:55:18.607 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4506 | 2022-05-03T18:55:20.650Z | May 03 18:55:18.625 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 |
| 4507 | 2022-05-03T18:55:20.656Z | May 03 18:55:18.641 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 |
| 4508 | 2022-05-03T18:55:20.662Z | May 03 18:55:18.714 ERRO slog-async: logger dropped messages due to channel overflow, count: 755, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4509 | 2022-05-03T18:55:20.668Z | May 03 18:55:18.715 ERRO slog-async: logger dropped messages due to channel overflow, count: 58, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4510 | 2022-05-03T18:55:20.674Z | May 03 18:55:18.717 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 |
| 4511 | 2022-05-03T18:55:20.680Z | May 03 18:55:18.717 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 |
| 4512 | 2022-05-03T18:55:20.687Z | May 03 18:55:18.718 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4513 | 2022-05-03T18:55:20.693Z | May 03 18:55:18.718 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 |
| 4514 | 2022-05-03T18:55:20.700Z | May 03 18:55:18.719 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 |
| 4515 | 2022-05-03T18:55:20.705Z | May 03 18:55:18.719 ERRO slog-async: logger dropped messages due to channel overflow, count: 142, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4516 | 2022-05-03T18:55:20.711Z | May 03 18:55:18.719 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 |
| 4517 | 2022-05-03T18:55:20.717Z | May 03 18:55:18.720 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 |
| 4518 | 2022-05-03T18:55:20.723Z | May 03 18:55:18.720 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 |
| 4519 | 2022-05-03T18:55:20.729Z | May 03 18:55:18.720 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 |
| 4520 | 2022-05-03T18:55:20.735Z | May 03 18:55:18.720 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 |
| 4521 | 2022-05-03T18:55:20.741Z | May 03 18:55:18.754 ERRO slog-async: logger dropped messages due to channel overflow, count: 2381, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4522 | 2022-05-03T18:55:20.747Z | May 03 18:55:18.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 |
| 4523 | 2022-05-03T18:55:20.753Z | May 03 18:55:18.755 ERRO slog-async: logger dropped messages due to channel overflow, count: 1291, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4524 | 2022-05-03T18:55:20.759Z | May 03 18:55:18.763 ERRO slog-async: logger dropped messages due to channel overflow, count: 352, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4525 | 2022-05-03T18:55:20.765Z | May 03 18:55:18.764 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 |
| 4526 | 2022-05-03T18:55:20.771Z | May 03 18:55:18.764 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4527 | 2022-05-03T18:55:20.776Z | May 03 18:55:18.776 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 |
| 4528 | 2022-05-03T18:55:20.783Z | May 03 18:55:18.780 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4529 | 2022-05-03T18:55:20.788Z | May 03 18:55:18.784 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 |
| 4530 | 2022-05-03T18:55:20.794Z | May 03 18:55:18.787 ERRO slog-async: logger dropped messages due to channel overflow, count: 3, id: 19ef1606-df77-4a4f-bd4d-d15a902afffc, component: clickhouse-client, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4531 | 2022-05-03T18:55:20.800Z | May 03 18:55:18.790 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 |
| 4532 | 2022-05-03T18:55:20.806Z | May 03 18:55:18.791 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 |
| 4533 | 2022-05-03T18:55:20.812Z | May 03 18:55:18.791 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 |
| 4534 | 2022-05-03T18:55:20.818Z | May 03 18:55:18.791 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 |
| 4535 | 2022-05-03T18:55:20.823Z | May 03 18:55:18.799 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 |
| 4536 | 2022-05-03T18:55:20.829Z | May 03 18:55:18.799 ERRO slog-async: logger dropped messages due to channel overflow, count: 541, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4537 | 2022-05-03T18:55:20.834Z | May 03 18:55:18.810 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 |
| 4538 | 2022-05-03T18:55:20.840Z | May 03 18:55:18.814 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 |
| 4539 | 2022-05-03T18:55:20.846Z | May 03 18:55:18.815 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 |
| 4540 | 2022-05-03T18:55:20.852Z | May 03 18:55:18.822 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 |
| 4541 | 2022-05-03T18:55:20.857Z | May 03 18:55:18.827 ERRO slog-async: logger dropped messages due to channel overflow, count: 430, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4542 | 2022-05-03T18:55:20.863Z | May 03 18:55:18.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 |
| 4543 | 2022-05-03T18:55:20.868Z | May 03 18:55:18.856 ERRO slog-async: logger dropped messages due to channel overflow, count: 283, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4544 | 2022-05-03T18:55:20.874Z | May 03 18:55:18.863 ERRO slog-async: logger dropped messages due to channel overflow, count: 1001, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4545 | 2022-05-03T18:55:20.880Z | May 03 18:55:18.863 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4546 | 2022-05-03T18:55:20.886Z | May 03 18:55:18.873 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 |
| 4547 | 2022-05-03T18:55:20.892Z | May 03 18:55:18.873 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4548 | 2022-05-03T18:55:20.897Z | May 03 18:55:18.874 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 |
| 4549 | 2022-05-03T18:55:20.903Z | May 03 18:55:18.877 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 |
| 4550 | 2022-05-03T18:55:20.924Z | May 03 18:55:18.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 |
| 4551 | 2022-05-03T18:55:20.930Z | May 03 18:55:18.889 ERRO slog-async: logger dropped messages due to channel overflow, count: 1431, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4552 | 2022-05-03T18:55:20.937Z | May 03 18:55:18.898 ERRO slog-async: logger dropped messages due to channel overflow, count: 1008, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4553 | 2022-05-03T18:55:20.943Z | May 03 18:55:18.903 ERRO slog-async: logger dropped messages due to channel overflow, count: 674, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4554 | 2022-05-03T18:55:20.948Z | May 03 18:55:18.914 ERRO slog-async: logger dropped messages due to channel overflow, count: 1539, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4555 | 2022-05-03T18:55:20.961Z | May 03 18:55:18.916 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 |
| 4556 | 2022-05-03T18:55:20.967Z | May 03 18:55:18.920 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 |
| 4557 | 2022-05-03T18:55:20.974Z | May 03 18:55:18.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 |
| 4558 | 2022-05-03T18:55:20.980Z | May 03 18:55:18.925 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 |
| 4559 | 2022-05-03T18:55:20.987Z | May 03 18:55:18.926 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4560 | 2022-05-03T18:55:20.993Z | May 03 18:55:18.926 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 |
| 4561 | 2022-05-03T18:55:20.998Z | May 03 18:55:18.928 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 |
| 4562 | 2022-05-03T18:55:21.003Z | May 03 18:55:18.933 ERRO slog-async: logger dropped messages due to channel overflow, count: 432, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4563 | 2022-05-03T18:55:21.009Z | May 03 18:55:18.949 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 |
| 4564 | 2022-05-03T18:55:21.014Z | May 03 18:55:18.949 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4565 | 2022-05-03T18:55:21.020Z | May 03 18:55:18.952 ERRO slog-async: logger dropped messages due to channel overflow, count: 221, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4566 | 2022-05-03T18:55:21.025Z | May 03 18:55:18.956 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 |
| 4567 | 2022-05-03T18:55:21.031Z | May 03 18:55:18.980 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 |
| 4568 | 2022-05-03T18:55:21.037Z | May 03 18:55:18.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 |
| 4569 | 2022-05-03T18:55:21.042Z | May 03 18:55:18.990 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 |
| 4570 | 2022-05-03T18:55:21.048Z | May 03 18:55:18.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 |
| 4571 | 2022-05-03T18:55:21.054Z | May 03 18:55:18.993 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 |
| 4572 | 2022-05-03T18:55:21.060Z | May 03 18:55:18.999 ERRO slog-async: logger dropped messages due to channel overflow, count: 762, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4573 | 2022-05-03T18:55:21.066Z | May 03 18:55:19.007 ERRO slog-async: logger dropped messages due to channel overflow, count: 683, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4574 | 2022-05-03T18:55:21.071Z | May 03 18:55:19.007 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4575 | 2022-05-03T18:55:21.077Z | May 03 18:55:19.016 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 |
| 4576 | 2022-05-03T18:55:21.084Z | May 03 18:55:19.018 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4577 | 2022-05-03T18:55:21.089Z | May 03 18:55:19.023 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 |
| 4578 | 2022-05-03T18:55:21.096Z | May 03 18:55:19.023 ERRO slog-async: logger dropped messages due to channel overflow, count: 893, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4579 | 2022-05-03T18:55:21.101Z | May 03 18:55:19.024 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4580 | 2022-05-03T18:55:21.107Z | May 03 18:55:19.031 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 |
| 4581 | 2022-05-03T18:55:21.113Z | May 03 18:55:19.031 ERRO slog-async: logger dropped messages due to channel overflow, count: 317, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4582 | 2022-05-03T18:55:21.119Z | May 03 18:55:19.031 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 |
| 4583 | 2022-05-03T18:55:21.125Z | May 03 18:55:19.035 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 |
| 4584 | 2022-05-03T18:55:21.130Z | May 03 18:55:19.039 ERRO slog-async: logger dropped messages due to channel overflow, count: 563, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4585 | 2022-05-03T18:55:21.136Z | May 03 18:55:19.040 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4586 | 2022-05-03T18:55:21.141Z | May 03 18:55:19.041 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 |
| 4587 | 2022-05-03T18:55:21.148Z | May 03 18:55:19.052 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 |
| 4588 | 2022-05-03T18:55:21.153Z | May 03 18:55:19.052 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4589 | 2022-05-03T18:55:21.159Z | May 03 18:55:19.071 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 |
| 4590 | 2022-05-03T18:55:21.165Z | May 03 18:55:19.071 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4591 | 2022-05-03T18:55:21.171Z | May 03 18:55:19.101 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 |
| 4592 | 2022-05-03T18:55:21.177Z | May 03 18:55:19.131 ERRO slog-async: logger dropped messages due to channel overflow, count: 705, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4593 | 2022-05-03T18:55:21.182Z | May 03 18:55:19.182 ERRO slog-async: logger dropped messages due to channel overflow, count: 579, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4594 | 2022-05-03T18:55:21.188Z | May 03 18:55:19.182 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4595 | 2022-05-03T18:55:21.195Z | May 03 18:55:19.184 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 |
| 4596 | 2022-05-03T18:55:21.201Z | May 03 18:55:19.185 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4597 | 2022-05-03T18:55:21.207Z | May 03 18:55:19.189 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 |
| 4598 | 2022-05-03T18:55:21.212Z | May 03 18:55:19.193 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 |
| 4599 | 2022-05-03T18:55:21.217Z | May 03 18:55:19.193 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 |
| 4600 | 2022-05-03T18:55:21.223Z | May 03 18:55:19.194 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 |
| 4601 | 2022-05-03T18:55:21.229Z | May 03 18:55:19.203 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 |
| 4602 | 2022-05-03T18:55:21.235Z | May 03 18:55:19.203 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 |
| 4603 | 2022-05-03T18:55:21.240Z | May 03 18:55:19.209 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 |
| 4604 | 2022-05-03T18:55:21.246Z | May 03 18:55:19.211 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 |
| 4605 | 2022-05-03T18:55:21.252Z | May 03 18:55:19.217 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 |
| 4606 | 2022-05-03T18:55:21.258Z | May 03 18:55:19.219 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 |
| 4607 | 2022-05-03T18:55:21.263Z | May 03 18:55:19.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 |
| 4608 | 2022-05-03T18:55:21.270Z | May 03 18:55:19.220 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 |
| 4609 | 2022-05-03T18:55:21.275Z | May 03 18:55:19.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 |
| 4610 | 2022-05-03T18:55:21.281Z | May 03 18:55:19.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 |
| 4611 | 2022-05-03T18:55:21.286Z | May 03 18:55:19.227 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 |
| 4612 | 2022-05-03T18:55:21.292Z | May 03 18:55:19.227 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4613 | 2022-05-03T18:55:21.298Z | May 03 18:55:19.239 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 |
| 4614 | 2022-05-03T18:55:21.303Z | May 03 18:55:19.239 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4615 | 2022-05-03T18:55:21.309Z | May 03 18:55:19.240 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 |
| 4616 | 2022-05-03T18:55:21.315Z | May 03 18:55:19.245 ERRO slog-async: logger dropped messages due to channel overflow, count: 360, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4617 | 2022-05-03T18:55:21.321Z | May 03 18:55:19.245 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 |
| 4618 | 2022-05-03T18:55:21.327Z | May 03 18:55:19.246 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4619 | 2022-05-03T18:55:21.332Z | May 03 18:55:19.246 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 |
| 4620 | 2022-05-03T18:55:21.344Z | May 03 18:55:19.246 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 |
| 4621 | 2022-05-03T18:55:21.351Z | May 03 18:55:19.246 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 |
| 4622 | 2022-05-03T18:55:21.357Z | May 03 18:55:19.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 |
| 4623 | 2022-05-03T18:55:21.363Z | May 03 18:55:19.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 |
| 4624 | 2022-05-03T18:55:21.368Z | May 03 18:55:19.269 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4625 | 2022-05-03T18:55:21.374Z | May 03 18:55:19.269 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4626 | 2022-05-03T18:55:21.380Z | May 03 18:55:19.272 ERRO slog-async: logger dropped messages due to channel overflow, count: 333, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4627 | 2022-05-03T18:55:21.385Z | May 03 18:55:19.272 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 |
| 4628 | 2022-05-03T18:55:21.391Z | May 03 18:55:19.272 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4629 | 2022-05-03T18:55:21.396Z | May 03 18:55:19.272 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 |
| 4630 | 2022-05-03T18:55:21.401Z | May 03 18:55:19.274 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 |
| 4631 | 2022-05-03T18:55:21.407Z | May 03 18:55:19.274 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4632 | 2022-05-03T18:55:21.413Z | test integration_tests::oximeter::test_oximeter_reregistration ... FAILED |
| 4633 | 2022-05-03T18:55:21.418Z | test integration_tests::roles_builtin::test_roles_builtin ... ok |
| 4634 | 2022-05-03T18:55:23.862Z | May 03 18:55:23.861 ERRO slog-async: logger dropped messages due to channel overflow, count: 1197, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4635 | 2022-05-03T18:55:23.869Z | May 03 18:55:23.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 |
| 4636 | 2022-05-03T18:55:23.875Z | May 03 18:55:23.873 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 |
| 4637 | 2022-05-03T18:55:23.881Z | May 03 18:55:23.877 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 |
| 4638 | 2022-05-03T18:55:23.888Z | May 03 18:55:23.887 ERRO slog-async: logger dropped messages due to channel overflow, count: 1319, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4639 | 2022-05-03T18:55:23.894Z | May 03 18:55:23.888 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4640 | 2022-05-03T18:55:23.900Z | May 03 18:55:23.888 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 |
| 4641 | 2022-05-03T18:55:23.906Z | May 03 18:55:23.893 ERRO slog-async: logger dropped messages due to channel overflow, count: 489, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4642 | 2022-05-03T18:55:23.911Z | May 03 18:55:23.897 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 |
| 4643 | 2022-05-03T18:55:23.917Z | May 03 18:55:23.897 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4644 | 2022-05-03T18:55:23.923Z | May 03 18:55:23.901 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 |
| 4645 | 2022-05-03T18:55:23.929Z | May 03 18:55:23.901 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4646 | 2022-05-03T18:55:23.935Z | May 03 18:55:23.904 ERRO slog-async: logger dropped messages due to channel overflow, count: 244, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4647 | 2022-05-03T18:55:23.941Z | May 03 18:55:23.910 ERRO slog-async: logger dropped messages due to channel overflow, count: 528, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4648 | 2022-05-03T18:55:23.946Z | May 03 18:55:23.915 ERRO slog-async: logger dropped messages due to channel overflow, count: 683, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4649 | 2022-05-03T18:55:24.950Z | May 03 18:55:24.934 ERRO slog-async: logger dropped messages due to channel overflow, count: 453 |
| 4650 | 2022-05-03T18:55:24.991Z | test integration_tests::projects::test_projects ... ok |
| 4651 | 2022-05-03T18:55:25.891Z | test integration_tests::unauthorized_coverage::test_unauthorized_coverage ... ok |
| 4652 | 2022-05-03T18:55:28.605Z | May 03 18:55:28.604 ERRO slog-async: logger dropped messages due to channel overflow, count: 265, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4653 | 2022-05-03T18:55:28.620Z | May 03 18:55:28.619 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 |
| 4654 | 2022-05-03T18:55:28.626Z | May 03 18:55:28.619 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 |
| 4655 | 2022-05-03T18:55:28.631Z | May 03 18:55:28.629 ERRO slog-async: logger dropped messages due to channel overflow, count: 537, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4656 | 2022-05-03T18:55:28.637Z | May 03 18:55:28.635 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 |
| 4657 | 2022-05-03T18:55:28.642Z | May 03 18:55:28.635 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 |
| 4658 | 2022-05-03T18:55:28.648Z | May 03 18:55:28.636 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 |
| 4659 | 2022-05-03T18:55:28.653Z | May 03 18:55:28.641 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 |
| 4660 | 2022-05-03T18:55:28.658Z | May 03 18:55:28.641 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4661 | 2022-05-03T18:55:28.664Z | May 03 18:55:28.642 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 |
| 4662 | 2022-05-03T18:55:28.669Z | May 03 18:55:28.642 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 |
| 4663 | 2022-05-03T18:55:29.145Z | test integration_tests::router_routes::test_router_routes ... ok |
| 4664 | 2022-05-03T18:55:30.665Z | May 03 18:55:30.665 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 |
| 4665 | 2022-05-03T18:55:30.672Z | May 03 18:55:30.665 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4666 | 2022-05-03T18:55:30.885Z | test integration_tests::instances::test_instances_create_reboot_halt ... ok |
| 4667 | 2022-05-03T18:55:30.916Z | test integration_tests::silos::test_silos ... ok |
| 4668 | 2022-05-03T18:55:33.333Z | test integration_tests::ssh_keys::test_ssh_keys ... ok |
| 4669 | 2022-05-03T18:55:35.722Z | May 03 18:55:35.721 ERRO slog-async: logger dropped messages due to channel overflow, count: 2969, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4670 | 2022-05-03T18:55:36.071Z | test integration_tests::timeseries::test_timeseries_schema ... ok |
| 4671 | 2022-05-03T18:55:39.760Z | test integration_tests::updates::test_download_with_dots_fails ... ok |
| 4672 | 2022-05-03T18:55:43.826Z | May 03 18:55:43.825 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 |
| 4673 | 2022-05-03T18:55:43.868Z | May 03 18:55:43.867 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 |
| 4674 | 2022-05-03T18:55:43.875Z | May 03 18:55:43.867 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 |
| 4675 | 2022-05-03T18:55:43.880Z | May 03 18:55:43.868 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 |
| 4676 | 2022-05-03T18:55:44.057Z | test integration_tests::updates::test_update_end_to_end ... ok |
| 4677 | 2022-05-03T18:55:44.278Z | test integration_tests::users_builtin::test_users_builtin ... ok |
| 4678 | 2022-05-03T18:55:46.623Z | May 03 18:55:46.622 ERRO slog-async: logger dropped messages due to channel overflow, count: 1664, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4679 | 2022-05-03T18:55:46.630Z | May 03 18:55:46.623 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 |
| 4680 | 2022-05-03T18:55:46.636Z | May 03 18:55:46.630 ERRO slog-async: logger dropped messages due to channel overflow, count: 756, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4681 | 2022-05-03T18:55:46.642Z | May 03 18:55:46.636 ERRO slog-async: logger dropped messages due to channel overflow, count: 577, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4682 | 2022-05-03T18:55:46.655Z | May 03 18:55:46.654 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 |
| 4683 | 2022-05-03T18:55:46.661Z | May 03 18:55:46.655 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4684 | 2022-05-03T18:55:46.667Z | May 03 18:55:46.655 ERRO slog-async: logger dropped messages due to channel overflow, count: 1295, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4685 | 2022-05-03T18:55:46.897Z | May 03 18:55:46.896 ERRO slog-async: logger dropped messages due to channel overflow, count: 249 |
| 4686 | 2022-05-03T18:55:46.927Z | test integration_tests::subnet_allocation::test_subnet_allocation ... ok |
| 4687 | 2022-05-03T18:55:52.919Z | May 03 18:55:52.918 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 |
| 4688 | 2022-05-03T18:55:52.925Z | May 03 18:55:52.918 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4689 | 2022-05-03T18:55:52.931Z | May 03 18:55:52.927 ERRO slog-async: logger dropped messages due to channel overflow, count: 1273, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4690 | 2022-05-03T18:55:52.937Z | May 03 18:55:52.928 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4691 | 2022-05-03T18:55:52.958Z | May 03 18:55:52.958 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 |
| 4692 | 2022-05-03T18:55:52.965Z | May 03 18:55:52.963 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 |
| 4693 | 2022-05-03T18:55:52.971Z | May 03 18:55:52.963 ERRO slog-async: logger dropped messages due to channel overflow, count: 1, producer_id: a6458b7d-87c3-4483-be96-854d814c20de, component: collection-task, collector_id: 39e6175b-4df2-4730-b11d-cbc1e60a2e78, component: oximeter-agent |
| 4694 | 2022-05-03T18:55:54.078Z | May 03 18:55:54.078 ERRO slog-async: logger dropped messages due to channel overflow, count: 1699 |
| 4695 | 2022-05-03T18:55:54.116Z | test integration_tests::vpc_firewall::test_vpc_firewall ... ok |
| 4696 | 2022-05-03T18:55:57.534Z | test integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found ... ok |
| 4697 | 2022-05-03T18:55:57.605Z | test integration_tests::zpools::test_zpool_put_success ... ok |
| 4698 | 2022-05-03T18:55:59.465Z | test integration_tests::vpc_routers::test_vpc_routers ... ok |
| 4699 | 2022-05-03T18:56:01.905Z | test integration_tests::vpc_subnets::test_vpc_subnets ... ok |
| 4700 | 2022-05-03T18:56:02.668Z | test integration_tests::vpcs::test_vpcs ... ok |
| 4701 | 2022-05-03T18:56:15.461Z | test integration_tests::unauthorized::test_unauthorized ... ok |
| 4702 | 2022-05-03T18:56:15.468Z | |
| 4703 | 2022-05-03T18:56:15.474Z | failures: |
| 4704 | 2022-05-03T18:56:15.480Z | |
| 4705 | 2022-05-03T18:56:15.487Z | ---- integration_tests::oximeter::test_oximeter_reregistration stdout ---- |
| 4706 | 2022-05-03T18:56:15.493Z | log file: "/var/tmp/omicron_tmp/test_all-1557dfd33414e1a3-test_oximeter_reregistration.5150.46.log" |
| 4707 | 2022-05-03T18:56:15.499Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-1557dfd33414e1a3-test_oximeter_reregistration.5150.46.log" |
| 4708 | 2022-05-03T18:56:15.504Z | thread 'integration_tests::oximeter::test_oximeter_reregistration' panicked at 'assertion failed: `(left == right)` |
| 4709 | 2022-05-03T18:56:15.510Z | left: `Target { name: "integration_target", fields: [Field { name: "name", value: String("integration-test-target") }, Field { name: "name", value: String("integration-test-target") }] }`, |
| 4710 | 2022-05-03T18:56:15.516Z | right: `Target { name: "integration_target", fields: [Field { name: "name", value: String("integration-test-metric") }, Field { name: "name", value: String("integration-test-metric") }] }`', nexus/tests/integration_tests/oximeter.rs:308:5 |
| 4711 | 2022-05-03T18:56:15.521Z | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
| 4712 | 2022-05-03T18:56:15.527Z | WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
| 4713 | 2022-05-03T18:56:15.534Z | WARN: temporary directory leaked: /var/tmp/omicron_tmp/.tmpKT5h8q |
| 4714 | 2022-05-03T18:56:15.539Z | WARN: dropped ClickHouseInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
| 4715 | 2022-05-03T18:56:15.545Z | |
| 4716 | 2022-05-03T18:56:15.551Z | |
| 4717 | 2022-05-03T18:56:15.557Z | failures: |
| 4718 | 2022-05-03T18:56:15.565Z | integration_tests::oximeter::test_oximeter_reregistration |
| 4719 | 2022-05-03T18:56:15.571Z | |
| 4720 | 2022-05-03T18:56:15.577Z | test result: FAILED. 69 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 182.15s |
| 4721 | 2022-05-03T18:56:15.583Z | |
| 4722 | 2022-05-03T18:56:15.589Z | error: test failed, to rerun pass '-p omicron-nexus --test test_all' |
| 4723 | 2022-05-03T18:56:15.595Z | |
| 4724 | 2022-05-03T18:56:15.601Z | real 17:25.895216755 |
| 4725 | 2022-05-03T18:56:15.606Z | user 59:28.685936567 |
| 4726 | 2022-05-03T18:56:15.612Z | sys 25:25.386856927 |
| 4727 | 2022-05-03T18:56:15.618Z | trap 9.431888045 |
| 4728 | 2022-05-03T18:56:15.624Z | tflt 13.901225293 |
| 4729 | 2022-05-03T18:56:15.630Z | dflt 1:03.160449571 |
| 4730 | 2022-05-03T18:56:15.636Z | kflt 0.439630625 |
| 4731 | 2022-05-03T18:56:15.641Z | lock 34:28:19.967437012 |
| 4732 | 2022-05-03T18:56:15.647Z | slp 4:22:00.985262206 |
| 4733 | 2022-05-03T18:56:15.653Z | lat 12:39.157773147 |
| 4734 | 2022-05-03T18:56:15.659Z | stop 4:38.150242302 |
| 4735 | 2022-05-03T18:56:15.665Z | process exited: duration 2728313 ms, exit code 101 |
| |
| 4736 | 2022-05-03T18:56:15.726Z | found 0 output files |