|
|
|
| 1 | 2023-12-08T22:42:00.044Z | job assigned to worker 01HH5SEY7FDAF2FSPEBG9BWED1 (queued for 1 m 0 s) |
| |
| 2 | 2023-12-08T22:42:00.873Z | starting task 0: "setup" |
| 3 | 2023-12-08T22:42:00.927Z | ++ uname -s |
| 4 | 2023-12-08T22:42:00.931Z | + kern=SunOS |
| 5 | 2023-12-08T22:42:00.931Z | + case "$kern" in |
| 6 | 2023-12-08T22:42:00.931Z | + groupadd -g 12345 build |
| 7 | 2023-12-08T22:42:00.935Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-12-08T22:42:02.955Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-12-08T22:42:03.127Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-12-08T22:42:03.131Z | + home_fs=zfs |
| 11 | 2023-12-08T22:42:03.131Z | + [[ zfs == autofs ]] |
| 12 | 2023-12-08T22:42:03.131Z | + mkdir -p /home/build |
| 13 | 2023-12-08T22:42:03.134Z | + chown build:build /home/build /work |
| 14 | 2023-12-08T22:42:05.134Z | + chmod 0700 /home/build /work |
| 15 | 2023-12-08T22:42:05.139Z | process exited: duration 4266 ms, exit code 0 |
| |
| 16 | 2023-12-08T22:42:05.150Z | starting task 1: "rust-toolchain" |
| 17 | 2023-12-08T22:42:05.162Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-12-08T22:42:05.166Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-12-08T22:42:05.532Z | info: downloading installer |
| 20 | 2023-12-08T22:42:07.389Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-12-08T22:42:07.390Z | warning: /opt/ooce/bin |
| 22 | 2023-12-08T22:42:07.390Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-12-08T22:42:07.390Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-12-08T22:42:07.390Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-12-08T22:42:07.390Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-12-08T22:42:07.390Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-12-08T22:42:07.390Z | error: cannot install while Rust is installed |
| 28 | 2023-12-08T22:42:07.390Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-12-08T22:42:07.514Z | info: profile set to 'default' |
| 30 | 2023-12-08T22:42:07.514Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-12-08T22:42:07.517Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-12-08T22:42:07.700Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-12-08T22:42:07.701Z | info: downloading component 'cargo' |
| 34 | 2023-12-08T22:42:08.485Z | info: downloading component 'clippy' |
| 35 | 2023-12-08T22:42:08.763Z | info: downloading component 'rust-docs' |
| 36 | 2023-12-08T22:42:09.738Z | info: downloading component 'rust-std' |
| 37 | 2023-12-08T22:42:11.491Z | info: downloading component 'rustc' |
| 38 | 2023-12-08T22:42:15.717Z | info: downloading component 'rustfmt' |
| 39 | 2023-12-08T22:42:16.017Z | info: installing component 'cargo' |
| 40 | 2023-12-08T22:42:17.439Z | info: installing component 'clippy' |
| 41 | 2023-12-08T22:42:18.035Z | info: installing component 'rust-docs' |
| 42 | 2023-12-08T22:42:20.879Z | info: installing component 'rust-std' |
| 43 | 2023-12-08T22:42:23.979Z | info: installing component 'rustc' |
| 44 | 2023-12-08T22:42:30.768Z | info: installing component 'rustfmt' |
| 45 | 2023-12-08T22:42:31.224Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-12-08T22:42:31.224Z | |
| 47 | 2023-12-08T22:42:31.363Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-12-08T22:42:31.364Z | |
| 49 | 2023-12-08T22:42:31.375Z | |
| 50 | 2023-12-08T22:42:31.376Z | Rust is installed now. Great! |
| 51 | 2023-12-08T22:42:31.376Z | |
| 52 | 2023-12-08T22:42:31.376Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-12-08T22:42:31.376Z | environment variable. This has not been done automatically. |
| 54 | 2023-12-08T22:42:31.376Z | |
| 55 | 2023-12-08T22:42:31.377Z | To configure your current shell, run: |
| 56 | 2023-12-08T22:42:31.377Z | source "$HOME/.cargo/env" |
| 57 | 2023-12-08T22:42:31.448Z | + rustc --version |
| 58 | 2023-12-08T22:42:31.566Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-12-08T22:42:31.571Z | process exited: duration 26422 ms, exit code 0 |
| |
| 60 | 2023-12-08T22:42:31.577Z | starting task 2: "authentication" |
| 61 | 2023-12-08T22:42:31.611Z | process exited: duration 34 ms, exit code 0 |
| |
| 62 | 2023-12-08T22:42:31.619Z | starting task 3: "clone repository" |
| 63 | 2023-12-08T22:42:31.626Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-12-08T22:42:31.629Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-12-08T22:42:31.681Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-12-08T22:42:37.443Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-12-08T22:42:37.443Z | + [[ -n main ]] |
| 68 | 2023-12-08T22:42:37.446Z | + git fetch origin main |
| 69 | 2023-12-08T22:42:37.803Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-12-08T22:42:37.803Z | * branch main -> FETCH_HEAD |
| 71 | 2023-12-08T22:42:37.817Z | + git checkout -B main remotes/origin/main |
| 72 | 2023-12-08T22:42:37.914Z | Reset branch 'main' |
| 73 | 2023-12-08T22:42:37.917Z | branch 'main' set up to track 'origin/main'. |
| 74 | 2023-12-08T22:42:37.917Z | Your branch is up to date with 'origin/main'. |
| 75 | 2023-12-08T22:42:37.917Z | + git reset --hard 2a3db4154a73761b559f6e2d9bc2640de15d1c3d |
| 76 | 2023-12-08T22:42:37.929Z | HEAD is now at 2a3db415 [nexus] improve external messages and make more available to clients (#4573) |
| 77 | 2023-12-08T22:42:37.933Z | process exited: duration 6312 ms, exit code 0 |
| |
| 78 | 2023-12-08T22:42:37.940Z | starting task 4: "build" |
| 79 | 2023-12-08T22:42:37.951Z | + NEXTEST_VERSION=0.9.64 |
| 80 | 2023-12-08T22:42:37.952Z | + cargo --version |
| 81 | 2023-12-08T22:42:37.959Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
| 82 | 2023-12-08T22:42:38.153Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
| 83 | 2023-12-08T22:42:38.156Z | info: downloading component 'cargo' |
| 84 | 2023-12-08T22:42:38.870Z | info: downloading component 'clippy' |
| 85 | 2023-12-08T22:42:39.110Z | info: downloading component 'rust-docs' |
| 86 | 2023-12-08T22:42:39.988Z | info: downloading component 'rust-std' |
| 87 | 2023-12-08T22:42:41.449Z | info: downloading component 'rustc' |
| 88 | 2023-12-08T22:42:45.041Z | info: downloading component 'rustfmt' |
| 89 | 2023-12-08T22:42:45.244Z | info: installing component 'cargo' |
| 90 | 2023-12-08T22:42:46.559Z | info: installing component 'clippy' |
| 91 | 2023-12-08T22:42:47.029Z | info: installing component 'rust-docs' |
| 92 | 2023-12-08T22:42:49.977Z | info: installing component 'rust-std' |
| 93 | 2023-12-08T22:43:00.089Z | info: installing component 'rustc' |
| 94 | 2023-12-08T22:43:00.089Z | info: installing component 'rustfmt' |
| 95 | 2023-12-08T22:43:00.089Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
| 96 | 2023-12-08T22:43:00.089Z | + rustc --version |
| 97 | 2023-12-08T22:43:00.089Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
| 98 | 2023-12-08T22:43:00.089Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.64/illumos |
| 99 | 2023-12-08T22:43:00.090Z | + gunzip |
| 100 | 2023-12-08T22:43:00.090Z | + tar -xvf - -C /home/build/.cargo/bin |
| 101 | 2023-12-08T22:43:00.925Z | x cargo-nextest, 10985408 bytes, 21456 tape blocks |
| 102 | 2023-12-08T22:43:00.936Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 103 | 2023-12-08T22:43:00.936Z | + echo 'tests will store output in /var/tmp/omicron_tmp' |
| 104 | 2023-12-08T22:43:00.936Z | tests will store output in /var/tmp/omicron_tmp |
| 105 | 2023-12-08T22:43:00.936Z | + mkdir /var/tmp/omicron_tmp |
| 106 | 2023-12-08T22:43:00.936Z | + source ./env.sh |
| 107 | 2023-12-08T22:43:00.936Z | ++ set -o xtrace |
| 108 | 2023-12-08T22:43:00.936Z | ++++ dirname ./env.sh |
| 109 | 2023-12-08T22:43:00.936Z | +++ cd . |
| 110 | 2023-12-08T22:43:00.936Z | +++ echo /work/oxidecomputer/omicron |
| 111 | 2023-12-08T22:43:00.937Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 112 | 2023-12-08T22:43:00.937Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2023-12-08T22:43:00.937Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2023-12-08T22:43:00.937Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2023-12-08T22:43:00.937Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2023-12-08T22:43:00.937Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2023-12-08T22:43:00.937Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2023-12-08T22:43:00.938Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 119 | 2023-12-08T22:43:00.938Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 120 | 2023-12-08T22:43:00.938Z | ++ unset OMICRON_WS |
| 121 | 2023-12-08T22:43:00.938Z | ++ set +o xtrace |
| 122 | 2023-12-08T22:43:01.043Z | |
| 123 | 2023-12-08T22:43:01.044Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 124 | 2023-12-08T22:43:01.044Z | # # # # # # # # # # # # # # # |
| 125 | 2023-12-08T22:43:01.044Z | # # # # ##### # # ##### # # # # # #### # |
| 126 | 2023-12-08T22:43:01.044Z | ##### ##### # ##### # # # # # # # # # |
| 127 | 2023-12-08T22:43:01.044Z | # # # # # # # # # # # # # # # |
| 128 | 2023-12-08T22:43:01.044Z | # # # ###### # # ###### ### # #### # #### # |
| 129 | 2023-12-08T22:43:01.045Z | |
| 130 | 2023-12-08T22:43:14.108Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 131 | 2023-12-08T22:43:15.381Z | Startup: Caching catalogs ... Done |
| 132 | 2023-12-08T22:43:22.589Z | Planning: Solver setup ... Done (6.779s) |
| 133 | 2023-12-08T22:43:22.741Z | Planning: Running solver ... Done (0.157s) |
| 134 | 2023-12-08T22:43:22.827Z | Planning: Finding local manifests ... Done (0.004s) |
| 135 | 2023-12-08T22:43:22.843Z | Planning: Fetching manifests: 0/6 0% complete |
| 136 | 2023-12-08T22:43:23.092Z | Planning: Fetching manifests: 6/6 100% complete |
| 137 | 2023-12-08T22:43:23.183Z | Planning: Package planning ... Done (0.092s) |
| 138 | 2023-12-08T22:43:23.271Z | Planning: Merging actions ... Done (0.087s) |
| 139 | 2023-12-08T22:43:24.306Z | Planning: Checking for conflicting actions ... Done (1.034s) |
| 140 | 2023-12-08T22:43:24.324Z | Planning: Consolidating action changes ... Done (0.018s) |
| 141 | 2023-12-08T22:43:31.051Z | Planning: Evaluating mediators ... Done (6.727s) |
| 142 | 2023-12-08T22:43:31.167Z | Planning: Planning completed in 15.73 seconds |
| 143 | 2023-12-08T22:43:31.190Z | Packages to install: 4 |
| 144 | 2023-12-08T22:43:31.196Z | Packages to update: 2 |
| 145 | 2023-12-08T22:43:31.196Z | Mediators to change: 2 |
| 146 | 2023-12-08T22:43:31.196Z | Services to change: 1 |
| 147 | 2023-12-08T22:43:31.196Z | Estimated space available: 148.87 GB |
| 148 | 2023-12-08T22:43:31.196Z | Estimated space to be consumed: 1.43 GB |
| 149 | 2023-12-08T22:43:31.196Z | Create boot environment: No |
| 150 | 2023-12-08T22:43:31.196Z | Create backup boot environment: Yes |
| 151 | 2023-12-08T22:43:31.196Z | Rebuild boot archive: No |
| 152 | 2023-12-08T22:43:31.196Z | |
| 153 | 2023-12-08T22:43:31.196Z | Changed mediators: |
| 154 | 2023-12-08T22:43:31.196Z | mediator clang: |
| 155 | 2023-12-08T22:43:31.196Z | version: None -> 15 (system default) |
| 156 | 2023-12-08T22:43:31.196Z | |
| 157 | 2023-12-08T22:43:31.196Z | mediator llvm: |
| 158 | 2023-12-08T22:43:31.196Z | version: 14 (system default) -> 15 (system default) |
| 159 | 2023-12-08T22:43:31.196Z | |
| 160 | 2023-12-08T22:43:31.197Z | Changed packages: |
| 161 | 2023-12-08T22:43:31.197Z | helios-dev |
| 162 | 2023-12-08T22:43:31.197Z | developer/build-essential |
| 163 | 2023-12-08T22:43:31.197Z | None -> 11-2.0 |
| 164 | 2023-12-08T22:43:31.197Z | library/libxmlsec1 |
| 165 | 2023-12-08T22:43:31.197Z | None -> 1.2.35-2.0 |
| 166 | 2023-12-08T22:43:31.197Z | ooce/developer/clang-15 |
| 167 | 2023-12-08T22:43:31.197Z | None -> 15.0.7-2.0 |
| 168 | 2023-12-08T22:43:31.197Z | ooce/developer/llvm-15 |
| 169 | 2023-12-08T22:43:31.197Z | None -> 15.0.7-2.0 |
| 170 | 2023-12-08T22:43:31.197Z | system/library/g++-runtime |
| 171 | 2023-12-08T22:43:31.197Z | 12-2.0 -> 13-2.0 |
| 172 | 2023-12-08T22:43:31.197Z | system/library/gcc-runtime |
| 173 | 2023-12-08T22:43:31.197Z | 12-2.0 -> 13-2.0 |
| 174 | 2023-12-08T22:43:31.197Z | |
| 175 | 2023-12-08T22:43:31.197Z | Services: |
| 176 | 2023-12-08T22:43:31.197Z | restart_fmri: |
| 177 | 2023-12-08T22:43:31.198Z | svc:/system/update-man-index:default |
| 178 | 2023-12-08T22:43:31.617Z | |
| 179 | 2023-12-08T22:43:31.619Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
| 180 | 2023-12-08T22:43:36.617Z | Download: 1337/3330 items 113.7/221.1MB 51% complete (23.2M/s) |
| 181 | 2023-12-08T22:43:41.631Z | Download: 2919/3330 items 121.1/221.1MB 54% complete (12.3M/s) |
| 182 | 2023-12-08T22:43:46.906Z | Download: 3325/3330 items 220.7/221.1MB 99% complete (10.9M/s) |
| 183 | 2023-12-08T22:43:46.937Z | Download: Completed 221.11 MB in 15.32 seconds (14.4M/s) |
| 184 | 2023-12-08T22:43:49.039Z | Actions: 1/3766 actions (Removing old actions) |
| 185 | 2023-12-08T22:43:49.039Z | Actions: 5/3766 actions (Installing new actions) |
| 186 | 2023-12-08T22:43:54.057Z | Actions: 3044/3766 actions (Installing new actions) |
| 187 | 2023-12-08T22:43:57.860Z | Actions: 3729/3766 actions (Updating modified actions) |
| 188 | 2023-12-08T22:43:58.819Z | Actions: Completed 3766 actions in 9.78 seconds. |
| 189 | 2023-12-08T22:43:59.034Z | Done (0.201s) |
| 190 | 2023-12-08T22:43:59.037Z | Done (0.001s) |
| 191 | 2023-12-08T22:43:59.334Z | Done (0.285s) |
| 192 | 2023-12-08T22:44:08.173Z | Done (8.713s) |
| 193 | 2023-12-08T22:44:08.572Z | Done (0.287s) |
| 194 | 2023-12-08T22:44:08.576Z | Done (0.000s) |
| 195 | 2023-12-08T22:44:08.807Z | Done (0.000s) |
| 196 | 2023-12-08T22:44:09.547Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2023-12-08T22:44:09.830Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2023-12-08T22:44:09.833Z | Planning: Consolidating action changes ... Done |
| 199 | 2023-12-08T22:44:10.266Z | Planning: Evaluating mediators ... Done |
| 200 | 2023-12-08T22:44:10.269Z | Planning: Planning completed in 0.72 seconds |
| 201 | 2023-12-08T22:44:10.327Z | Mediators to change: 2 |
| 202 | 2023-12-08T22:44:10.327Z | Create boot environment: No |
| 203 | 2023-12-08T22:44:10.330Z | Create backup boot environment: No |
| 204 | 2023-12-08T22:44:10.429Z | Done |
| 205 | 2023-12-08T22:44:10.429Z | Done |
| 206 | 2023-12-08T22:44:10.595Z | Done |
| 207 | 2023-12-08T22:44:16.566Z | Done |
| 208 | 2023-12-08T22:44:16.713Z | Done |
| 209 | 2023-12-08T22:44:16.722Z | Done |
| 210 | 2023-12-08T22:44:16.825Z | Done |
| 211 | 2023-12-08T22:44:17.837Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2023-12-08T22:44:17.841Z | Planning: Merging actions ... Done |
| 213 | 2023-12-08T22:44:18.176Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2023-12-08T22:44:18.185Z | Planning: Consolidating action changes ... Done |
| 215 | 2023-12-08T22:44:18.605Z | Planning: Evaluating mediators ... Done |
| 216 | 2023-12-08T22:44:18.700Z | Planning: Planning completed in 1.30 seconds |
| 217 | 2023-12-08T22:44:18.756Z | Packages to change: 1 |
| 218 | 2023-12-08T22:44:18.756Z | Mediators to change: 1 |
| 219 | 2023-12-08T22:44:18.760Z | Services to change: 1 |
| 220 | 2023-12-08T22:44:18.760Z | Create boot environment: No |
| 221 | 2023-12-08T22:44:18.760Z | Create backup boot environment: Yes |
| 222 | 2023-12-08T22:44:20.988Z | Actions: 1/6 actions (Updating modified actions) |
| 223 | 2023-12-08T22:44:20.991Z | Actions: Completed 6 actions in 0.00 seconds. |
| 224 | 2023-12-08T22:44:20.991Z | Done |
| 225 | 2023-12-08T22:44:20.991Z | Done |
| 226 | 2023-12-08T22:44:21.054Z | Done |
| 227 | 2023-12-08T22:44:27.033Z | Done |
| 228 | 2023-12-08T22:44:27.168Z | Done |
| 229 | 2023-12-08T22:44:27.174Z | Done |
| 230 | 2023-12-08T22:44:27.271Z | Done |
| 231 | 2023-12-08T22:44:27.953Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 232 | 2023-12-08T22:44:27.953Z | clang system 15 system |
| 233 | 2023-12-08T22:44:27.953Z | csh system system illumos |
| 234 | 2023-12-08T22:44:27.953Z | ctags system system illumos |
| 235 | 2023-12-08T22:44:27.953Z | gcc vendor 12 vendor |
| 236 | 2023-12-08T22:44:27.953Z | gcc system 10 system |
| 237 | 2023-12-08T22:44:27.953Z | gcc system 7 system |
| 238 | 2023-12-08T22:44:27.953Z | go system 1.20 system |
| 239 | 2023-12-08T22:44:27.953Z | go system 1.19 system |
| 240 | 2023-12-08T22:44:27.953Z | llvm system 15 system |
| 241 | 2023-12-08T22:44:27.953Z | llvm system 14 system |
| 242 | 2023-12-08T22:44:27.954Z | mariadb system 10.6 system |
| 243 | 2023-12-08T22:44:27.954Z | mta vendor vendor dma |
| 244 | 2023-12-08T22:44:27.954Z | openjdk system 17 system |
| 245 | 2023-12-08T22:44:27.965Z | openjdk system 11 system |
| 246 | 2023-12-08T22:44:27.965Z | openjdk system 1.8 system |
| 247 | 2023-12-08T22:44:27.965Z | openssl vendor 3 vendor |
| 248 | 2023-12-08T22:44:27.966Z | perl system 5.36 system |
| 249 | 2023-12-08T22:44:27.966Z | postgresql system 15 system |
| 250 | 2023-12-08T22:44:27.966Z | postgresql system 13 system |
| 251 | 2023-12-08T22:44:27.966Z | python vendor 3 vendor |
| 252 | 2023-12-08T22:44:27.966Z | python system 2 system |
| 253 | 2023-12-08T22:44:27.966Z | python3 system 3.11 system |
| 254 | 2023-12-08T22:44:27.966Z | ruby system 3.0 system |
| 255 | 2023-12-08T22:44:27.966Z | words vendor vendor american-english |
| 256 | 2023-12-08T22:44:27.966Z | words system system australian-english |
| 257 | 2023-12-08T22:44:27.966Z | words system system british-english |
| 258 | 2023-12-08T22:44:27.966Z | words system system canadian-english |
| 259 | 2023-12-08T22:44:27.966Z | words system system french |
| 260 | 2023-12-08T22:44:27.966Z | words system system italian |
| 261 | 2023-12-08T22:44:27.966Z | words system system ngerman |
| 262 | 2023-12-08T22:44:27.966Z | words system system ogerman |
| 263 | 2023-12-08T22:44:27.966Z | words system system spanish |
| 264 | 2023-12-08T22:44:28.483Z | FMRI IFO |
| 265 | 2023-12-08T22:44:28.484Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 266 | 2023-12-08T22:44:28.484Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 267 | 2023-12-08T22:44:28.484Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 268 | 2023-12-08T22:44:28.484Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 269 | 2023-12-08T22:44:28.484Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 270 | 2023-12-08T22:44:28.484Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 271 | 2023-12-08T22:44:28.484Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
| 272 | 2023-12-08T22:44:28.485Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
| 273 | 2023-12-08T22:44:28.558Z | + set -o errexit |
| 274 | 2023-12-08T22:44:28.561Z | +++ dirname ./tools/ci_download_cockroachdb |
| 275 | 2023-12-08T22:44:28.564Z | ++ cd ./tools |
| 276 | 2023-12-08T22:44:28.564Z | ++ pwd |
| 277 | 2023-12-08T22:44:28.565Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 278 | 2023-12-08T22:44:28.568Z | ++ basename ./tools/ci_download_cockroachdb |
| 279 | 2023-12-08T22:44:28.568Z | + ARG0=ci_download_cockroachdb |
| 280 | 2023-12-08T22:44:28.568Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 281 | 2023-12-08T22:44:28.571Z | + CIDL_VERSION=v22.1.9 |
| 282 | 2023-12-08T22:44:28.571Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 283 | 2023-12-08T22:44:28.571Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 284 | 2023-12-08T22:44:28.571Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 285 | 2023-12-08T22:44:28.571Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 286 | 2023-12-08T22:44:28.572Z | + TARGET_DIR=out |
| 287 | 2023-12-08T22:44:28.572Z | + DOWNLOAD_DIR=out/downloads |
| 288 | 2023-12-08T22:44:28.572Z | + DEST_DIR=./out/cockroachdb |
| 289 | 2023-12-08T22:44:28.572Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 290 | 2023-12-08T22:44:28.572Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 291 | 2023-12-08T22:44:28.572Z | + main |
| 292 | 2023-12-08T22:44:28.572Z | + [[ 0 != 0 ]] |
| 293 | 2023-12-08T22:44:28.572Z | + CIDL_OS=solaris2.11 |
| 294 | 2023-12-08T22:44:28.572Z | + [[ 0 != 0 ]] |
| 295 | 2023-12-08T22:44:28.572Z | + configure_os solaris2.11 |
| 296 | 2023-12-08T22:44:28.572Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 297 | 2023-12-08T22:44:28.572Z | current directory: /work/oxidecomputer/omicron |
| 298 | 2023-12-08T22:44:28.572Z | configuring based on OS: "solaris2.11" |
| 299 | 2023-12-08T22:44:28.572Z | + echo 'configuring based on OS: "solaris2.11"' |
| 300 | 2023-12-08T22:44:28.572Z | + case "$1" in |
| 301 | 2023-12-08T22:44:28.572Z | + CIDL_BUILD=illumos |
| 302 | 2023-12-08T22:44:28.572Z | + CIDL_SUFFIX=tar.gz |
| 303 | 2023-12-08T22:44:28.572Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 304 | 2023-12-08T22:44:28.573Z | + CIDL_MD5FUNC=do_md5sum |
| 305 | 2023-12-08T22:44:28.573Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 306 | 2023-12-08T22:44:28.573Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 307 | 2023-12-08T22:44:28.573Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 308 | 2023-12-08T22:44:28.573Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 309 | 2023-12-08T22:44:28.573Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 310 | 2023-12-08T22:44:28.574Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 311 | 2023-12-08T22:44:28.574Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 312 | 2023-12-08T22:44:28.574Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 313 | 2023-12-08T22:44:28.574Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 314 | 2023-12-08T22:44:28.574Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 315 | 2023-12-08T22:44:28.574Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 316 | 2023-12-08T22:44:28.574Z | + mkdir -p out/downloads |
| 317 | 2023-12-08T22:44:28.577Z | + mkdir -p ./out/cockroachdb |
| 318 | 2023-12-08T22:44:28.578Z | + local DO_DOWNLOAD=true |
| 319 | 2023-12-08T22:44:28.578Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 320 | 2023-12-08T22:44:28.578Z | + '[' true == true ']' |
| 321 | 2023-12-08T22:44:28.578Z | + echo Downloading... |
| 322 | 2023-12-08T22:44:28.578Z | Downloading... |
| 323 | 2023-12-08T22:44:28.578Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 324 | 2023-12-08T22:44:28.578Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 325 | 2023-12-08T22:44:31.417Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 326 | 2023-12-08T22:44:31.421Z | ++ md5sum |
| 327 | 2023-12-08T22:44:31.421Z | ++ awk '{print $1}' |
| 328 | 2023-12-08T22:44:31.603Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 329 | 2023-12-08T22:44:31.603Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
| 330 | 2023-12-08T22:44:31.604Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 331 | 2023-12-08T22:44:31.612Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 332 | 2023-12-08T22:44:35.028Z | + do_assemble_illumos |
| 333 | 2023-12-08T22:44:35.028Z | + rm -r ./out/cockroachdb |
| 334 | 2023-12-08T22:44:35.446Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 335 | 2023-12-08T22:44:35.710Z | + ./out/cockroachdb/bin/cockroach version |
| 336 | 2023-12-08T22:44:36.073Z | Build Tag: v22.1.9-dirty |
| 337 | 2023-12-08T22:44:36.073Z | Build Time: 2022/10/26 21:17:46 |
| 338 | 2023-12-08T22:44:36.073Z | Distribution: OSS |
| 339 | 2023-12-08T22:44:36.073Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 340 | 2023-12-08T22:44:36.073Z | Go Version: go1.17.13 |
| 341 | 2023-12-08T22:44:36.074Z | C Compiler: gcc 10.3.0 |
| 342 | 2023-12-08T22:44:36.074Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 343 | 2023-12-08T22:44:36.074Z | Build Type: release |
| 344 | 2023-12-08T22:44:36.105Z | + set -o errexit |
| 345 | 2023-12-08T22:44:36.108Z | +++ dirname ./tools/ci_download_clickhouse |
| 346 | 2023-12-08T22:44:36.111Z | ++ cd ./tools |
| 347 | 2023-12-08T22:44:36.111Z | ++ pwd |
| 348 | 2023-12-08T22:44:36.111Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 349 | 2023-12-08T22:44:36.116Z | ++ basename ./tools/ci_download_clickhouse |
| 350 | 2023-12-08T22:44:36.116Z | + ARG0=ci_download_clickhouse |
| 351 | 2023-12-08T22:44:36.116Z | + TARGET_DIR=out |
| 352 | 2023-12-08T22:44:36.116Z | + DOWNLOAD_DIR=out/downloads |
| 353 | 2023-12-08T22:44:36.116Z | + DEST_DIR=./out/clickhouse |
| 354 | 2023-12-08T22:44:36.116Z | + CIDL_VERSION=v22.8.9.24 |
| 355 | 2023-12-08T22:44:36.116Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 356 | 2023-12-08T22:44:36.116Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 357 | 2023-12-08T22:44:36.116Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 358 | 2023-12-08T22:44:36.116Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 359 | 2023-12-08T22:44:36.117Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 360 | 2023-12-08T22:44:36.117Z | + main |
| 361 | 2023-12-08T22:44:36.117Z | + [[ 0 != 0 ]] |
| 362 | 2023-12-08T22:44:36.117Z | + CIDL_OS=solaris2.11 |
| 363 | 2023-12-08T22:44:36.117Z | + [[ 0 != 0 ]] |
| 364 | 2023-12-08T22:44:36.117Z | + configure_os solaris2.11 |
| 365 | 2023-12-08T22:44:36.117Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 366 | 2023-12-08T22:44:36.117Z | current directory: /work/oxidecomputer/omicron |
| 367 | 2023-12-08T22:44:36.117Z | configuring based on OS: "solaris2.11" |
| 368 | 2023-12-08T22:44:36.117Z | + echo 'configuring based on OS: "solaris2.11"' |
| 369 | 2023-12-08T22:44:36.117Z | + CIDL_DASHREV= |
| 370 | 2023-12-08T22:44:36.117Z | + case "$1" in |
| 371 | 2023-12-08T22:44:36.117Z | + CIDL_PLATFORM=illumos |
| 372 | 2023-12-08T22:44:36.117Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 373 | 2023-12-08T22:44:36.117Z | + CIDL_MD5FUNC=do_md5sum |
| 374 | 2023-12-08T22:44:36.117Z | + CIDL_DASHREV=-1 |
| 375 | 2023-12-08T22:44:36.117Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 376 | 2023-12-08T22:44:36.117Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 377 | 2023-12-08T22:44:36.118Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 378 | 2023-12-08T22:44:36.118Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 379 | 2023-12-08T22:44:36.118Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 380 | 2023-12-08T22:44:36.118Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 381 | 2023-12-08T22:44:36.121Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 382 | 2023-12-08T22:44:36.121Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 383 | 2023-12-08T22:44:36.121Z | + mkdir -p out/downloads |
| 384 | 2023-12-08T22:44:36.129Z | + mkdir -p ./out/clickhouse |
| 385 | 2023-12-08T22:44:36.129Z | + local DO_DOWNLOAD=true |
| 386 | 2023-12-08T22:44:36.129Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 387 | 2023-12-08T22:44:36.129Z | + '[' true == true ']' |
| 388 | 2023-12-08T22:44:36.129Z | + echo Downloading... |
| 389 | 2023-12-08T22:44:36.129Z | Downloading... |
| 390 | 2023-12-08T22:44:36.130Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 391 | 2023-12-08T22:44:36.130Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 392 | 2023-12-08T22:44:38.945Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 393 | 2023-12-08T22:44:38.948Z | ++ md5sum |
| 394 | 2023-12-08T22:44:38.948Z | ++ awk '{print $1}' |
| 395 | 2023-12-08T22:44:39.206Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 396 | 2023-12-08T22:44:39.206Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
| 397 | 2023-12-08T22:44:39.206Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 398 | 2023-12-08T22:44:39.209Z | + mkdir -p ./out/clickhouse |
| 399 | 2023-12-08T22:44:39.209Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 400 | 2023-12-08T22:44:44.085Z | + ./out/clickhouse/clickhouse server --version |
| 401 | 2023-12-08T22:44:44.134Z | ClickHouse server version 22.8.9.1. |
| 402 | 2023-12-08T22:44:44.158Z | + set -o errexit |
| 403 | 2023-12-08T22:44:44.161Z | +++ dirname ./tools/ci_download_console |
| 404 | 2023-12-08T22:44:44.164Z | ++ cd ./tools |
| 405 | 2023-12-08T22:44:44.164Z | ++ pwd |
| 406 | 2023-12-08T22:44:44.164Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 407 | 2023-12-08T22:44:44.167Z | ++ basename ./tools/ci_download_console |
| 408 | 2023-12-08T22:44:44.167Z | + ARG0=ci_download_console |
| 409 | 2023-12-08T22:44:44.167Z | + TARGET_DIR=out |
| 410 | 2023-12-08T22:44:44.167Z | + DOWNLOAD_DIR=out/downloads |
| 411 | 2023-12-08T22:44:44.167Z | + DEST_DIR=./out/console-assets |
| 412 | 2023-12-08T22:44:44.168Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 413 | 2023-12-08T22:44:44.168Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
| 414 | 2023-12-08T22:44:44.169Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
| 415 | 2023-12-08T22:44:44.169Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
| 416 | 2023-12-08T22:44:44.169Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 417 | 2023-12-08T22:44:44.169Z | + main |
| 418 | 2023-12-08T22:44:44.169Z | + [[ 0 != 0 ]] |
| 419 | 2023-12-08T22:44:44.169Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
| 420 | 2023-12-08T22:44:44.169Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
| 421 | 2023-12-08T22:44:44.169Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 422 | 2023-12-08T22:44:44.169Z | Local file: out/downloads/console.tar.gz |
| 423 | 2023-12-08T22:44:44.169Z | + local DO_DOWNLOAD=true |
| 424 | 2023-12-08T22:44:44.169Z | + [[ -f out/downloads/console.tar.gz ]] |
| 425 | 2023-12-08T22:44:44.169Z | + mkdir -p out/downloads |
| 426 | 2023-12-08T22:44:44.173Z | + '[' true == true ']' |
| 427 | 2023-12-08T22:44:44.173Z | + echo Downloading... |
| 428 | 2023-12-08T22:44:44.173Z | Downloading... |
| 429 | 2023-12-08T22:44:44.173Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
| 430 | 2023-12-08T22:44:44.173Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
| 431 | 2023-12-08T22:44:44.820Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 432 | 2023-12-08T22:44:44.821Z | ++ case "$OSTYPE" in |
| 433 | 2023-12-08T22:44:44.830Z | ++ SHA=sha256sum |
| 434 | 2023-12-08T22:44:44.830Z | ++ sha256sum |
| 435 | 2023-12-08T22:44:44.830Z | ++ awk '{print $1}' |
| 436 | 2023-12-08T22:44:44.841Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
| 437 | 2023-12-08T22:44:44.842Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
| 438 | 2023-12-08T22:44:44.846Z | + rm -rf ./out/console-assets |
| 439 | 2023-12-08T22:44:44.846Z | + mkdir -p ./out/console-assets |
| 440 | 2023-12-08T22:44:44.850Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 441 | 2023-12-08T22:44:44.850Z | + mkdir -p ./out/console-assets |
| 442 | 2023-12-08T22:44:44.851Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 443 | 2023-12-08T22:44:44.990Z | + set -o errexit |
| 444 | 2023-12-08T22:44:44.994Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 445 | 2023-12-08T22:44:44.994Z | ++ cd ./tools |
| 446 | 2023-12-08T22:44:44.994Z | ++ pwd |
| 447 | 2023-12-08T22:44:44.994Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 448 | 2023-12-08T22:44:44.997Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 449 | 2023-12-08T22:44:44.997Z | + ARG0=ci_download_maghemite_openapi |
| 450 | 2023-12-08T22:44:44.997Z | + TARGET_DIR=out |
| 451 | 2023-12-08T22:44:44.997Z | + DOWNLOAD_DIR=out/downloads |
| 452 | 2023-12-08T22:44:44.997Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 453 | 2023-12-08T22:44:44.997Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 454 | 2023-12-08T22:44:44.998Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 455 | 2023-12-08T22:44:44.998Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 456 | 2023-12-08T22:44:44.998Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 457 | 2023-12-08T22:44:44.998Z | + main |
| 458 | 2023-12-08T22:44:44.998Z | + [[ 0 != 0 ]] |
| 459 | 2023-12-08T22:44:45.002Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
| 460 | 2023-12-08T22:44:45.002Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 461 | 2023-12-08T22:44:45.002Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 462 | 2023-12-08T22:44:45.002Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
| 463 | 2023-12-08T22:44:45.002Z | + local DO_DOWNLOAD=true |
| 464 | 2023-12-08T22:44:45.002Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
| 465 | 2023-12-08T22:44:45.002Z | + mkdir -p out/downloads |
| 466 | 2023-12-08T22:44:45.002Z | + '[' true == true ']' |
| 467 | 2023-12-08T22:44:45.002Z | + echo Downloading... |
| 468 | 2023-12-08T22:44:45.002Z | Downloading... |
| 469 | 2023-12-08T22:44:45.002Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 470 | 2023-12-08T22:44:45.002Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 471 | 2023-12-08T22:44:45.347Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 472 | 2023-12-08T22:44:45.347Z | ++ case "$OSTYPE" in |
| 473 | 2023-12-08T22:44:45.350Z | ++ SHA=sha256sum |
| 474 | 2023-12-08T22:44:45.350Z | ++ sha256sum |
| 475 | 2023-12-08T22:44:45.350Z | ++ awk '{print $1}' |
| 476 | 2023-12-08T22:44:45.353Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 477 | 2023-12-08T22:44:45.353Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
| 478 | 2023-12-08T22:44:45.356Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 479 | 2023-12-08T22:44:45.357Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 480 | 2023-12-08T22:44:45.357Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 481 | 2023-12-08T22:44:45.357Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 482 | 2023-12-08T22:44:45.358Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 483 | 2023-12-08T22:44:45.358Z | + main |
| 484 | 2023-12-08T22:44:45.358Z | + [[ 0 != 0 ]] |
| 485 | 2023-12-08T22:44:45.358Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
| 486 | 2023-12-08T22:44:45.358Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 487 | 2023-12-08T22:44:45.358Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
| 488 | 2023-12-08T22:44:45.360Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 489 | 2023-12-08T22:44:45.360Z | + local DO_DOWNLOAD=true |
| 490 | 2023-12-08T22:44:45.360Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
| 491 | 2023-12-08T22:44:45.360Z | + mkdir -p out/downloads |
| 492 | 2023-12-08T22:44:45.360Z | + '[' true == true ']' |
| 493 | 2023-12-08T22:44:45.360Z | + echo Downloading... |
| 494 | 2023-12-08T22:44:45.360Z | Downloading... |
| 495 | 2023-12-08T22:44:45.360Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 496 | 2023-12-08T22:44:45.360Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 497 | 2023-12-08T22:44:45.526Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 498 | 2023-12-08T22:44:45.526Z | ++ case "$OSTYPE" in |
| 499 | 2023-12-08T22:44:45.526Z | ++ SHA=sha256sum |
| 500 | 2023-12-08T22:44:45.529Z | ++ sha256sum |
| 501 | 2023-12-08T22:44:45.529Z | ++ awk '{print $1}' |
| 502 | 2023-12-08T22:44:45.533Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 503 | 2023-12-08T22:44:45.533Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
| 504 | 2023-12-08T22:44:45.542Z | + set -o errexit |
| 505 | 2023-12-08T22:44:45.546Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 506 | 2023-12-08T22:44:45.551Z | ++ cd ./tools |
| 507 | 2023-12-08T22:44:45.551Z | ++ pwd |
| 508 | 2023-12-08T22:44:45.551Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 509 | 2023-12-08T22:44:45.551Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 510 | 2023-12-08T22:44:45.552Z | + ARG0=ci_download_dendrite_openapi |
| 511 | 2023-12-08T22:44:45.552Z | + TARGET_DIR=out |
| 512 | 2023-12-08T22:44:45.552Z | + DOWNLOAD_DIR=out/downloads |
| 513 | 2023-12-08T22:44:45.552Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 514 | 2023-12-08T22:44:45.552Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
| 515 | 2023-12-08T22:44:45.552Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 516 | 2023-12-08T22:44:45.552Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
| 517 | 2023-12-08T22:44:45.552Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
| 518 | 2023-12-08T22:44:45.552Z | + main |
| 519 | 2023-12-08T22:44:45.552Z | + [[ 0 != 0 ]] |
| 520 | 2023-12-08T22:44:45.553Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
| 521 | 2023-12-08T22:44:45.553Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
| 522 | 2023-12-08T22:44:45.553Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
| 523 | 2023-12-08T22:44:45.553Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
| 524 | 2023-12-08T22:44:45.553Z | + local DO_DOWNLOAD=true |
| 525 | 2023-12-08T22:44:45.553Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
| 526 | 2023-12-08T22:44:45.553Z | + mkdir -p out/downloads |
| 527 | 2023-12-08T22:44:45.557Z | + '[' true == true ']' |
| 528 | 2023-12-08T22:44:45.557Z | + echo Downloading... |
| 529 | 2023-12-08T22:44:45.557Z | Downloading... |
| 530 | 2023-12-08T22:44:45.557Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
| 531 | 2023-12-08T22:44:45.558Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
| 532 | 2023-12-08T22:44:45.762Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
| 533 | 2023-12-08T22:44:45.762Z | ++ case "$OSTYPE" in |
| 534 | 2023-12-08T22:44:45.763Z | ++ SHA=sha256sum |
| 535 | 2023-12-08T22:44:45.769Z | ++ sha256sum |
| 536 | 2023-12-08T22:44:45.769Z | ++ awk '{print $1}' |
| 537 | 2023-12-08T22:44:45.777Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 538 | 2023-12-08T22:44:45.777Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
| 539 | 2023-12-08T22:44:45.791Z | + set -o errexit |
| 540 | 2023-12-08T22:44:45.801Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 541 | 2023-12-08T22:44:45.801Z | ++ cd ./tools |
| 542 | 2023-12-08T22:44:45.801Z | ++ pwd |
| 543 | 2023-12-08T22:44:45.801Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 544 | 2023-12-08T22:44:45.801Z | ++ basename ./tools/ci_download_dendrite_stub |
| 545 | 2023-12-08T22:44:45.801Z | + ARG0=ci_download_dendrite_stub |
| 546 | 2023-12-08T22:44:45.801Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 547 | 2023-12-08T22:44:45.801Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
| 548 | 2023-12-08T22:44:45.801Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
| 549 | 2023-12-08T22:44:45.801Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
| 550 | 2023-12-08T22:44:45.802Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 551 | 2023-12-08T22:44:45.802Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
| 552 | 2023-12-08T22:44:45.802Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 553 | 2023-12-08T22:44:45.802Z | + TARGET_DIR=out |
| 554 | 2023-12-08T22:44:45.802Z | + DOWNLOAD_DIR=out/downloads |
| 555 | 2023-12-08T22:44:45.802Z | + DEST_DIR=./out/dendrite-stub |
| 556 | 2023-12-08T22:44:45.802Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 557 | 2023-12-08T22:44:45.802Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 558 | 2023-12-08T22:44:45.803Z | + REPO=oxidecomputer/dendrite |
| 559 | 2023-12-08T22:44:45.803Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
| 560 | 2023-12-08T22:44:45.803Z | + main |
| 561 | 2023-12-08T22:44:45.803Z | + [[ 0 != 0 ]] |
| 562 | 2023-12-08T22:44:45.803Z | + CIDL_OS=solaris2.11 |
| 563 | 2023-12-08T22:44:45.803Z | + [[ 0 != 0 ]] |
| 564 | 2023-12-08T22:44:45.803Z | + configure_os solaris2.11 |
| 565 | 2023-12-08T22:44:45.803Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 566 | 2023-12-08T22:44:45.803Z | + echo 'configuring based on OS: "solaris2.11"' |
| 567 | 2023-12-08T22:44:45.803Z | + case "$1" in |
| 568 | 2023-12-08T22:44:45.803Z | + SET_BINARIES= |
| 569 | 2023-12-08T22:44:45.803Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
| 570 | 2023-12-08T22:44:45.803Z | + CIDL_SHA256FUNC=do_sha256sum |
| 571 | 2023-12-08T22:44:45.803Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 572 | 2023-12-08T22:44:45.803Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
| 573 | 2023-12-08T22:44:45.803Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 574 | 2023-12-08T22:44:45.803Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
| 575 | 2023-12-08T22:44:45.804Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 576 | 2023-12-08T22:44:45.804Z | + mkdir -p out/downloads |
| 577 | 2023-12-08T22:44:45.804Z | current directory: /work/oxidecomputer/omicron |
| 578 | 2023-12-08T22:44:45.804Z | configuring based on OS: "solaris2.11" |
| 579 | 2023-12-08T22:44:45.804Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
| 580 | 2023-12-08T22:44:45.804Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 581 | 2023-12-08T22:44:45.810Z | + mkdir -p ./out/dendrite-stub |
| 582 | 2023-12-08T22:44:45.810Z | + fetch_and_verify |
| 583 | 2023-12-08T22:44:45.812Z | + local DO_DOWNLOAD=true |
| 584 | 2023-12-08T22:44:45.812Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 585 | 2023-12-08T22:44:45.812Z | + '[' true == true ']' |
| 586 | 2023-12-08T22:44:45.812Z | + echo Downloading... |
| 587 | 2023-12-08T22:44:45.812Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 588 | 2023-12-08T22:44:45.812Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
| 589 | 2023-12-08T22:44:45.812Z | Downloading... |
| 590 | 2023-12-08T22:44:53.652Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 591 | 2023-12-08T22:44:53.658Z | ++ sha256sum |
| 592 | 2023-12-08T22:44:53.658Z | ++ awk '{print $1}' |
| 593 | 2023-12-08T22:44:53.757Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
| 594 | 2023-12-08T22:44:53.757Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
| 595 | 2023-12-08T22:44:53.763Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 596 | 2023-12-08T22:44:53.763Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 597 | 2023-12-08T22:44:54.882Z | + do_assemble |
| 598 | 2023-12-08T22:44:54.882Z | + rm -r ./out/dendrite-stub |
| 599 | 2023-12-08T22:44:54.891Z | + mkdir ./out/dendrite-stub |
| 600 | 2023-12-08T22:44:54.891Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 601 | 2023-12-08T22:44:55.043Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 602 | 2023-12-08T22:44:55.054Z | + set -o errexit |
| 603 | 2023-12-08T22:44:55.057Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 604 | 2023-12-08T22:44:55.060Z | ++ cd ./tools |
| 605 | 2023-12-08T22:44:55.060Z | ++ pwd |
| 606 | 2023-12-08T22:44:55.060Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 607 | 2023-12-08T22:44:55.063Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 608 | 2023-12-08T22:44:55.063Z | + ARG0=ci_download_maghemite_mgd |
| 609 | 2023-12-08T22:44:55.063Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 610 | 2023-12-08T22:44:55.063Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
| 611 | 2023-12-08T22:44:55.064Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
| 612 | 2023-12-08T22:44:55.064Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 613 | 2023-12-08T22:44:55.064Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 614 | 2023-12-08T22:44:55.064Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 615 | 2023-12-08T22:44:55.064Z | + TARGET_DIR=out |
| 616 | 2023-12-08T22:44:55.064Z | + DOWNLOAD_DIR=out/downloads |
| 617 | 2023-12-08T22:44:55.064Z | + DEST_DIR=./out/mgd |
| 618 | 2023-12-08T22:44:55.064Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 619 | 2023-12-08T22:44:55.064Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 620 | 2023-12-08T22:44:55.064Z | + REPO=oxidecomputer/maghemite |
| 621 | 2023-12-08T22:44:55.064Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 622 | 2023-12-08T22:44:55.064Z | + main |
| 623 | 2023-12-08T22:44:55.067Z | + [[ 0 != 0 ]] |
| 624 | 2023-12-08T22:44:55.068Z | + CIDL_OS=solaris2.11 |
| 625 | 2023-12-08T22:44:55.069Z | + [[ 0 != 0 ]] |
| 626 | 2023-12-08T22:44:55.069Z | + configure_os solaris2.11 |
| 627 | 2023-12-08T22:44:55.069Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 628 | 2023-12-08T22:44:55.069Z | current directory: /work/oxidecomputer/omicron |
| 629 | 2023-12-08T22:44:55.069Z | + echo 'configuring based on OS: "solaris2.11"' |
| 630 | 2023-12-08T22:44:55.069Z | + case "$1" in |
| 631 | 2023-12-08T22:44:55.069Z | + SET_BINARIES= |
| 632 | 2023-12-08T22:44:55.069Z | configuring based on OS: "solaris2.11" |
| 633 | 2023-12-08T22:44:55.069Z | + CIDL_SHA256FUNC=do_sha256sum |
| 634 | 2023-12-08T22:44:55.069Z | + TARBALL_FILENAME=mgd.tar.gz |
| 635 | 2023-12-08T22:44:55.069Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 636 | 2023-12-08T22:44:55.069Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 637 | 2023-12-08T22:44:55.069Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
| 638 | 2023-12-08T22:44:55.069Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 639 | 2023-12-08T22:44:55.069Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 640 | 2023-12-08T22:44:55.069Z | Local file: out/downloads/mgd.tar.gz |
| 641 | 2023-12-08T22:44:55.069Z | + mkdir -p out/downloads |
| 642 | 2023-12-08T22:44:55.070Z | + mkdir -p ./out/mgd |
| 643 | 2023-12-08T22:44:55.073Z | + fetch_and_verify |
| 644 | 2023-12-08T22:44:55.073Z | + local DO_DOWNLOAD=true |
| 645 | 2023-12-08T22:44:55.073Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 646 | 2023-12-08T22:44:55.073Z | + '[' true == true ']' |
| 647 | 2023-12-08T22:44:55.073Z | + echo Downloading... |
| 648 | 2023-12-08T22:44:55.073Z | Downloading... |
| 649 | 2023-12-08T22:44:55.073Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
| 650 | 2023-12-08T22:44:55.074Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 651 | 2023-12-08T22:44:59.279Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 652 | 2023-12-08T22:44:59.285Z | ++ sha256sum |
| 653 | 2023-12-08T22:44:59.285Z | ++ awk '{print $1}' |
| 654 | 2023-12-08T22:44:59.326Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
| 655 | 2023-12-08T22:44:59.326Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
| 656 | 2023-12-08T22:44:59.336Z | + do_untar out/downloads/mgd.tar.gz |
| 657 | 2023-12-08T22:44:59.336Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 658 | 2023-12-08T22:44:59.997Z | + do_assemble |
| 659 | 2023-12-08T22:44:59.997Z | + rm -r ./out/mgd |
| 660 | 2023-12-08T22:45:00.022Z | + mkdir ./out/mgd |
| 661 | 2023-12-08T22:45:00.022Z | + cp -r out/downloads/root ./out/mgd/root |
| 662 | 2023-12-08T22:45:00.257Z | + set -o errexit |
| 663 | 2023-12-08T22:45:00.264Z | +++ dirname ./tools/ci_download_transceiver_control |
| 664 | 2023-12-08T22:45:00.265Z | ++ cd ./tools |
| 665 | 2023-12-08T22:45:00.265Z | ++ pwd |
| 666 | 2023-12-08T22:45:00.265Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 667 | 2023-12-08T22:45:00.265Z | ++ basename ./tools/ci_download_transceiver_control |
| 668 | 2023-12-08T22:45:00.265Z | + ARG0=ci_download_transceiver_control |
| 669 | 2023-12-08T22:45:00.265Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 670 | 2023-12-08T22:45:00.265Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 671 | 2023-12-08T22:45:00.265Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 672 | 2023-12-08T22:45:00.266Z | + TARGET_DIR=out |
| 673 | 2023-12-08T22:45:00.266Z | + DOWNLOAD_DIR=out/downloads |
| 674 | 2023-12-08T22:45:00.266Z | + DEST_DIR=./out/transceiver-control |
| 675 | 2023-12-08T22:45:00.266Z | + BIN_DIR=/opt/oxide/bin |
| 676 | 2023-12-08T22:45:00.266Z | + BINARY=xcvradm |
| 677 | 2023-12-08T22:45:00.267Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 678 | 2023-12-08T22:45:00.267Z | + REPO=oxidecomputer/transceiver-control |
| 679 | 2023-12-08T22:45:00.267Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 680 | 2023-12-08T22:45:00.267Z | + main |
| 681 | 2023-12-08T22:45:00.267Z | + [[ 0 != 0 ]] |
| 682 | 2023-12-08T22:45:00.267Z | + CIDL_OS=solaris2.11 |
| 683 | 2023-12-08T22:45:00.267Z | + [[ 0 != 0 ]] |
| 684 | 2023-12-08T22:45:00.269Z | + configure_os solaris2.11 |
| 685 | 2023-12-08T22:45:00.269Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 686 | 2023-12-08T22:45:00.269Z | current directory: /work/oxidecomputer/omicron |
| 687 | 2023-12-08T22:45:00.269Z | + echo 'configuring based on OS: "solaris2.11"' |
| 688 | 2023-12-08T22:45:00.269Z | configuring based on OS: "solaris2.11" |
| 689 | 2023-12-08T22:45:00.269Z | + case "$1" in |
| 690 | 2023-12-08T22:45:00.269Z | + SET_BINARIES= |
| 691 | 2023-12-08T22:45:00.269Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 692 | 2023-12-08T22:45:00.270Z | + CIDL_SHA256FUNC=do_sha256sum |
| 693 | 2023-12-08T22:45:00.270Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 694 | 2023-12-08T22:45:00.270Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 695 | 2023-12-08T22:45:00.270Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 696 | 2023-12-08T22:45:00.270Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 697 | 2023-12-08T22:45:00.270Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 698 | 2023-12-08T22:45:00.270Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 699 | 2023-12-08T22:45:00.270Z | Local file: out/downloads/xcvradm.gz |
| 700 | 2023-12-08T22:45:00.270Z | + mkdir -p out/downloads |
| 701 | 2023-12-08T22:45:00.270Z | + mkdir -p ./out/transceiver-control |
| 702 | 2023-12-08T22:45:00.270Z | + fetch_and_verify |
| 703 | 2023-12-08T22:45:00.270Z | + local DO_DOWNLOAD=true |
| 704 | 2023-12-08T22:45:00.270Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 705 | 2023-12-08T22:45:00.270Z | + '[' true == true ']' |
| 706 | 2023-12-08T22:45:00.271Z | + echo Downloading... |
| 707 | 2023-12-08T22:45:00.271Z | Downloading... |
| 708 | 2023-12-08T22:45:00.271Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 709 | 2023-12-08T22:45:00.271Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 710 | 2023-12-08T22:45:01.953Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 711 | 2023-12-08T22:45:01.956Z | ++ sha256sum |
| 712 | 2023-12-08T22:45:01.956Z | ++ awk '{print $1}' |
| 713 | 2023-12-08T22:45:01.979Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 714 | 2023-12-08T22:45:01.979Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
| 715 | 2023-12-08T22:45:01.982Z | + do_unpack out/downloads/xcvradm.gz |
| 716 | 2023-12-08T22:45:01.983Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 717 | 2023-12-08T22:45:01.983Z | + gzip -dc out/downloads/xcvradm.gz |
| 718 | 2023-12-08T22:45:02.157Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 719 | 2023-12-08T22:45:02.161Z | + do_assemble |
| 720 | 2023-12-08T22:45:02.161Z | + rm -r ./out/transceiver-control |
| 721 | 2023-12-08T22:45:02.173Z | + mkdir ./out/transceiver-control |
| 722 | 2023-12-08T22:45:02.173Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 723 | 2023-12-08T22:45:02.419Z | All builder prerequisites installed successfully, and PATH looks valid |
| 724 | 2023-12-08T22:45:02.423Z | |
| 725 | 2023-12-08T22:45:02.423Z | real 2:01.356692172 |
| 726 | 2023-12-08T22:45:02.424Z | user 56.635294549 |
| 727 | 2023-12-08T22:45:02.424Z | sys 10.713413572 |
| 728 | 2023-12-08T22:45:02.424Z | trap 0.022706873 |
| 729 | 2023-12-08T22:45:02.424Z | tflt 0.401620189 |
| 730 | 2023-12-08T22:45:02.424Z | dflt 0.955294331 |
| 731 | 2023-12-08T22:45:02.424Z | kflt 0.362745737 |
| 732 | 2023-12-08T22:45:02.426Z | lock 2.330517717 |
| 733 | 2023-12-08T22:45:02.426Z | slp 3:36.620136308 |
| 734 | 2023-12-08T22:45:02.426Z | lat 3.521318628 |
| 735 | 2023-12-08T22:45:02.426Z | stop 0.094550924 |
| 736 | 2023-12-08T22:45:02.426Z | |
| 737 | 2023-12-08T22:45:02.426Z | ##### # # # # ##### |
| 738 | 2023-12-08T22:45:02.426Z | # # # # # # # # |
| 739 | 2023-12-08T22:45:02.426Z | ##### # # # # # # |
| 740 | 2023-12-08T22:45:02.426Z | # # # # # # # # |
| 741 | 2023-12-08T22:45:02.426Z | # # # # # # # # |
| 742 | 2023-12-08T22:45:02.426Z | ##### #### # ###### ##### |
| 743 | 2023-12-08T22:45:02.426Z | |
| 744 | 2023-12-08T22:45:02.760Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 745 | 2023-12-08T22:45:03.112Z | Updating crates.io index |
| 746 | 2023-12-08T22:45:03.152Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 747 | 2023-12-08T22:45:04.144Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 748 | 2023-12-08T22:45:06.032Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 749 | 2023-12-08T22:45:06.649Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 750 | 2023-12-08T22:45:06.981Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 751 | 2023-12-08T22:45:07.284Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 752 | 2023-12-08T22:45:07.631Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 753 | 2023-12-08T22:45:08.529Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 754 | 2023-12-08T22:45:10.786Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 755 | 2023-12-08T22:45:11.867Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 756 | 2023-12-08T22:45:12.728Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 757 | 2023-12-08T22:45:13.181Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 758 | 2023-12-08T22:45:13.528Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 759 | 2023-12-08T22:45:13.828Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 760 | 2023-12-08T22:45:14.376Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 761 | 2023-12-08T22:45:14.691Z | Updating git repository `https://github.com/njaremko/samael` |
| 762 | 2023-12-08T22:45:15.151Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 763 | 2023-12-08T22:45:15.932Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 764 | 2023-12-08T22:45:16.332Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 765 | 2023-12-08T22:45:16.672Z | Updating git repository `https://github.com/jgallagher/nix` |
| 766 | 2023-12-08T22:45:18.202Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 767 | 2023-12-08T22:45:18.609Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 768 | 2023-12-08T22:45:19.637Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 769 | 2023-12-08T22:45:20.030Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 770 | 2023-12-08T22:45:20.355Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 771 | 2023-12-08T22:45:22.296Z | Downloading crates ... |
| 772 | 2023-12-08T22:45:22.505Z | Downloaded aead v0.5.2 |
| 773 | 2023-12-08T22:45:22.512Z | Downloaded backoff v0.4.0 |
| 774 | 2023-12-08T22:45:22.516Z | Downloaded buf-list v1.0.3 |
| 775 | 2023-12-08T22:45:22.519Z | Downloaded ciborium v0.2.1 |
| 776 | 2023-12-08T22:45:22.522Z | Downloaded camino v1.1.6 |
| 777 | 2023-12-08T22:45:22.527Z | Downloaded bytesize v1.3.0 |
| 778 | 2023-12-08T22:45:22.531Z | Downloaded anstyle-parse v0.2.1 |
| 779 | 2023-12-08T22:45:22.536Z | Downloaded bitflags v1.3.2 |
| 780 | 2023-12-08T22:45:22.545Z | Downloaded clap_derive v4.4.2 |
| 781 | 2023-12-08T22:45:22.552Z | Downloaded async-stream-impl v0.3.5 |
| 782 | 2023-12-08T22:45:22.556Z | Downloaded camino-tempfile v1.1.1 |
| 783 | 2023-12-08T22:45:22.580Z | Downloaded chrono v0.4.31 |
| 784 | 2023-12-08T22:45:22.599Z | Downloaded humantime v2.1.0 |
| 785 | 2023-12-08T22:45:22.613Z | Downloaded num_enum v0.5.11 |
| 786 | 2023-12-08T22:45:22.627Z | Downloaded nodrop v0.1.14 |
| 787 | 2023-12-08T22:45:22.632Z | Downloaded newtype_derive v0.1.6 |
| 788 | 2023-12-08T22:45:22.632Z | Downloaded atty v0.2.14 |
| 789 | 2023-12-08T22:45:22.632Z | Downloaded rust-argon2 v1.0.1 |
| 790 | 2023-12-08T22:45:22.638Z | Downloaded hmac v0.12.1 |
| 791 | 2023-12-08T22:45:22.649Z | Downloaded num_cpus v1.16.0 |
| 792 | 2023-12-08T22:45:22.667Z | Downloaded nanorand v0.7.0 |
| 793 | 2023-12-08T22:45:22.667Z | Downloaded anstyle-query v1.0.0 |
| 794 | 2023-12-08T22:45:22.667Z | Downloaded rustls-pemfile v1.0.3 |
| 795 | 2023-12-08T22:45:22.674Z | Downloaded serde-big-array v0.4.1 |
| 796 | 2023-12-08T22:45:22.675Z | Downloaded anstream v0.5.0 |
| 797 | 2023-12-08T22:45:22.675Z | Downloaded anes v0.1.6 |
| 798 | 2023-12-08T22:45:22.683Z | Downloaded bytecount v0.6.3 |
| 799 | 2023-12-08T22:45:22.692Z | Downloaded autocfg v1.1.0 |
| 800 | 2023-12-08T22:45:22.700Z | Downloaded hubpack v0.1.2 |
| 801 | 2023-12-08T22:45:22.709Z | Downloaded ident_case v1.0.1 |
| 802 | 2023-12-08T22:45:22.709Z | Downloaded normalize-line-endings v0.3.0 |
| 803 | 2023-12-08T22:45:22.713Z | Downloaded assert_matches v1.5.0 |
| 804 | 2023-12-08T22:45:22.713Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 805 | 2023-12-08T22:45:22.713Z | Downloaded keccak v0.1.4 |
| 806 | 2023-12-08T22:45:22.716Z | Downloaded assert_cmd v2.0.12 |
| 807 | 2023-12-08T22:45:22.721Z | Downloaded bcs v0.1.6 |
| 808 | 2023-12-08T22:45:22.727Z | Downloaded serde v1.0.192 |
| 809 | 2023-12-08T22:45:22.735Z | Downloaded inout v0.1.3 |
| 810 | 2023-12-08T22:45:22.739Z | Downloaded itoa v1.0.9 |
| 811 | 2023-12-08T22:45:22.743Z | Downloaded bb8 v0.8.1 |
| 812 | 2023-12-08T22:45:22.746Z | Downloaded libsw v3.3.0 |
| 813 | 2023-12-08T22:45:22.750Z | Downloaded num v0.4.1 |
| 814 | 2023-12-08T22:45:22.753Z | Downloaded lazycell v1.3.0 |
| 815 | 2023-12-08T22:45:22.757Z | Downloaded darling_macro v0.20.3 |
| 816 | 2023-12-08T22:45:22.762Z | Downloaded linked-hash-map v0.5.6 |
| 817 | 2023-12-08T22:45:22.765Z | Downloaded hyper-staticfile v0.9.5 |
| 818 | 2023-12-08T22:45:22.768Z | Downloaded num-integer v0.1.45 |
| 819 | 2023-12-08T22:45:22.773Z | Downloaded linear-map v1.2.0 |
| 820 | 2023-12-08T22:45:22.777Z | Downloaded siphasher v0.3.11 |
| 821 | 2023-12-08T22:45:22.781Z | Downloaded libloading v0.7.4 |
| 822 | 2023-12-08T22:45:22.787Z | Downloaded serde-big-array v0.5.1 |
| 823 | 2023-12-08T22:45:22.792Z | Downloaded dtrace-parser v0.1.14 |
| 824 | 2023-12-08T22:45:22.796Z | Downloaded tempdir v0.3.7 |
| 825 | 2023-12-08T22:45:22.799Z | Downloaded equivalent v1.0.1 |
| 826 | 2023-12-08T22:45:22.802Z | Downloaded bzip2 v0.4.4 |
| 827 | 2023-12-08T22:45:22.806Z | Downloaded ipnet v2.8.0 |
| 828 | 2023-12-08T22:45:22.809Z | Downloaded peeking_take_while v0.1.2 |
| 829 | 2023-12-08T22:45:22.813Z | Downloaded crucible-workspace-hack v0.1.0 |
| 830 | 2023-12-08T22:45:22.817Z | Downloaded generic-array v0.14.7 |
| 831 | 2023-12-08T22:45:22.821Z | Downloaded pin-utils v0.1.0 |
| 832 | 2023-12-08T22:45:22.821Z | Downloaded pest_generator v2.7.2 |
| 833 | 2023-12-08T22:45:22.825Z | Downloaded downcast v0.11.0 |
| 834 | 2023-12-08T22:45:22.829Z | Downloaded password-hash v0.5.0 |
| 835 | 2023-12-08T22:45:22.834Z | Downloaded path-slash v0.1.5 |
| 836 | 2023-12-08T22:45:22.834Z | Downloaded toolchain_find v0.2.0 |
| 837 | 2023-12-08T22:45:22.838Z | Downloaded parse-display v0.8.2 |
| 838 | 2023-12-08T22:45:22.863Z | Downloaded xattr v1.0.1 |
| 839 | 2023-12-08T22:45:22.863Z | Downloaded plotters-backend v0.3.5 |
| 840 | 2023-12-08T22:45:22.864Z | Downloaded proc-macro-error-attr v1.0.4 |
| 841 | 2023-12-08T22:45:22.864Z | Downloaded zerocopy v0.3.0 |
| 842 | 2023-12-08T22:45:22.864Z | Downloaded ff v0.13.0 |
| 843 | 2023-12-08T22:45:22.864Z | Downloaded foreign-types v0.3.2 |
| 844 | 2023-12-08T22:45:22.864Z | Downloaded mockall_derive v0.11.4 |
| 845 | 2023-12-08T22:45:22.864Z | Downloaded foreign-types-shared v0.3.1 |
| 846 | 2023-12-08T22:45:22.864Z | Downloaded pem-rfc7468 v0.7.0 |
| 847 | 2023-12-08T22:45:22.864Z | Downloaded pem v3.0.2 |
| 848 | 2023-12-08T22:45:22.869Z | Downloaded slog-stdlog v4.1.1 |
| 849 | 2023-12-08T22:45:22.875Z | Downloaded serde_repr v0.1.16 |
| 850 | 2023-12-08T22:45:22.880Z | Downloaded funty v2.0.0 |
| 851 | 2023-12-08T22:45:22.880Z | Downloaded waitgroup v0.1.2 |
| 852 | 2023-12-08T22:45:22.880Z | Downloaded untrusted v0.9.0 |
| 853 | 2023-12-08T22:45:22.887Z | Downloaded percent-encoding v2.3.1 |
| 854 | 2023-12-08T22:45:22.887Z | Downloaded topological-sort v0.2.2 |
| 855 | 2023-12-08T22:45:22.895Z | Downloaded rand_chacha v0.3.1 |
| 856 | 2023-12-08T22:45:22.895Z | Downloaded packed_struct_codegen v0.10.1 |
| 857 | 2023-12-08T22:45:22.895Z | Downloaded yasna v0.5.2 |
| 858 | 2023-12-08T22:45:22.902Z | Downloaded env_logger v0.10.0 |
| 859 | 2023-12-08T22:45:22.914Z | Downloaded tar v0.4.40 |
| 860 | 2023-12-08T22:45:22.915Z | Downloaded shlex v1.1.0 |
| 861 | 2023-12-08T22:45:22.920Z | Downloaded fd-lock v3.0.13 |
| 862 | 2023-12-08T22:45:22.920Z | Downloaded spin v0.5.2 |
| 863 | 2023-12-08T22:45:22.920Z | Downloaded slog-json v2.6.1 |
| 864 | 2023-12-08T22:45:22.935Z | Downloaded precomputed-hash v0.1.1 |
| 865 | 2023-12-08T22:45:22.935Z | Downloaded glob v0.3.1 |
| 866 | 2023-12-08T22:45:22.944Z | Downloaded walkdir v2.4.0 |
| 867 | 2023-12-08T22:45:22.944Z | Downloaded owo-colors v3.5.0 |
| 868 | 2023-12-08T22:45:22.945Z | Downloaded thiserror-impl v1.0.49 |
| 869 | 2023-12-08T22:45:22.945Z | Downloaded sha1 v0.10.6 |
| 870 | 2023-12-08T22:45:22.945Z | Downloaded doc-comment v0.3.3 |
| 871 | 2023-12-08T22:45:22.951Z | Downloaded num_enum_derive v0.5.11 |
| 872 | 2023-12-08T22:45:22.951Z | Downloaded darling_core v0.14.4 |
| 873 | 2023-12-08T22:45:22.958Z | Downloaded num_threads v0.1.6 |
| 874 | 2023-12-08T22:45:22.980Z | Downloaded diesel_derives v2.1.2 |
| 875 | 2023-12-08T22:45:22.985Z | Downloaded rand v0.8.5 |
| 876 | 2023-12-08T22:45:22.985Z | Downloaded pretty-hex v0.2.1 |
| 877 | 2023-12-08T22:45:22.986Z | Downloaded criterion v0.5.1 |
| 878 | 2023-12-08T22:45:22.995Z | Downloaded strum v0.25.0 |
| 879 | 2023-12-08T22:45:22.995Z | Downloaded rand_xorshift v0.3.0 |
| 880 | 2023-12-08T22:45:22.996Z | Downloaded rustc_version v0.4.0 |
| 881 | 2023-12-08T22:45:23.028Z | Downloaded heck v0.3.3 |
| 882 | 2023-12-08T22:45:23.028Z | Downloaded tinyvec_macros v0.1.1 |
| 883 | 2023-12-08T22:45:23.028Z | Downloaded rand_core v0.6.4 |
| 884 | 2023-12-08T22:45:23.029Z | Downloaded uuid v1.6.1 |
| 885 | 2023-12-08T22:45:23.440Z | Downloaded number_prefix v0.4.0 |
| 886 | 2023-12-08T22:45:23.440Z | Downloaded swrite v0.1.0 |
| 887 | 2023-12-08T22:45:23.440Z | Downloaded sha2 v0.10.8 |
| 888 | 2023-12-08T22:45:23.440Z | Downloaded enum-as-inner v0.5.1 |
| 889 | 2023-12-08T22:45:23.440Z | Downloaded plotters-svg v0.3.5 |
| 890 | 2023-12-08T22:45:23.440Z | Downloaded unarray v0.1.4 |
| 891 | 2023-12-08T22:45:23.440Z | Downloaded openssl-sys v0.9.96 |
| 892 | 2023-12-08T22:45:23.445Z | Downloaded proc-macro-crate v1.3.1 |
| 893 | 2023-12-08T22:45:23.445Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 894 | 2023-12-08T22:45:23.445Z | Downloaded openssl-probe v0.1.5 |
| 895 | 2023-12-08T22:45:23.446Z | Downloaded threadpool v1.8.1 |
| 896 | 2023-12-08T22:45:23.446Z | Downloaded thiserror-no-std v2.0.2 |
| 897 | 2023-12-08T22:45:23.446Z | Downloaded foreign-types-macros v0.2.3 |
| 898 | 2023-12-08T22:45:23.446Z | Downloaded smallvec v1.11.0 |
| 899 | 2023-12-08T22:45:23.446Z | Downloaded tokio-macros v2.2.0 |
| 900 | 2023-12-08T22:45:23.446Z | Downloaded darling_macro v0.14.4 |
| 901 | 2023-12-08T22:45:23.446Z | Downloaded headers-core v0.2.0 |
| 902 | 2023-12-08T22:45:23.446Z | Downloaded time-macros v0.2.13 |
| 903 | 2023-12-08T22:45:23.446Z | Downloaded tiny-keccak v2.0.2 |
| 904 | 2023-12-08T22:45:23.446Z | Downloaded futures v0.3.29 |
| 905 | 2023-12-08T22:45:23.446Z | Downloaded strsim v0.8.0 |
| 906 | 2023-12-08T22:45:23.446Z | Downloaded datatest-stable v0.2.3 |
| 907 | 2023-12-08T22:45:23.446Z | Downloaded ref-cast v1.0.20 |
| 908 | 2023-12-08T22:45:23.446Z | Downloaded endian-type v0.1.2 |
| 909 | 2023-12-08T22:45:23.446Z | Downloaded signal-hook v0.3.17 |
| 910 | 2023-12-08T22:45:23.446Z | Downloaded spin v0.9.8 |
| 911 | 2023-12-08T22:45:23.446Z | Downloaded openssl-macros v0.1.1 |
| 912 | 2023-12-08T22:45:23.447Z | Downloaded opaque-debug v0.3.0 |
| 913 | 2023-12-08T22:45:23.447Z | Downloaded futures-io v0.3.29 |
| 914 | 2023-12-08T22:45:23.447Z | Downloaded dyn-clone v1.0.13 |
| 915 | 2023-12-08T22:45:23.447Z | Downloaded futures-channel v0.3.29 |
| 916 | 2023-12-08T22:45:23.447Z | Downloaded rustc-hash v1.1.0 |
| 917 | 2023-12-08T22:45:23.447Z | Downloaded same-file v1.0.6 |
| 918 | 2023-12-08T22:45:23.447Z | Downloaded parking_lot v0.12.1 |
| 919 | 2023-12-08T22:45:23.447Z | Downloaded proc-macro2 v1.0.69 |
| 920 | 2023-12-08T22:45:23.447Z | Downloaded serde_yaml v0.9.25 |
| 921 | 2023-12-08T22:45:23.447Z | Downloaded form_urlencoded v1.2.1 |
| 922 | 2023-12-08T22:45:23.448Z | Downloaded crunchy v0.2.2 |
| 923 | 2023-12-08T22:45:23.448Z | Downloaded signature v1.6.4 |
| 924 | 2023-12-08T22:45:23.448Z | Downloaded postcard v1.0.8 |
| 925 | 2023-12-08T22:45:23.449Z | Downloaded foreign-types-shared v0.1.1 |
| 926 | 2023-12-08T22:45:23.449Z | Downloaded toml_edit v0.21.0 |
| 927 | 2023-12-08T22:45:23.449Z | Downloaded foreign-types v0.5.0 |
| 928 | 2023-12-08T22:45:23.449Z | Downloaded fnv v1.0.7 |
| 929 | 2023-12-08T22:45:23.449Z | Downloaded textwrap v0.11.0 |
| 930 | 2023-12-08T22:45:23.449Z | Downloaded half v1.8.2 |
| 931 | 2023-12-08T22:45:23.449Z | Downloaded x509-cert v0.2.4 |
| 932 | 2023-12-08T22:45:23.449Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 933 | 2023-12-08T22:45:23.449Z | Downloaded quick-error v1.2.3 |
| 934 | 2023-12-08T22:45:23.449Z | Downloaded serde_tokenstream v0.1.7 |
| 935 | 2023-12-08T22:45:23.449Z | Downloaded ref-cast-impl v1.0.20 |
| 936 | 2023-12-08T22:45:23.449Z | Downloaded zeroize_derive v1.4.2 |
| 937 | 2023-12-08T22:45:23.449Z | Downloaded unicode-segmentation v1.10.1 |
| 938 | 2023-12-08T22:45:23.449Z | Downloaded futures-core v0.3.29 |
| 939 | 2023-12-08T22:45:23.449Z | Downloaded flate2 v1.0.28 |
| 940 | 2023-12-08T22:45:23.449Z | Downloaded display-error-chain v0.2.0 |
| 941 | 2023-12-08T22:45:23.449Z | Downloaded postgres-types v0.2.6 |
| 942 | 2023-12-08T22:45:23.450Z | Downloaded platforms v3.0.2 |
| 943 | 2023-12-08T22:45:23.450Z | Downloaded vte v0.11.1 |
| 944 | 2023-12-08T22:45:23.450Z | Downloaded headers v0.3.9 |
| 945 | 2023-12-08T22:45:23.450Z | Downloaded snafu-derive v0.7.5 |
| 946 | 2023-12-08T22:45:23.450Z | Downloaded rcgen v0.11.3 |
| 947 | 2023-12-08T22:45:23.450Z | Downloaded postgres-protocol v0.6.6 |
| 948 | 2023-12-08T22:45:23.450Z | Downloaded oso v0.27.0 |
| 949 | 2023-12-08T22:45:23.450Z | Downloaded socket2 v0.5.5 |
| 950 | 2023-12-08T22:45:23.450Z | Downloaded zerocopy v0.7.26 |
| 951 | 2023-12-08T22:45:23.450Z | Downloaded toml v0.5.11 |
| 952 | 2023-12-08T22:45:23.450Z | Downloaded regex-automata v0.1.10 |
| 953 | 2023-12-08T22:45:23.450Z | Downloaded elliptic-curve v0.13.8 |
| 954 | 2023-12-08T22:45:23.450Z | Downloaded pretty_assertions v1.4.0 |
| 955 | 2023-12-08T22:45:23.450Z | Downloaded hashbrown v0.12.3 |
| 956 | 2023-12-08T22:45:23.450Z | Downloaded expectorate v1.1.0 |
| 957 | 2023-12-08T22:45:23.450Z | Downloaded heapless v0.7.16 |
| 958 | 2023-12-08T22:45:23.450Z | Downloaded toml_edit v0.19.15 |
| 959 | 2023-12-08T22:45:23.451Z | Downloaded rand v0.4.6 |
| 960 | 2023-12-08T22:45:23.451Z | Downloaded serde_with v3.4.0 |
| 961 | 2023-12-08T22:45:23.451Z | Downloaded time v0.3.27 |
| 962 | 2023-12-08T22:45:23.451Z | Downloaded bitvec v1.0.1 |
| 963 | 2023-12-08T22:45:23.451Z | Downloaded h2 v0.3.21 |
| 964 | 2023-12-08T22:45:23.454Z | Downloaded rayon v1.8.0 |
| 965 | 2023-12-08T22:45:23.471Z | Downloaded serde_json v1.0.108 |
| 966 | 2023-12-08T22:45:23.485Z | Downloaded proptest v1.4.0 |
| 967 | 2023-12-08T22:45:23.540Z | Downloaded idna v0.2.3 |
| 968 | 2023-12-08T22:45:23.543Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 969 | 2023-12-08T22:45:23.544Z | Downloaded regress v0.7.1 |
| 970 | 2023-12-08T22:45:23.553Z | Downloaded ratatui v0.23.0 |
| 971 | 2023-12-08T22:45:23.573Z | Downloaded syn v1.0.109 |
| 972 | 2023-12-08T22:45:23.592Z | Downloaded vcpkg v0.2.15 |
| 973 | 2023-12-08T22:45:23.665Z | Downloaded radix_trie v0.2.1 |
| 974 | 2023-12-08T22:45:23.674Z | Downloaded regex-syntax v0.8.2 |
| 975 | 2023-12-08T22:45:23.695Z | Downloaded curve25519-dalek v4.1.0 |
| 976 | 2023-12-08T22:45:23.706Z | Downloaded polar-core v0.27.0 |
| 977 | 2023-12-08T22:45:23.726Z | Downloaded sled v0.34.7 |
| 978 | 2023-12-08T22:45:23.743Z | Downloaded openapiv3 v2.0.0-rc.1 |
| 979 | 2023-12-08T22:45:23.769Z | Downloaded libc v0.2.150 |
| 980 | 2023-12-08T22:45:23.836Z | Downloaded zerocopy-derive v0.7.26 |
| 981 | 2023-12-08T22:45:23.853Z | Downloaded zerocopy-derive v0.6.4 |
| 982 | 2023-12-08T22:45:23.874Z | Downloaded regex-automata v0.3.8 |
| 983 | 2023-12-08T22:45:23.903Z | Downloaded regex-automata v0.4.3 |
| 984 | 2023-12-08T22:45:23.937Z | Downloaded tokio v1.34.0 |
| 985 | 2023-12-08T22:45:24.006Z | Downloaded sha3 v0.10.8 |
| 986 | 2023-12-08T22:45:24.021Z | Downloaded zerocopy-derive v0.2.0 |
| 987 | 2023-12-08T22:45:24.039Z | Downloaded encoding_rs v0.8.33 |
| 988 | 2023-12-08T22:45:24.112Z | Downloaded regex-syntax v0.6.29 |
| 989 | 2023-12-08T22:45:24.118Z | Downloaded openssl v0.10.60 |
| 990 | 2023-12-08T22:45:24.118Z | Downloaded object v0.32.1 |
| 991 | 2023-12-08T22:45:24.131Z | Downloaded diesel v2.1.4 |
| 992 | 2023-12-08T22:45:24.165Z | Downloaded regex-syntax v0.7.5 |
| 993 | 2023-12-08T22:45:24.187Z | Downloaded rustix v0.38.25 |
| 994 | 2023-12-08T22:45:24.223Z | Downloaded trust-dns-proto v0.22.0 |
| 995 | 2023-12-08T22:45:24.250Z | Downloaded webpki-roots v0.25.2 |
| 996 | 2023-12-08T22:45:24.253Z | Downloaded bstr v1.6.0 |
| 997 | 2023-12-08T22:45:24.269Z | Downloaded object v0.30.4 |
| 998 | 2023-12-08T22:45:24.288Z | Downloaded regex v1.10.2 |
| 999 | 2023-12-08T22:45:24.312Z | Downloaded gimli v0.28.0 |
| 1000 | 2023-12-08T22:45:24.326Z | Downloaded bstr v0.2.17 |
| 1001 | 2023-12-08T22:45:24.345Z | Downloaded rustls v0.21.9 |
| 1002 | 2023-12-08T22:45:24.365Z | Downloaded smoltcp v0.9.1 |
| 1003 | 2023-12-08T22:45:24.385Z | Downloaded smoltcp v0.10.0 |
| 1004 | 2023-12-08T22:45:24.406Z | Downloaded quick-xml v0.23.1 |
| 1005 | 2023-12-08T22:45:24.420Z | Downloaded syn v2.0.32 |
| 1006 | 2023-12-08T22:45:24.438Z | Downloaded petgraph v0.6.4 |
| 1007 | 2023-12-08T22:45:24.461Z | Downloaded idna v0.5.0 |
| 1008 | 2023-12-08T22:45:24.474Z | Downloaded bindgen v0.65.1 |
| 1009 | 2023-12-08T22:45:24.499Z | Downloaded portable-atomic v1.4.3 |
| 1010 | 2023-12-08T22:45:24.510Z | Downloaded ring v0.17.7 |
| 1011 | 2023-12-08T22:45:24.636Z | Downloaded winnow v0.5.15 |
| 1012 | 2023-12-08T22:45:24.652Z | Downloaded rustls-webpki v0.101.7 |
| 1013 | 2023-12-08T22:45:24.683Z | Downloaded tough v0.16.0 |
| 1014 | 2023-12-08T22:45:24.694Z | Downloaded hashbrown v0.14.2 |
| 1015 | 2023-12-08T22:45:24.702Z | Downloaded ring v0.16.20 |
| 1016 | 2023-12-08T22:45:24.854Z | Downloaded trust-dns-resolver v0.22.0 |
| 1017 | 2023-12-08T22:45:24.861Z | Downloaded der v0.7.8 |
| 1018 | 2023-12-08T22:45:24.872Z | Downloaded hashbrown v0.13.2 |
| 1019 | 2023-12-08T22:45:24.877Z | Downloaded unicode-normalization v0.1.22 |
| 1020 | 2023-12-08T22:45:24.884Z | Downloaded tabled v0.14.0 |
| 1021 | 2023-12-08T22:45:24.922Z | Downloaded hyper v0.14.27 |
| 1022 | 2023-12-08T22:45:24.926Z | Downloaded futures-util v0.3.29 |
| 1023 | 2023-12-08T22:45:24.947Z | Downloaded lalrpop v0.19.12 |
| 1024 | 2023-12-08T22:45:24.967Z | Downloaded plotters v0.3.5 |
| 1025 | 2023-12-08T22:45:24.983Z | Downloaded clap v2.34.0 |
| 1026 | 2023-12-08T22:45:24.994Z | Downloaded aho-corasick v1.0.4 |
| 1027 | 2023-12-08T22:45:25.008Z | Downloaded typed-path v0.7.0 |
| 1028 | 2023-12-08T22:45:25.024Z | Downloaded derive-where v1.2.6 |
| 1029 | 2023-12-08T22:45:25.041Z | Downloaded ryu v1.0.15 |
| 1030 | 2023-12-08T22:45:25.042Z | Downloaded rayon-core v1.12.0 |
| 1031 | 2023-12-08T22:45:25.052Z | Downloaded rsa v0.9.2 |
| 1032 | 2023-12-08T22:45:25.053Z | Downloaded hkdf v0.12.3 |
| 1033 | 2023-12-08T22:45:25.053Z | Downloaded tinyvec v1.6.0 |
| 1034 | 2023-12-08T22:45:25.064Z | Downloaded tokio-util v0.7.10 |
| 1035 | 2023-12-08T22:45:25.070Z | Downloaded pest v2.7.2 |
| 1036 | 2023-12-08T22:45:25.080Z | Downloaded fs-err v2.11.0 |
| 1037 | 2023-12-08T22:45:25.080Z | Downloaded fragile v2.0.0 |
| 1038 | 2023-12-08T22:45:25.091Z | Downloaded smf v0.2.2 |
| 1039 | 2023-12-08T22:45:25.091Z | Downloaded slog-scope v4.4.0 |
| 1040 | 2023-12-08T22:45:25.091Z | Downloaded dirs-sys-next v0.1.2 |
| 1041 | 2023-12-08T22:45:25.091Z | Downloaded crypto-common v0.1.6 |
| 1042 | 2023-12-08T22:45:25.092Z | Downloaded rstest_macros v0.18.2 |
| 1043 | 2023-12-08T22:45:25.101Z | Downloaded serde_spanned v0.6.4 |
| 1044 | 2023-12-08T22:45:25.101Z | Downloaded serde_derive_internals v0.26.0 |
| 1045 | 2023-12-08T22:45:25.101Z | Downloaded der_derive v0.7.2 |
| 1046 | 2023-12-08T22:45:25.101Z | Downloaded poly1305 v0.8.0 |
| 1047 | 2023-12-08T22:45:25.109Z | Downloaded unicase v2.7.0 |
| 1048 | 2023-12-08T22:45:25.110Z | Downloaded textwrap v0.16.0 |
| 1049 | 2023-12-08T22:45:25.110Z | Downloaded prettyplease v0.2.12 |
| 1050 | 2023-12-08T22:45:25.117Z | Downloaded flume v0.11.0 |
| 1051 | 2023-12-08T22:45:25.122Z | Downloaded darling_core v0.20.3 |
| 1052 | 2023-12-08T22:45:25.130Z | Downloaded itertools v0.12.0 |
| 1053 | 2023-12-08T22:45:25.144Z | Downloaded reqwest v0.11.22 |
| 1054 | 2023-12-08T22:45:25.152Z | Downloaded termcolor v1.2.0 |
| 1055 | 2023-12-08T22:45:25.159Z | Downloaded flagset v0.4.3 |
| 1056 | 2023-12-08T22:45:25.160Z | Downloaded either v1.9.0 |
| 1057 | 2023-12-08T22:45:25.160Z | Downloaded fallible-iterator v0.2.0 |
| 1058 | 2023-12-08T22:45:25.168Z | Downloaded tracing-attributes v0.1.26 |
| 1059 | 2023-12-08T22:45:25.168Z | Downloaded unsafe-libyaml v0.2.9 |
| 1060 | 2023-12-08T22:45:25.176Z | Downloaded reedline v0.26.0 |
| 1061 | 2023-12-08T22:45:25.185Z | Downloaded tracing-core v0.1.31 |
| 1062 | 2023-12-08T22:45:25.190Z | Downloaded tracing v0.1.37 |
| 1063 | 2023-12-08T22:45:25.193Z | Downloaded tokio-postgres v0.7.10 |
| 1064 | 2023-12-08T22:45:25.205Z | Downloaded sct v0.7.0 |
| 1065 | 2023-12-08T22:45:25.218Z | Downloaded unicode-ident v1.0.12 |
| 1066 | 2023-12-08T22:45:25.218Z | Downloaded steno v0.4.0 |
| 1067 | 2023-12-08T22:45:25.218Z | Downloaded errno v0.3.2 |
| 1068 | 2023-12-08T22:45:25.218Z | Downloaded ena v0.14.2 |
| 1069 | 2023-12-08T22:45:25.221Z | Downloaded embedded-io v0.4.0 |
| 1070 | 2023-12-08T22:45:25.224Z | Downloaded float-cmp v0.9.0 |
| 1071 | 2023-12-08T22:45:25.225Z | Downloaded defmt-parser v0.3.3 |
| 1072 | 2023-12-08T22:45:25.228Z | Downloaded shell-words v1.1.0 |
| 1073 | 2023-12-08T22:45:25.228Z | Downloaded predicates v3.0.4 |
| 1074 | 2023-12-08T22:45:25.233Z | Downloaded ucd-trie v0.1.6 |
| 1075 | 2023-12-08T22:45:25.237Z | Downloaded crossterm v0.27.0 |
| 1076 | 2023-12-08T22:45:25.244Z | Downloaded rtoolbox v0.0.1 |
| 1077 | 2023-12-08T22:45:25.248Z | Downloaded trust-dns-server v0.22.1 |
| 1078 | 2023-12-08T22:45:25.256Z | Downloaded clap_builder v4.4.2 |
| 1079 | 2023-12-08T22:45:25.268Z | Downloaded resolv-conf v0.7.0 |
| 1080 | 2023-12-08T22:45:25.272Z | Downloaded quote v1.0.33 |
| 1081 | 2023-12-08T22:45:25.276Z | Downloaded typenum v1.16.0 |
| 1082 | 2023-12-08T22:45:25.279Z | Downloaded url v2.5.0 |
| 1083 | 2023-12-08T22:45:25.283Z | Downloaded crypto-bigint v0.5.2 |
| 1084 | 2023-12-08T22:45:25.293Z | Downloaded paste v1.0.14 |
| 1085 | 2023-12-08T22:45:25.298Z | Downloaded libxml v0.3.3 |
| 1086 | 2023-12-08T22:45:25.309Z | Downloaded libm v0.2.7 |
| 1087 | 2023-12-08T22:45:25.326Z | Downloaded secrecy v0.8.0 |
| 1088 | 2023-12-08T22:45:25.336Z | Downloaded cstr-argument v0.1.2 |
| 1089 | 2023-12-08T22:45:25.336Z | Downloaded sec1 v0.7.3 |
| 1090 | 2023-12-08T22:45:25.336Z | Downloaded dirs-next v2.0.0 |
| 1091 | 2023-12-08T22:45:25.336Z | Downloaded darling v0.20.3 |
| 1092 | 2023-12-08T22:45:25.339Z | Downloaded darling v0.14.4 |
| 1093 | 2023-12-08T22:45:25.343Z | Downloaded zerocopy v0.6.4 |
| 1094 | 2023-12-08T22:45:25.347Z | Downloaded structopt-derive v0.4.18 |
| 1095 | 2023-12-08T22:45:25.350Z | Downloaded serde_path_to_error v0.1.14 |
| 1096 | 2023-12-08T22:45:25.353Z | Downloaded scopeguard v1.2.0 |
| 1097 | 2023-12-08T22:45:25.356Z | Downloaded similar v2.2.1 |
| 1098 | 2023-12-08T22:45:25.364Z | Downloaded unicode-bidi v0.3.13 |
| 1099 | 2023-12-08T22:45:25.367Z | Downloaded trybuild v1.0.85 |
| 1100 | 2023-12-08T22:45:25.372Z | Downloaded derive_builder_core v0.12.0 |
| 1101 | 2023-12-08T22:45:25.376Z | Downloaded getrandom v0.2.10 |
| 1102 | 2023-12-08T22:45:25.380Z | Downloaded rustix v0.37.23 |
| 1103 | 2023-12-08T22:45:25.431Z | Downloaded tokio-native-tls v0.3.1 |
| 1104 | 2023-12-08T22:45:25.444Z | Downloaded futures-sink v0.3.29 |
| 1105 | 2023-12-08T22:45:25.444Z | Downloaded hash32 v0.2.1 |
| 1106 | 2023-12-08T22:45:25.444Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1107 | 2023-12-08T22:45:25.444Z | Downloaded term v0.7.0 |
| 1108 | 2023-12-08T22:45:25.444Z | Downloaded papergrid v0.10.0 |
| 1109 | 2023-12-08T22:45:25.459Z | Downloaded digest v0.10.7 |
| 1110 | 2023-12-08T22:45:25.459Z | Downloaded spki v0.7.2 |
| 1111 | 2023-12-08T22:45:25.459Z | Downloaded supports-color v2.1.0 |
| 1112 | 2023-12-08T22:45:25.459Z | Downloaded strum_macros v0.25.2 |
| 1113 | 2023-12-08T22:45:25.482Z | Downloaded ppv-lite86 v0.2.17 |
| 1114 | 2023-12-08T22:45:25.483Z | Downloaded fixedbitset v0.4.2 |
| 1115 | 2023-12-08T22:45:25.483Z | Downloaded predicates v2.1.5 |
| 1116 | 2023-12-08T22:45:25.484Z | Downloaded string_cache v0.8.7 |
| 1117 | 2023-12-08T22:45:25.484Z | Downloaded stable_deref_trait v1.2.0 |
| 1118 | 2023-12-08T22:45:25.484Z | Downloaded radium v0.7.0 |
| 1119 | 2023-12-08T22:45:25.485Z | Downloaded whoami v1.4.1 |
| 1120 | 2023-12-08T22:45:25.485Z | Downloaded slog-async v2.8.0 |
| 1121 | 2023-12-08T22:45:25.517Z | Downloaded serde_plain v1.0.2 |
| 1122 | 2023-12-08T22:45:25.517Z | Downloaded slog v2.7.0 |
| 1123 | 2023-12-08T22:45:25.517Z | Downloaded relative-path v1.9.0 |
| 1124 | 2023-12-08T22:45:25.517Z | Downloaded fatfs v0.3.6 |
| 1125 | 2023-12-08T22:45:25.517Z | Downloaded toml v0.7.8 |
| 1126 | 2023-12-08T22:45:25.517Z | Downloaded minimal-lexical v0.2.1 |
| 1127 | 2023-12-08T22:45:25.517Z | Downloaded itertools v0.10.5 |
| 1128 | 2023-12-08T22:45:25.525Z | Downloaded strsim v0.10.0 |
| 1129 | 2023-12-08T22:45:25.526Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1130 | 2023-12-08T22:45:25.527Z | Downloaded globset v0.4.13 |
| 1131 | 2023-12-08T22:45:25.527Z | Downloaded fastrand v2.0.0 |
| 1132 | 2023-12-08T22:45:25.527Z | Downloaded packed_struct v0.10.1 |
| 1133 | 2023-12-08T22:45:25.527Z | Downloaded serde_with_macros v3.4.0 |
| 1134 | 2023-12-08T22:45:25.527Z | Downloaded serde_urlencoded v0.7.1 |
| 1135 | 2023-12-08T22:45:25.528Z | Downloaded tinytemplate v1.2.1 |
| 1136 | 2023-12-08T22:45:25.534Z | Downloaded derive_more v0.99.17 |
| 1137 | 2023-12-08T22:45:25.539Z | Downloaded pin-project v1.1.3 |
| 1138 | 2023-12-08T22:45:25.555Z | Downloaded ed25519 v1.5.3 |
| 1139 | 2023-12-08T22:45:25.559Z | Downloaded socket2 v0.4.9 |
| 1140 | 2023-12-08T22:45:25.576Z | Downloaded http v0.2.11 |
| 1141 | 2023-12-08T22:45:25.586Z | Downloaded want v0.3.1 |
| 1142 | 2023-12-08T22:45:25.586Z | Downloaded try-lock v0.2.4 |
| 1143 | 2023-12-08T22:45:25.586Z | Downloaded predicates-tree v1.0.9 |
| 1144 | 2023-12-08T22:45:25.586Z | Downloaded predicates-core v1.0.6 |
| 1145 | 2023-12-08T22:45:25.586Z | Downloaded rustc_version v0.1.7 |
| 1146 | 2023-12-08T22:45:25.586Z | Downloaded rpassword v7.3.1 |
| 1147 | 2023-12-08T22:45:25.587Z | Downloaded remove_dir_all v0.5.3 |
| 1148 | 2023-12-08T22:45:25.587Z | Downloaded signature v2.1.0 |
| 1149 | 2023-12-08T22:45:25.587Z | Downloaded unicode-linebreak v0.1.5 |
| 1150 | 2023-12-08T22:45:25.591Z | Downloaded derive_builder v0.12.0 |
| 1151 | 2023-12-08T22:45:25.591Z | Downloaded miniz_oxide v0.7.1 |
| 1152 | 2023-12-08T22:45:25.592Z | Downloaded trust-dns-client v0.22.0 |
| 1153 | 2023-12-08T22:45:25.600Z | Downloaded signal-hook-tokio v0.3.1 |
| 1154 | 2023-12-08T22:45:25.605Z | Downloaded serde_tokenstream v0.2.0 |
| 1155 | 2023-12-08T22:45:25.608Z | Downloaded thiserror v1.0.49 |
| 1156 | 2023-12-08T22:45:25.683Z | Downloaded group v0.13.0 |
| 1157 | 2023-12-08T22:45:25.688Z | Downloaded once_cell v1.19.0 |
| 1158 | 2023-12-08T22:45:25.688Z | Downloaded wait-timeout v0.2.0 |
| 1159 | 2023-12-08T22:45:25.688Z | Downloaded untrusted v0.7.1 |
| 1160 | 2023-12-08T22:45:25.688Z | Downloaded universal-hash v0.5.1 |
| 1161 | 2023-12-08T22:45:25.688Z | Downloaded tokio-tungstenite v0.20.1 |
| 1162 | 2023-12-08T22:45:25.688Z | Downloaded tokio-rustls v0.24.1 |
| 1163 | 2023-12-08T22:45:25.688Z | Downloaded pretty-hex v0.4.0 |
| 1164 | 2023-12-08T22:45:25.688Z | Downloaded wyz v0.5.1 |
| 1165 | 2023-12-08T22:45:25.688Z | Downloaded smallvec v0.6.14 |
| 1166 | 2023-12-08T22:45:25.688Z | Downloaded slog-term v2.9.0 |
| 1167 | 2023-12-08T22:45:25.688Z | Downloaded proc-macro-error v1.0.4 |
| 1168 | 2023-12-08T22:45:25.688Z | Downloaded indicatif v0.17.7 |
| 1169 | 2023-12-08T22:45:25.688Z | Downloaded pkcs8 v0.10.2 |
| 1170 | 2023-12-08T22:45:25.688Z | Downloaded pest_meta v2.7.2 |
| 1171 | 2023-12-08T22:45:25.688Z | Downloaded stringprep v0.1.3 |
| 1172 | 2023-12-08T22:45:25.689Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1173 | 2023-12-08T22:45:25.689Z | Downloaded rusty-fork v0.3.0 |
| 1174 | 2023-12-08T22:45:25.689Z | Downloaded rustversion v1.0.14 |
| 1175 | 2023-12-08T22:45:25.689Z | Downloaded r2d2 v0.8.10 |
| 1176 | 2023-12-08T22:45:25.689Z | Downloaded mio v0.8.9 |
| 1177 | 2023-12-08T22:45:25.690Z | Downloaded subprocess v0.2.9 |
| 1178 | 2023-12-08T22:45:25.700Z | Downloaded tungstenite v0.20.1 |
| 1179 | 2023-12-08T22:45:25.712Z | Downloaded snafu v0.7.5 |
| 1180 | 2023-12-08T22:45:25.716Z | Downloaded pkcs1 v0.7.5 |
| 1181 | 2023-12-08T22:45:25.723Z | Downloaded test-strategy v0.3.1 |
| 1182 | 2023-12-08T22:45:25.728Z | Downloaded zip v0.6.6 |
| 1183 | 2023-12-08T22:45:25.741Z | Downloaded tower-service v0.3.2 |
| 1184 | 2023-12-08T22:45:25.746Z | Downloaded utf-8 v0.7.6 |
| 1185 | 2023-12-08T22:45:25.749Z | Downloaded usdt-impl v0.3.5 |
| 1186 | 2023-12-08T22:45:25.750Z | Downloaded usdt v0.3.5 |
| 1187 | 2023-12-08T22:45:25.750Z | Downloaded time-core v0.1.1 |
| 1188 | 2023-12-08T22:45:25.756Z | Downloaded which v4.4.0 |
| 1189 | 2023-12-08T22:45:25.758Z | Downloaded oorandom v11.1.3 |
| 1190 | 2023-12-08T22:45:25.763Z | Downloaded omicron-zone-package v0.9.1 |
| 1191 | 2023-12-08T22:45:25.763Z | Downloaded olpc-cjson v0.1.3 |
| 1192 | 2023-12-08T22:45:25.766Z | Downloaded utf8parse v0.2.1 |
| 1193 | 2023-12-08T22:45:25.766Z | Downloaded usdt-macro v0.3.5 |
| 1194 | 2023-12-08T22:45:25.770Z | Downloaded dof v0.1.5 |
| 1195 | 2023-12-08T22:45:25.770Z | Downloaded pin-project-internal v1.1.3 |
| 1196 | 2023-12-08T22:45:25.775Z | Downloaded nom v7.1.3 |
| 1197 | 2023-12-08T22:45:25.787Z | Downloaded slab v0.4.9 |
| 1198 | 2023-12-08T22:45:25.793Z | Downloaded structopt v0.3.26 |
| 1199 | 2023-12-08T22:45:25.810Z | Downloaded thread-id v4.2.0 |
| 1200 | 2023-12-08T22:45:25.813Z | Downloaded num-bigint-dig v0.8.4 |
| 1201 | 2023-12-08T22:45:25.824Z | Downloaded memchr v2.6.3 |
| 1202 | 2023-12-08T22:45:25.837Z | Downloaded crossbeam-channel v0.5.8 |
| 1203 | 2023-12-08T22:45:25.848Z | Downloaded pin-project-lite v0.2.13 |
| 1204 | 2023-12-08T22:45:25.855Z | Downloaded pest_derive v2.7.2 |
| 1205 | 2023-12-08T22:45:25.872Z | Downloaded partial-io v0.5.4 |
| 1206 | 2023-12-08T22:45:25.872Z | Downloaded parking_lot v0.11.2 |
| 1207 | 2023-12-08T22:45:25.877Z | Downloaded diff v0.1.13 |
| 1208 | 2023-12-08T22:45:25.878Z | Downloaded yansi v0.5.1 |
| 1209 | 2023-12-08T22:45:25.878Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1210 | 2023-12-08T22:45:25.878Z | Downloaded defmt v0.3.5 |
| 1211 | 2023-12-08T22:45:25.884Z | Downloaded base64 v0.21.5 |
| 1212 | 2023-12-08T22:45:25.910Z | Downloaded hyper-rustls v0.24.2 |
| 1213 | 2023-12-08T22:45:25.930Z | Downloaded crossbeam-utils v0.8.16 |
| 1214 | 2023-12-08T22:45:25.930Z | Downloaded filetime v0.2.23 |
| 1215 | 2023-12-08T22:45:25.930Z | Downloaded deranged v0.3.8 |
| 1216 | 2023-12-08T22:45:25.931Z | Downloaded defmt-macros v0.3.6 |
| 1217 | 2023-12-08T22:45:25.931Z | Downloaded debug-ignore v1.0.5 |
| 1218 | 2023-12-08T22:45:25.931Z | Downloaded tempfile v3.8.1 |
| 1219 | 2023-12-08T22:45:25.931Z | Downloaded chacha20poly1305 v0.10.1 |
| 1220 | 2023-12-08T22:45:25.953Z | Downloaded pkg-config v0.3.27 |
| 1221 | 2023-12-08T22:45:25.954Z | Downloaded usdt-attr-macro v0.3.5 |
| 1222 | 2023-12-08T22:45:25.954Z | Downloaded phf_shared v0.11.2 |
| 1223 | 2023-12-08T22:45:25.955Z | Downloaded phf v0.11.2 |
| 1224 | 2023-12-08T22:45:25.955Z | Downloaded getopts v0.2.21 |
| 1225 | 2023-12-08T22:45:25.955Z | Downloaded futures-executor v0.3.29 |
| 1226 | 2023-12-08T22:45:25.955Z | Downloaded structmeta-derive v0.2.0 |
| 1227 | 2023-12-08T22:45:25.955Z | Downloaded parking_lot_core v0.8.6 |
| 1228 | 2023-12-08T22:45:25.956Z | Downloaded parse-display-derive v0.8.2 |
| 1229 | 2023-12-08T22:45:25.956Z | Downloaded parking_lot_core v0.9.8 |
| 1230 | 2023-12-08T22:45:25.956Z | Downloaded toml v0.8.8 |
| 1231 | 2023-12-08T22:45:26.380Z | Downloaded indexmap v2.1.0 |
| 1232 | 2023-12-08T22:45:26.380Z | Downloaded crossbeam-epoch v0.9.15 |
| 1233 | 2023-12-08T22:45:26.380Z | Downloaded futures-timer v3.0.2 |
| 1234 | 2023-12-08T22:45:26.381Z | Downloaded futures-task v0.3.29 |
| 1235 | 2023-12-08T22:45:26.381Z | Downloaded futures-macro v0.3.29 |
| 1236 | 2023-12-08T22:45:26.381Z | Downloaded data-encoding v2.4.0 |
| 1237 | 2023-12-08T22:45:26.382Z | Downloaded toml_datetime v0.6.5 |
| 1238 | 2023-12-08T22:45:26.397Z | Downloaded synstructure v0.12.6 |
| 1239 | 2023-12-08T22:45:26.397Z | Downloaded lock_api v0.4.10 |
| 1240 | 2023-12-08T22:45:26.397Z | Downloaded native-tls v0.2.11 |
| 1241 | 2023-12-08T22:45:26.397Z | Downloaded bitflags v2.4.0 |
| 1242 | 2023-12-08T22:45:26.397Z | Downloaded num-rational v0.4.1 |
| 1243 | 2023-12-08T22:45:26.397Z | Downloaded nu-ansi-term v0.49.0 |
| 1244 | 2023-12-08T22:45:26.397Z | Downloaded tap v1.0.1 |
| 1245 | 2023-12-08T22:45:26.398Z | Downloaded signal-hook-registry v1.4.1 |
| 1246 | 2023-12-08T22:45:26.398Z | Downloaded lazy_static v1.4.0 |
| 1247 | 2023-12-08T22:45:26.398Z | Downloaded cookie v0.18.0 |
| 1248 | 2023-12-08T22:45:26.399Z | Downloaded vsss-rs v3.3.1 |
| 1249 | 2023-12-08T22:45:26.399Z | Downloaded tokio-stream v0.1.14 |
| 1250 | 2023-12-08T22:45:26.399Z | Downloaded num-complex v0.4.4 |
| 1251 | 2023-12-08T22:45:26.399Z | Downloaded const-oid v0.9.5 |
| 1252 | 2023-12-08T22:45:26.399Z | Downloaded basic-toml v0.1.4 |
| 1253 | 2023-12-08T22:45:26.400Z | Downloaded zeroize v1.7.0 |
| 1254 | 2023-12-08T22:45:26.400Z | Downloaded derive_builder_macro v0.12.0 |
| 1255 | 2023-12-08T22:45:26.400Z | Downloaded structmeta v0.2.0 |
| 1256 | 2023-12-08T22:45:26.401Z | Downloaded io-lifetimes v1.0.11 |
| 1257 | 2023-12-08T22:45:26.401Z | Downloaded cc v1.0.83 |
| 1258 | 2023-12-08T22:45:26.401Z | Downloaded strum_macros v0.24.3 |
| 1259 | 2023-12-08T22:45:26.401Z | Downloaded arc-swap v1.6.0 |
| 1260 | 2023-12-08T22:45:26.401Z | Downloaded slog-envlogger v2.2.0 |
| 1261 | 2023-12-08T22:45:26.401Z | Downloaded mime_guess v2.0.4 |
| 1262 | 2023-12-08T22:45:26.401Z | Downloaded libtest-mimic v0.6.1 |
| 1263 | 2023-12-08T22:45:26.401Z | Downloaded bytes v1.5.0 |
| 1264 | 2023-12-08T22:45:26.402Z | Downloaded blake2 v0.10.6 |
| 1265 | 2023-12-08T22:45:26.402Z | Downloaded difflib v0.4.0 |
| 1266 | 2023-12-08T22:45:26.403Z | Downloaded terminal_size v0.2.6 |
| 1267 | 2023-12-08T22:45:26.403Z | Downloaded crc-any v2.4.3 |
| 1268 | 2023-12-08T22:45:26.403Z | Downloaded phf_shared v0.10.0 |
| 1269 | 2023-12-08T22:45:26.404Z | Downloaded fxhash v0.2.1 |
| 1270 | 2023-12-08T22:45:26.404Z | Downloaded tui-tree-widget v0.13.0 |
| 1271 | 2023-12-08T22:45:26.404Z | Downloaded termios v0.3.3 |
| 1272 | 2023-12-08T22:45:26.405Z | Downloaded subtle v2.5.0 |
| 1273 | 2023-12-08T22:45:26.405Z | Downloaded slog-bunyan v2.4.0 |
| 1274 | 2023-12-08T22:45:26.405Z | Downloaded similar-asserts v1.5.0 |
| 1275 | 2023-12-08T22:45:26.406Z | Downloaded num-iter v0.1.43 |
| 1276 | 2023-12-08T22:45:26.406Z | Downloaded colored v2.0.4 |
| 1277 | 2023-12-08T22:45:26.407Z | Downloaded clang-sys v1.6.1 |
| 1278 | 2023-12-08T22:45:26.407Z | Downloaded bitfield v0.14.0 |
| 1279 | 2023-12-08T22:45:26.407Z | Downloaded termtree v0.4.1 |
| 1280 | 2023-12-08T22:45:26.408Z | Downloaded tabled_derive v0.6.0 |
| 1281 | 2023-12-08T22:45:26.408Z | Downloaded slog-dtrace v0.2.3 |
| 1282 | 2023-12-08T22:45:26.408Z | Downloaded crc v3.0.1 |
| 1283 | 2023-12-08T22:45:26.409Z | Downloaded ahash v0.8.3 |
| 1284 | 2023-12-08T22:45:26.409Z | Downloaded hostname v0.3.1 |
| 1285 | 2023-12-08T22:45:26.410Z | Downloaded static_assertions v1.1.0 |
| 1286 | 2023-12-08T22:45:26.410Z | Downloaded nibble_vec v0.1.0 |
| 1287 | 2023-12-08T22:45:26.410Z | Downloaded highway v1.1.0 |
| 1288 | 2023-12-08T22:45:26.411Z | Downloaded mockall v0.11.4 |
| 1289 | 2023-12-08T22:45:26.411Z | Downloaded version_check v0.9.4 |
| 1290 | 2023-12-08T22:45:26.413Z | Downloaded smawk v0.3.1 |
| 1291 | 2023-12-08T22:45:26.413Z | Downloaded is-terminal v0.4.9 |
| 1292 | 2023-12-08T22:45:26.413Z | Downloaded vec_map v0.8.2 |
| 1293 | 2023-12-08T22:45:26.413Z | Downloaded unicode-xid v0.2.4 |
| 1294 | 2023-12-08T22:45:26.414Z | Downloaded unicode-width v0.1.11 |
| 1295 | 2023-12-08T22:45:26.414Z | Downloaded take_mut v0.2.2 |
| 1296 | 2023-12-08T22:45:26.414Z | Downloaded anyhow v1.0.75 |
| 1297 | 2023-12-08T22:45:26.414Z | Downloaded signal-hook-mio v0.2.3 |
| 1298 | 2023-12-08T22:45:26.414Z | Downloaded salty v0.2.0 |
| 1299 | 2023-12-08T22:45:26.414Z | Downloaded memoffset v0.7.1 |
| 1300 | 2023-12-08T22:45:26.415Z | Downloaded corncobs v0.1.3 |
| 1301 | 2023-12-08T22:45:26.415Z | Downloaded blake2b_simd v1.0.1 |
| 1302 | 2023-12-08T22:45:26.415Z | Downloaded oso-derive v0.27.0 |
| 1303 | 2023-12-08T22:45:26.415Z | Downloaded thread_local v1.1.7 |
| 1304 | 2023-12-08T22:45:26.415Z | Downloaded num-bigint v0.4.4 |
| 1305 | 2023-12-08T22:45:26.415Z | Downloaded lru-cache v0.1.2 |
| 1306 | 2023-12-08T22:45:26.415Z | Downloaded libefi-sys v0.1.0 |
| 1307 | 2023-12-08T22:45:26.415Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1308 | 2023-12-08T22:45:26.415Z | Downloaded multer v2.1.0 |
| 1309 | 2023-12-08T22:45:26.415Z | Downloaded maybe-uninit v2.0.0 |
| 1310 | 2023-12-08T22:45:26.416Z | Downloaded log v0.4.20 |
| 1311 | 2023-12-08T22:45:26.416Z | Downloaded indoc v2.0.3 |
| 1312 | 2023-12-08T22:45:26.416Z | Downloaded heck v0.4.1 |
| 1313 | 2023-12-08T22:45:26.416Z | Downloaded serde-hex v0.1.0 |
| 1314 | 2023-12-08T22:45:26.416Z | Downloaded ansi_term v0.12.1 |
| 1315 | 2023-12-08T22:45:26.416Z | Downloaded argon2 v0.5.2 |
| 1316 | 2023-12-08T22:45:26.416Z | Downloaded zone v0.3.0 |
| 1317 | 2023-12-08T22:45:26.416Z | Downloaded new_debug_unreachable v1.0.4 |
| 1318 | 2023-12-08T22:45:26.416Z | Downloaded kstat-rs v0.2.3 |
| 1319 | 2023-12-08T22:45:26.416Z | Downloaded convert_case v0.4.0 |
| 1320 | 2023-12-08T22:45:26.417Z | Downloaded constant_time_eq v0.2.6 |
| 1321 | 2023-12-08T22:45:26.417Z | Downloaded zone_cfg_derive v0.3.0 |
| 1322 | 2023-12-08T22:45:26.418Z | Downloaded indexmap v1.9.3 |
| 1323 | 2023-12-08T22:45:26.418Z | Downloaded serde_derive v1.0.192 |
| 1324 | 2023-12-08T22:45:26.418Z | Downloaded schemars v0.8.13 |
| 1325 | 2023-12-08T22:45:26.418Z | Downloaded rstest v0.18.2 |
| 1326 | 2023-12-08T22:45:26.418Z | Downloaded lalrpop-util v0.19.12 |
| 1327 | 2023-12-08T22:45:26.418Z | Downloaded backtrace v0.3.69 |
| 1328 | 2023-12-08T22:45:26.418Z | Downloaded num-derive v0.4.0 |
| 1329 | 2023-12-08T22:45:26.418Z | Downloaded schemars_derive v0.8.13 |
| 1330 | 2023-12-08T22:45:26.418Z | Downloaded md-5 v0.10.5 |
| 1331 | 2023-12-08T22:45:26.444Z | Downloaded matches v0.1.10 |
| 1332 | 2023-12-08T22:45:26.445Z | Downloaded itertools v0.11.0 |
| 1333 | 2023-12-08T22:45:26.446Z | Downloaded httptest v0.15.5 |
| 1334 | 2023-12-08T22:45:26.446Z | Downloaded crossbeam-deque v0.8.3 |
| 1335 | 2023-12-08T22:45:26.446Z | Downloaded crc-catalog v2.2.0 |
| 1336 | 2023-12-08T22:45:26.446Z | Downloaded constant_time_eq v0.3.0 |
| 1337 | 2023-12-08T22:45:26.446Z | Downloaded atomic-waker v1.1.1 |
| 1338 | 2023-12-08T22:45:26.446Z | Downloaded async-recursion v1.0.5 |
| 1339 | 2023-12-08T22:45:26.446Z | Downloaded ron v0.8.1 |
| 1340 | 2023-12-08T22:45:26.446Z | Downloaded num-traits v0.2.16 |
| 1341 | 2023-12-08T22:45:26.446Z | Downloaded match_cfg v0.1.0 |
| 1342 | 2023-12-08T22:45:26.446Z | Downloaded iana-time-zone v0.1.57 |
| 1343 | 2023-12-08T22:45:26.446Z | Downloaded hyper-tls v0.5.0 |
| 1344 | 2023-12-08T22:45:26.446Z | Downloaded hex-literal v0.4.1 |
| 1345 | 2023-12-08T22:45:26.446Z | Downloaded cipher v0.4.4 |
| 1346 | 2023-12-08T22:45:26.446Z | Downloaded cfg-if v1.0.0 |
| 1347 | 2023-12-08T22:45:26.446Z | Downloaded cast v0.3.0 |
| 1348 | 2023-12-08T22:45:26.446Z | Downloaded byteorder v1.5.0 |
| 1349 | 2023-12-08T22:45:26.447Z | Downloaded adler v1.0.2 |
| 1350 | 2023-12-08T22:45:26.447Z | Downloaded cassowary v0.3.0 |
| 1351 | 2023-12-08T22:45:26.447Z | Downloaded block-padding v0.3.3 |
| 1352 | 2023-12-08T22:45:26.447Z | Downloaded async-stream v0.3.5 |
| 1353 | 2023-12-08T22:45:26.447Z | Downloaded arrayref v0.3.7 |
| 1354 | 2023-12-08T22:45:26.447Z | Downloaded array-init v0.0.4 |
| 1355 | 2023-12-08T22:45:26.447Z | Downloaded ascii-canvas v3.0.0 |
| 1356 | 2023-12-08T22:45:26.447Z | Downloaded instant v0.1.12 |
| 1357 | 2023-12-08T22:45:26.447Z | Downloaded semver v1.0.20 |
| 1358 | 2023-12-08T22:45:26.447Z | Downloaded rustc-demangle v0.1.23 |
| 1359 | 2023-12-08T22:45:26.447Z | Downloaded semver v0.1.20 |
| 1360 | 2023-12-08T22:45:26.448Z | Downloaded semver-parser v0.10.2 |
| 1361 | 2023-12-08T22:45:26.448Z | Downloaded newline-converter v0.3.0 |
| 1362 | 2023-12-08T22:45:26.448Z | Downloaded rustls-native-certs v0.6.3 |
| 1363 | 2023-12-08T22:45:26.448Z | Downloaded crc32fast v1.3.2 |
| 1364 | 2023-12-08T22:45:26.448Z | Downloaded console v0.15.7 |
| 1365 | 2023-12-08T22:45:26.448Z | Downloaded semver v0.11.0 |
| 1366 | 2023-12-08T22:45:26.448Z | Downloaded ipnetwork v0.20.0 |
| 1367 | 2023-12-08T22:45:26.448Z | Downloaded http-body v0.4.5 |
| 1368 | 2023-12-08T22:45:26.448Z | Downloaded crossbeam-queue v0.3.8 |
| 1369 | 2023-12-08T22:45:26.448Z | Downloaded cpufeatures v0.2.9 |
| 1370 | 2023-12-08T22:45:26.448Z | Downloaded clap_lex v0.5.1 |
| 1371 | 2023-12-08T22:45:26.448Z | Downloaded hubpack_derive v0.1.1 |
| 1372 | 2023-12-08T22:45:26.448Z | Downloaded clap v4.4.3 |
| 1373 | 2023-12-08T22:45:26.457Z | Downloaded bit-vec v0.6.3 |
| 1374 | 2023-12-08T22:45:26.457Z | Downloaded mime v0.3.17 |
| 1375 | 2023-12-08T22:45:26.458Z | Downloaded memoffset v0.9.0 |
| 1376 | 2023-12-08T22:45:26.458Z | Downloaded maplit v1.0.2 |
| 1377 | 2023-12-08T22:45:26.458Z | Downloaded managed v0.8.0 |
| 1378 | 2023-12-08T22:45:26.458Z | Downloaded macaddr v1.0.1 |
| 1379 | 2023-12-08T22:45:26.458Z | Downloaded indoc v1.0.9 |
| 1380 | 2023-12-08T22:45:26.458Z | Downloaded httparse v1.8.0 |
| 1381 | 2023-12-08T22:45:26.467Z | Downloaded home v0.5.5 |
| 1382 | 2023-12-08T22:45:26.467Z | Downloaded hex v0.4.3 |
| 1383 | 2023-12-08T22:45:26.467Z | Downloaded crossbeam v0.8.2 |
| 1384 | 2023-12-08T22:45:26.467Z | Downloaded criterion-plot v0.5.0 |
| 1385 | 2023-12-08T22:45:26.479Z | Downloaded cexpr v0.6.0 |
| 1386 | 2023-12-08T22:45:26.479Z | Downloaded is_ci v1.1.1 |
| 1387 | 2023-12-08T22:45:26.480Z | Downloaded httpdate v1.0.3 |
| 1388 | 2023-12-08T22:45:26.480Z | Downloaded cobs v0.2.3 |
| 1389 | 2023-12-08T22:45:26.480Z | Downloaded chacha20 v0.9.1 |
| 1390 | 2023-12-08T22:45:26.488Z | Downloaded block-buffer v0.10.4 |
| 1391 | 2023-12-08T22:45:26.490Z | Downloaded http-range v0.1.5 |
| 1392 | 2023-12-08T22:45:26.490Z | Downloaded colorchoice v1.0.0 |
| 1393 | 2023-12-08T22:45:26.490Z | Downloaded ciborium-ll v0.2.1 |
| 1394 | 2023-12-08T22:45:26.490Z | Downloaded ciborium-io v0.2.1 |
| 1395 | 2023-12-08T22:45:26.490Z | Downloaded cancel-safe-futures v0.1.5 |
| 1396 | 2023-12-08T22:45:26.498Z | Downloaded base16ct v0.2.0 |
| 1397 | 2023-12-08T22:45:26.498Z | Downloaded atomicwrites v0.4.2 |
| 1398 | 2023-12-08T22:45:26.498Z | Downloaded base64ct v1.6.0 |
| 1399 | 2023-12-08T22:45:26.508Z | Downloaded arrayvec v0.7.4 |
| 1400 | 2023-12-08T22:45:26.508Z | Downloaded anstyle v1.0.2 |
| 1401 | 2023-12-08T22:45:26.508Z | Downloaded addr2line v0.21.0 |
| 1402 | 2023-12-08T22:45:26.517Z | Downloaded async-trait v0.1.74 |
| 1403 | 2023-12-08T22:45:26.525Z | Downloaded approx v0.5.1 |
| 1404 | 2023-12-08T22:45:26.525Z | Downloaded bit-set v0.5.3 |
| 1405 | 2023-12-08T22:45:27.198Z | Compiling proc-macro2 v1.0.69 |
| 1406 | 2023-12-08T22:45:27.199Z | Compiling unicode-ident v1.0.12 |
| 1407 | 2023-12-08T22:45:27.208Z | Compiling libc v0.2.150 |
| 1408 | 2023-12-08T22:45:27.209Z | Compiling cfg-if v1.0.0 |
| 1409 | 2023-12-08T22:45:27.209Z | Compiling serde v1.0.192 |
| 1410 | 2023-12-08T22:45:27.227Z | Compiling autocfg v1.1.0 |
| 1411 | 2023-12-08T22:45:27.248Z | Compiling version_check v0.9.4 |
| 1412 | 2023-12-08T22:45:27.249Z | Compiling syn v1.0.109 |
| 1413 | 2023-12-08T22:45:27.249Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=eb1f525ce55dcca0 -C extra-filename=-eb1f525ce55dcca0 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-eb1f525ce55dcca0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1414 | 2023-12-08T22:45:27.249Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d84da02132e91997 -C extra-filename=-d84da02132e91997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1415 | 2023-12-08T22:45:27.250Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc2c501506aafa82 -C extra-filename=-bc2c501506aafa82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1416 | 2023-12-08T22:45:27.250Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.192/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=8bce2695bb143fc6 -C extra-filename=-8bce2695bb143fc6 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8bce2695bb143fc6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1417 | 2023-12-08T22:45:27.250Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=5f2d8efe6a5b94cf -C extra-filename=-5f2d8efe6a5b94cf --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-5f2d8efe6a5b94cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1418 | 2023-12-08T22:45:27.250Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1e84996da593841 -C extra-filename=-c1e84996da593841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1419 | 2023-12-08T22:45:27.250Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c487f79507661dd -C extra-filename=-2c487f79507661dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1420 | 2023-12-08T22:45:27.259Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=f70da3b4ef23834d -C extra-filename=-f70da3b4ef23834d --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-f70da3b4ef23834d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1421 | 2023-12-08T22:45:27.475Z | Compiling memchr v2.6.3 |
| 1422 | 2023-12-08T22:45:27.633Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=918fa9e671606ec5 -C extra-filename=-918fa9e671606ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1423 | 2023-12-08T22:45:27.749Z | Compiling scopeguard v1.2.0 |
| 1424 | 2023-12-08T22:45:27.755Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9ff0b066c30ae916 -C extra-filename=-9ff0b066c30ae916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1425 | 2023-12-08T22:45:28.028Z | Compiling log v0.4.20 |
| 1426 | 2023-12-08T22:45:28.053Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=c5d2103652c0a8bc -C extra-filename=-c5d2103652c0a8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1427 | 2023-12-08T22:45:28.498Z | Compiling once_cell v1.19.0 |
| 1428 | 2023-12-08T22:45:28.502Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=230e44e7360903b6 -C extra-filename=-230e44e7360903b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1429 | 2023-12-08T22:45:28.535Z | Compiling lock_api v0.4.10 |
| 1430 | 2023-12-08T22:45:28.539Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=6ebba4f898318ce6 -C extra-filename=-6ebba4f898318ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-6ebba4f898318ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
| 1431 | 2023-12-08T22:45:28.563Z | Compiling itoa v1.0.9 |
| 1432 | 2023-12-08T22:45:28.566Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7860ae71447b6389 -C extra-filename=-7860ae71447b6389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1433 | 2023-12-08T22:45:28.827Z | Compiling smallvec v1.11.0 |
| 1434 | 2023-12-08T22:45:28.895Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a077806bd7e84eb -C extra-filename=-0a077806bd7e84eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1435 | 2023-12-08T22:45:28.937Z | Compiling parking_lot_core v0.9.8 |
| 1436 | 2023-12-08T22:45:28.948Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd16db7f1061154e -C extra-filename=-cd16db7f1061154e --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd16db7f1061154e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1437 | 2023-12-08T22:45:29.270Z | Compiling libm v0.2.7 |
| 1438 | 2023-12-08T22:45:29.275Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e5475095bd848c83 -C extra-filename=-e5475095bd848c83 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-e5475095bd848c83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1439 | 2023-12-08T22:45:29.844Z | Compiling num-traits v0.2.16 |
| 1440 | 2023-12-08T22:45:29.862Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=51a2c0ef3cfe76e2 -C extra-filename=-51a2c0ef3cfe76e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-51a2c0ef3cfe76e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
| 1441 | 2023-12-08T22:45:30.228Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd16db7f1061154e/build-script-build` |
| 1442 | 2023-12-08T22:45:30.228Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-eb1f525ce55dcca0/build-script-build` |
| 1443 | 2023-12-08T22:45:30.666Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-5f2d8efe6a5b94cf/build-script-build` |
| 1444 | 2023-12-08T22:45:30.666Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-8bce2695bb143fc6/build-script-build` |
| 1445 | 2023-12-08T22:45:30.666Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-f70da3b4ef23834d/build-script-build` |
| 1446 | 2023-12-08T22:45:30.666Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-6ebba4f898318ce6/build-script-build` |
| 1447 | 2023-12-08T22:45:30.666Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-e5475095bd848c83/build-script-build` |
| 1448 | 2023-12-08T22:45:30.674Z | Compiling spin v0.5.2 |
| 1449 | 2023-12-08T22:45:30.674Z | Compiling thiserror v1.0.49 |
| 1450 | 2023-12-08T22:45:30.675Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=330d2d2ff14221bf -C extra-filename=-330d2d2ff14221bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1451 | 2023-12-08T22:45:30.675Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3dada0de3a176c94 -C extra-filename=-3dada0de3a176c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-3dada0de3a176c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1452 | 2023-12-08T22:45:30.675Z | Compiling pin-project-lite v0.2.13 |
| 1453 | 2023-12-08T22:45:30.675Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-51a2c0ef3cfe76e2/build-script-build` |
| 1454 | 2023-12-08T22:45:30.675Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=45ce8912dc32de8c -C extra-filename=-45ce8912dc32de8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` |
| 1455 | 2023-12-08T22:45:30.675Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b2de4a05ed778b08 -C extra-filename=-b2de4a05ed778b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1456 | 2023-12-08T22:45:30.675Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c68fbf53c1efe19 -C extra-filename=-2c68fbf53c1efe19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1457 | 2023-12-08T22:45:30.676Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=c0d85aeeedd1db0a -C extra-filename=-c0d85aeeedd1db0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9ff0b066c30ae916.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound` |
| 1458 | 2023-12-08T22:45:30.676Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=537e95fdbea99744 -C extra-filename=-537e95fdbea99744 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro` |
| 1459 | 2023-12-08T22:45:30.676Z | Compiling futures-core v0.3.29 |
| 1460 | 2023-12-08T22:45:30.676Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf834724fcf94c8c -C extra-filename=-cf834724fcf94c8c --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-cf834724fcf94c8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1461 | 2023-12-08T22:45:30.677Z | Compiling ryu v1.0.15 |
| 1462 | 2023-12-08T22:45:30.677Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38d350ef85d2d309 -C extra-filename=-38d350ef85d2d309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1463 | 2023-12-08T22:45:31.245Z | Compiling serde_json v1.0.108 |
| 1464 | 2023-12-08T22:45:31.263Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=a1b2d4ac8ebf1491 -C extra-filename=-a1b2d4ac8ebf1491 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-a1b2d4ac8ebf1491 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1465 | 2023-12-08T22:45:31.272Z | Compiling heck v0.4.1 |
| 1466 | 2023-12-08T22:45:31.272Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e8726b1e312bd2e5 -C extra-filename=-e8726b1e312bd2e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1467 | 2023-12-08T22:45:31.320Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-3dada0de3a176c94/build-script-build` |
| 1468 | 2023-12-08T22:45:31.354Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-cf834724fcf94c8c/build-script-build` |
| 1469 | 2023-12-08T22:45:31.400Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=85b0c1ea6a5e4905 -C extra-filename=-85b0c1ea6a5e4905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1470 | 2023-12-08T22:45:31.537Z | Compiling fnv v1.0.7 |
| 1471 | 2023-12-08T22:45:31.553Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5d2ad75ee5f58135 -C extra-filename=-5d2ad75ee5f58135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1472 | 2023-12-08T22:45:31.553Z | Compiling futures-sink v0.3.29 |
| 1473 | 2023-12-08T22:45:31.570Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b95f9ca11c6cfc07 -C extra-filename=-b95f9ca11c6cfc07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1474 | 2023-12-08T22:45:31.704Z | Compiling regex-syntax v0.8.2 |
| 1475 | 2023-12-08T22:45:31.707Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=ac03edf4730b2374 -C extra-filename=-ac03edf4730b2374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1476 | 2023-12-08T22:45:31.818Z | Compiling lazy_static v1.4.0 |
| 1477 | 2023-12-08T22:45:31.842Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=9c9c3756e3f392b3 -C extra-filename=-9c9c3756e3f392b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-330d2d2ff14221bf.rmeta --cap-lints allow -D warnings` |
| 1478 | 2023-12-08T22:45:31.842Z | Compiling quote v1.0.33 |
| 1479 | 2023-12-08T22:45:31.842Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=b52270d439c9d728 -C extra-filename=-b52270d439c9d728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --cap-lints allow -D warnings` |
| 1480 | 2023-12-08T22:45:31.926Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a1b2d4ac8ebf1491/build-script-build` |
| 1481 | 2023-12-08T22:45:31.930Z | Compiling slab v0.4.9 |
| 1482 | 2023-12-08T22:45:31.933Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6b062511ba964ae2 -C extra-filename=-6b062511ba964ae2 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-6b062511ba964ae2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
| 1483 | 2023-12-08T22:45:32.371Z | Compiling futures-channel v0.3.29 |
| 1484 | 2023-12-08T22:45:32.376Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=4a0738c1efc1c712 -C extra-filename=-4a0738c1efc1c712 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-4a0738c1efc1c712 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1485 | 2023-12-08T22:45:32.376Z | Compiling futures-task v0.3.29 |
| 1486 | 2023-12-08T22:45:32.376Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=7f60fbf027555926 -C extra-filename=-7f60fbf027555926 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-7f60fbf027555926 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1487 | 2023-12-08T22:45:32.498Z | Compiling syn v2.0.32 |
| 1488 | 2023-12-08T22:45:32.501Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=085545494ccbad1b -C extra-filename=-085545494ccbad1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings` |
| 1489 | 2023-12-08T22:45:32.593Z | Compiling getrandom v0.2.10 |
| 1490 | 2023-12-08T22:45:32.606Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=fd3f8e5b97695db0 -C extra-filename=-fd3f8e5b97695db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 1491 | 2023-12-08T22:45:32.617Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=48fabcfe082d99df -C extra-filename=-48fabcfe082d99df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests` |
| 1492 | 2023-12-08T22:45:32.878Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfc67bc75751d566 -C extra-filename=-dfc67bc75751d566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --cap-lints allow -D warnings` |
| 1493 | 2023-12-08T22:45:32.921Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=66b98c12d6f7f3b4 -C extra-filename=-66b98c12d6f7f3b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b2de4a05ed778b08.rmeta --cap-lints allow -D warnings --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes` |
| 1494 | 2023-12-08T22:45:33.081Z | Compiling cc v1.0.83 |
| 1495 | 2023-12-08T22:45:33.092Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d7dbaf4d3b8f9e6 -C extra-filename=-3d7dbaf4d3b8f9e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 1496 | 2023-12-08T22:45:33.317Z | Compiling rand_core v0.6.4 |
| 1497 | 2023-12-08T22:45:33.332Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=8e66244baa1a5b19 -C extra-filename=-8e66244baa1a5b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --cap-lints allow -D warnings` |
| 1498 | 2023-12-08T22:45:33.375Z | Compiling signal-hook-registry v1.4.1 |
| 1499 | 2023-12-08T22:45:33.832Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=448540a737297354 -C extra-filename=-448540a737297354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 1500 | 2023-12-08T22:45:33.914Z | Compiling parking_lot v0.12.1 |
| 1501 | 2023-12-08T22:45:33.924Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5405541c40fedf6c -C extra-filename=-5405541c40fedf6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-dfc67bc75751d566.rmeta --cap-lints allow -D warnings` |
| 1502 | 2023-12-08T22:45:34.119Z | Compiling mio v0.8.9 |
| 1503 | 2023-12-08T22:45:34.149Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=681018778da6c197 -C extra-filename=-681018778da6c197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings` |
| 1504 | 2023-12-08T22:45:34.704Z | Compiling num_cpus v1.16.0 |
| 1505 | 2023-12-08T22:45:34.707Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f696aea8912d905 -C extra-filename=-2f696aea8912d905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 1506 | 2023-12-08T22:45:34.885Z | Compiling socket2 v0.5.5 |
| 1507 | 2023-12-08T22:45:34.889Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=ef8aaf88987f1e15 -C extra-filename=-ef8aaf88987f1e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 1508 | 2023-12-08T22:45:35.559Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-7f60fbf027555926/build-script-build` |
| 1509 | 2023-12-08T22:45:35.603Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-4a0738c1efc1c712/build-script-build` |
| 1510 | 2023-12-08T22:45:35.621Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-6b062511ba964ae2/build-script-build` |
| 1511 | 2023-12-08T22:45:35.857Z | Compiling errno v0.3.2 |
| 1512 | 2023-12-08T22:45:35.913Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=6dc528fb33689de0 -C extra-filename=-6dc528fb33689de0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 1513 | 2023-12-08T22:45:36.158Z | Compiling aho-corasick v1.0.4 |
| 1514 | 2023-12-08T22:45:36.161Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=eca6581c4ec1a882 -C extra-filename=-eca6581c4ec1a882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
| 1515 | 2023-12-08T22:45:36.196Z | Compiling futures-util v0.3.29 |
| 1516 | 2023-12-08T22:45:36.199Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=f4697aeb8a9596fb -C extra-filename=-f4697aeb8a9596fb --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-f4697aeb8a9596fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1517 | 2023-12-08T22:45:36.379Z | Compiling pin-utils v0.1.0 |
| 1518 | 2023-12-08T22:45:36.801Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=494a3e00a892adf5 -C extra-filename=-494a3e00a892adf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1519 | 2023-12-08T22:45:36.813Z | Compiling byteorder v1.5.0 |
| 1520 | 2023-12-08T22:45:36.814Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b4ad01209984ea0 -C extra-filename=-1b4ad01209984ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1521 | 2023-12-08T22:45:36.814Z | Compiling typenum v1.16.0 |
| 1522 | 2023-12-08T22:45:36.814Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f4f9d2c38d1cf54 -C extra-filename=-7f4f9d2c38d1cf54 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-7f4f9d2c38d1cf54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1523 | 2023-12-08T22:45:36.837Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-f4697aeb8a9596fb/build-script-build` |
| 1524 | 2023-12-08T22:45:37.818Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=195b1228936a30c9 -C extra-filename=-195b1228936a30c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1525 | 2023-12-08T22:45:37.818Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=06412b5ccf50305b -C extra-filename=-06412b5ccf50305b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --cap-lints allow -D warnings` |
| 1526 | 2023-12-08T22:45:37.838Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=a51c9503c37b751e -C extra-filename=-a51c9503c37b751e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1527 | 2023-12-08T22:45:37.838Z | Compiling generic-array v0.14.7 |
| 1528 | 2023-12-08T22:45:37.838Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=ed7b2ef4fa5b21b9 -C extra-filename=-ed7b2ef4fa5b21b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-ed7b2ef4fa5b21b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 1529 | 2023-12-08T22:45:37.838Z | Compiling equivalent v1.0.1 |
| 1530 | 2023-12-08T22:45:37.838Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94a74370476ed385 -C extra-filename=-94a74370476ed385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1531 | 2023-12-08T22:45:37.954Z | Compiling futures-io v0.3.29 |
| 1532 | 2023-12-08T22:45:37.966Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=4915a8c6c3fe3b6a -C extra-filename=-4915a8c6c3fe3b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1533 | 2023-12-08T22:45:38.090Z | Compiling hashbrown v0.14.2 |
| 1534 | 2023-12-08T22:45:38.105Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=6c8ddd4bb2d1b04a -C extra-filename=-6c8ddd4bb2d1b04a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1535 | 2023-12-08T22:45:38.312Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-7f4f9d2c38d1cf54/build-script-main` |
| 1536 | 2023-12-08T22:45:38.344Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-ed7b2ef4fa5b21b9/build-script-build` |
| 1537 | 2023-12-08T22:45:38.408Z | Compiling iana-time-zone v0.1.57 |
| 1538 | 2023-12-08T22:45:38.414Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=85b44ad93d1da9c4 -C extra-filename=-85b44ad93d1da9c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1539 | 2023-12-08T22:45:38.452Z | Compiling subtle v2.5.0 |
| 1540 | 2023-12-08T22:45:38.502Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=e4d03c814ee1d591 -C extra-filename=-e4d03c814ee1d591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1541 | 2023-12-08T22:45:38.651Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa9cea36d31f4ee9 -C extra-filename=-fa9cea36d31f4ee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1542 | 2023-12-08T22:45:38.960Z | Compiling pkg-config v0.3.27 |
| 1543 | 2023-12-08T22:45:38.964Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=676180268410563e -C extra-filename=-676180268410563e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1544 | 2023-12-08T22:45:39.078Z | Compiling regex-automata v0.4.3 |
| 1545 | 2023-12-08T22:45:39.082Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=57572678d71e52ed -C extra-filename=-57572678d71e52ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-eca6581c4ec1a882.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --cap-lints allow -D warnings` |
| 1546 | 2023-12-08T22:45:40.102Z | Compiling rustix v0.38.25 |
| 1547 | 2023-12-08T22:45:40.106Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=eda37ffc0ed3c598 -C extra-filename=-eda37ffc0ed3c598 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-eda37ffc0ed3c598 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1548 | 2023-12-08T22:45:41.104Z | Compiling tinyvec_macros v0.1.1 |
| 1549 | 2023-12-08T22:45:41.111Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89b2b77651f9688d -C extra-filename=-89b2b77651f9688d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1550 | 2023-12-08T22:45:41.246Z | Compiling tinyvec v1.6.0 |
| 1551 | 2023-12-08T22:45:41.250Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=beae685ade96ae94 -C extra-filename=-beae685ade96ae94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-89b2b77651f9688d.rmeta --cap-lints allow -D warnings` |
| 1552 | 2023-12-08T22:45:41.288Z | Compiling spin v0.9.8 |
| 1553 | 2023-12-08T22:45:41.292Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=4c240d9238dcc0df -C extra-filename=-4c240d9238dcc0df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --cap-lints allow -D warnings` |
| 1554 | 2023-12-08T22:45:41.473Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-eda37ffc0ed3c598/build-script-build` |
| 1555 | 2023-12-08T22:45:41.653Z | Compiling tracing-core v0.1.31 |
| 1556 | 2023-12-08T22:45:41.669Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=1a7eed2a6377ebf1 -C extra-filename=-1a7eed2a6377ebf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --cap-lints allow -D warnings` |
| 1557 | 2023-12-08T22:45:41.851Z | Compiling const-oid v0.9.5 |
| 1558 | 2023-12-08T22:45:41.855Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=8036eb2fb0734902 -C extra-filename=-8036eb2fb0734902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1559 | 2023-12-08T22:45:43.436Z | Compiling base64 v0.21.5 |
| 1560 | 2023-12-08T22:45:43.458Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=efdef217e0fabd4e -C extra-filename=-efdef217e0fabd4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1561 | 2023-12-08T22:45:43.673Z | Compiling unicode-bidi v0.3.13 |
| 1562 | 2023-12-08T22:45:43.676Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=9c36c215e5778119 -C extra-filename=-9c36c215e5778119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1563 | 2023-12-08T22:45:44.201Z | Compiling unicode-normalization v0.1.22 |
| 1564 | 2023-12-08T22:45:44.212Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7c2cf4bd1cb476cd -C extra-filename=-7c2cf4bd1cb476cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --cap-lints allow -D warnings` |
| 1565 | 2023-12-08T22:45:44.212Z | Compiling serde_derive_internals v0.26.0 |
| 1566 | 2023-12-08T22:45:44.212Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff5090d4367af08e -C extra-filename=-ff5090d4367af08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings` |
| 1567 | 2023-12-08T22:45:44.623Z | Compiling schemars v0.8.13 |
| 1568 | 2023-12-08T22:45:44.630Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=0feca7d8756f2fa7 -C extra-filename=-0feca7d8756f2fa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-0feca7d8756f2fa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1569 | 2023-12-08T22:45:45.074Z | Compiling dyn-clone v1.0.13 |
| 1570 | 2023-12-08T22:45:45.080Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5627ba9c8616dae -C extra-filename=-b5627ba9c8616dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1571 | 2023-12-08T22:45:45.258Z | Compiling semver v1.0.20 |
| 1572 | 2023-12-08T22:45:45.261Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6817f87a6b1b14e4 -C extra-filename=-6817f87a6b1b14e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-6817f87a6b1b14e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1573 | 2023-12-08T22:45:45.396Z | Compiling percent-encoding v2.3.1 |
| 1574 | 2023-12-08T22:45:45.399Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=912c31485e79e9fc -C extra-filename=-912c31485e79e9fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1575 | 2023-12-08T22:45:45.619Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-0feca7d8756f2fa7/build-script-build` |
| 1576 | 2023-12-08T22:45:45.629Z | Compiling unicode-width v0.1.11 |
| 1577 | 2023-12-08T22:45:45.657Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d72b7a0cbab620b4 -C extra-filename=-d72b7a0cbab620b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1578 | 2023-12-08T22:45:45.989Z | Compiling regex v1.10.2 |
| 1579 | 2023-12-08T22:45:45.989Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=537384909654dd1b -C extra-filename=-537384909654dd1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-eca6581c4ec1a882.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --cap-lints allow -D warnings` |
| 1580 | 2023-12-08T22:45:46.055Z | Compiling ppv-lite86 v0.2.17 |
| 1581 | 2023-12-08T22:45:46.058Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=3ca074035a2e7100 -C extra-filename=-3ca074035a2e7100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1582 | 2023-12-08T22:45:46.139Z | Compiling bitflags v1.3.2 |
| 1583 | 2023-12-08T22:45:46.143Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b6f8a7d540d47813 -C extra-filename=-b6f8a7d540d47813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1584 | 2023-12-08T22:45:46.214Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-6817f87a6b1b14e4/build-script-build` |
| 1585 | 2023-12-08T22:45:46.286Z | Compiling form_urlencoded v1.2.1 |
| 1586 | 2023-12-08T22:45:46.309Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8797d3f240ac357c -C extra-filename=-8797d3f240ac357c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --cap-lints allow -D warnings` |
| 1587 | 2023-12-08T22:45:46.318Z | Compiling indexmap v1.9.3 |
| 1588 | 2023-12-08T22:45:46.321Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=586b5fef6a1cf410 -C extra-filename=-586b5fef6a1cf410 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-586b5fef6a1cf410 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
| 1589 | 2023-12-08T22:45:46.807Z | Compiling httparse v1.8.0 |
| 1590 | 2023-12-08T22:45:46.814Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=349d83d4d0fe8905 -C extra-filename=-349d83d4d0fe8905 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-349d83d4d0fe8905 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1591 | 2023-12-08T22:45:46.877Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-586b5fef6a1cf410/build-script-build` |
| 1592 | 2023-12-08T22:45:46.922Z | Compiling vcpkg v0.2.15 |
| 1593 | 2023-12-08T22:45:46.926Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56cfc2712411fd04 -C extra-filename=-56cfc2712411fd04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1594 | 2023-12-08T22:45:47.330Z | Compiling rand_chacha v0.3.1 |
| 1595 | 2023-12-08T22:45:47.333Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=49ba573a971a5789 -C extra-filename=-49ba573a971a5789 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings` |
| 1596 | 2023-12-08T22:45:47.575Z | Compiling hashbrown v0.12.3 |
| 1597 | 2023-12-08T22:45:47.578Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=e264e3929dd770e0 -C extra-filename=-e264e3929dd770e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1598 | 2023-12-08T22:45:47.755Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-349d83d4d0fe8905/build-script-build` |
| 1599 | 2023-12-08T22:45:47.758Z | Compiling either v1.9.0 |
| 1600 | 2023-12-08T22:45:47.758Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=294f21b38637a1be -C extra-filename=-294f21b38637a1be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1601 | 2023-12-08T22:45:48.282Z | Compiling rand v0.8.5 |
| 1602 | 2023-12-08T22:45:48.374Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=8c4ac547107558e9 -C extra-filename=-8c4ac547107558e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings` |
| 1603 | 2023-12-08T22:45:48.662Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c25a7f7496695df9 -C extra-filename=-c25a7f7496695df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd` |
| 1604 | 2023-12-08T22:45:49.419Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=fa80c618b8065deb -C extra-filename=-fa80c618b8065deb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e264e3929dd770e0.rmeta --cap-lints allow -D warnings --cfg has_std` |
| 1605 | 2023-12-08T22:45:49.762Z | Compiling idna v0.5.0 |
| 1606 | 2023-12-08T22:45:49.765Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6558d1cbfbb2fcb3 -C extra-filename=-6558d1cbfbb2fcb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings` |
| 1607 | 2023-12-08T22:45:50.248Z | Compiling ucd-trie v0.1.6 |
| 1608 | 2023-12-08T22:45:50.251Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=581c47aa4fcf9374 -C extra-filename=-581c47aa4fcf9374 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1609 | 2023-12-08T22:45:50.682Z | Compiling openssl-sys v0.9.96 |
| 1610 | 2023-12-08T22:45:50.686Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03af073f44efbba9 -C extra-filename=-03af073f44efbba9 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-03af073f44efbba9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-56cfc2712411fd04.rlib --cap-lints allow -D warnings` |
| 1611 | 2023-12-08T22:45:50.815Z | Compiling ring v0.16.20 |
| 1612 | 2023-12-08T22:45:50.819Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=8303946fb25fd27d -C extra-filename=-8303946fb25fd27d --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-8303946fb25fd27d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings` |
| 1613 | 2023-12-08T22:45:51.277Z | Compiling ring v0.17.7 |
| 1614 | 2023-12-08T22:45:51.277Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=1e9b9c6b24ada674 -C extra-filename=-1e9b9c6b24ada674 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-1e9b9c6b24ada674 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings` |
| 1615 | 2023-12-08T22:45:52.064Z | Compiling url v2.5.0 |
| 1616 | 2023-12-08T22:45:52.067Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4ee5ed5bde7ce18a -C extra-filename=-4ee5ed5bde7ce18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6558d1cbfbb2fcb3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --cap-lints allow -D warnings` |
| 1617 | 2023-12-08T22:45:52.399Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-03af073f44efbba9/build-script-main` |
| 1618 | 2023-12-08T22:45:52.517Z | Compiling socket2 v0.4.9 |
| 1619 | 2023-12-08T22:45:52.520Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=4af9db241e249833 -C extra-filename=-4af9db241e249833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 1620 | 2023-12-08T22:45:52.731Z | Compiling ahash v0.8.3 |
| 1621 | 2023-12-08T22:45:52.734Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01adb4bcf8196813 -C extra-filename=-01adb4bcf8196813 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-01adb4bcf8196813 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 1622 | 2023-12-08T22:45:53.274Z | Compiling winnow v0.5.15 |
| 1623 | 2023-12-08T22:45:53.277Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b747da8a50a0933d -C extra-filename=-b747da8a50a0933d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1624 | 2023-12-08T22:45:53.371Z | Compiling adler v1.0.2 |
| 1625 | 2023-12-08T22:45:53.374Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b64914fab9901ac1 -C extra-filename=-b64914fab9901ac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1626 | 2023-12-08T22:45:53.735Z | Compiling miniz_oxide v0.7.1 |
| 1627 | 2023-12-08T22:45:53.742Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=eae4032ca8079f20 -C extra-filename=-eae4032ca8079f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-b64914fab9901ac1.rmeta --cap-lints allow -D warnings` |
| 1628 | 2023-12-08T22:45:53.839Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-1e9b9c6b24ada674/build-script-build` |
| 1629 | 2023-12-08T22:45:54.746Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-01adb4bcf8196813/build-script-build` |
| 1630 | 2023-12-08T22:45:54.885Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-8303946fb25fd27d/build-script-build` |
| 1631 | 2023-12-08T22:45:54.958Z | Compiling untrusted v0.7.1 |
| 1632 | 2023-12-08T22:45:54.969Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a24220ed5be04632 -C extra-filename=-a24220ed5be04632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1633 | 2023-12-08T22:45:55.184Z | Compiling httpdate v1.0.3 |
| 1634 | 2023-12-08T22:45:55.187Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c1307657e91e527 -C extra-filename=-0c1307657e91e527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1635 | 2023-12-08T22:45:55.600Z | Compiling try-lock v0.2.4 |
| 1636 | 2023-12-08T22:45:55.604Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7be4507a63f0a69 -C extra-filename=-a7be4507a63f0a69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1637 | 2023-12-08T22:45:55.768Z | Compiling strsim v0.10.0 |
| 1638 | 2023-12-08T22:45:55.771Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=24e28f3cc805bf1a -C extra-filename=-24e28f3cc805bf1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1639 | 2023-12-08T22:45:55.839Z | Compiling async-trait v0.1.74 |
| 1640 | 2023-12-08T22:45:55.839Z | Compiling want v0.3.1 |
| 1641 | 2023-12-08T22:45:55.842Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf8e9364e182c572 -C extra-filename=-cf8e9364e182c572 --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-cf8e9364e182c572 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1642 | 2023-12-08T22:45:55.843Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=071a5e6e1eac6ac9 -C extra-filename=-071a5e6e1eac6ac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-a7be4507a63f0a69.rmeta --cap-lints allow -D warnings` |
| 1643 | 2023-12-08T22:45:56.075Z | Compiling serde_derive v1.0.192 |
| 1644 | 2023-12-08T22:45:56.079Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.192/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=101f844cca2ed149 -C extra-filename=-101f844cca2ed149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1645 | 2023-12-08T22:45:56.240Z | Compiling thiserror-impl v1.0.49 |
| 1646 | 2023-12-08T22:45:56.243Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56271d855a05ea1b -C extra-filename=-56271d855a05ea1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1647 | 2023-12-08T22:45:56.652Z | Compiling zeroize_derive v1.4.2 |
| 1648 | 2023-12-08T22:45:56.655Z | Compiling tokio-macros v2.2.0 |
| 1649 | 2023-12-08T22:45:56.685Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3347ed7177904ed4 -C extra-filename=-3347ed7177904ed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1650 | 2023-12-08T22:45:56.696Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26a74a4f951ce6d6 -C extra-filename=-26a74a4f951ce6d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1651 | 2023-12-08T22:45:57.013Z | Compiling futures-macro v0.3.29 |
| 1652 | 2023-12-08T22:45:57.017Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb9ed1180fbb61d5 -C extra-filename=-bb9ed1180fbb61d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1653 | 2023-12-08T22:45:58.882Z | Compiling tracing-attributes v0.1.26 |
| 1654 | 2023-12-08T22:45:58.887Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66cea2a3af41ad65 -C extra-filename=-66cea2a3af41ad65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1655 | 2023-12-08T22:45:59.116Z | Compiling schemars_derive v0.8.13 |
| 1656 | 2023-12-08T22:45:59.146Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42470dea69332415 -C extra-filename=-42470dea69332415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-ff5090d4367af08e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1657 | 2023-12-08T22:45:59.692Z | Compiling zeroize v1.7.0 |
| 1658 | 2023-12-08T22:45:59.698Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=d4ac8e2ff6ba4016 -C extra-filename=-d4ac8e2ff6ba4016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-3347ed7177904ed4.so --cap-lints allow -D warnings` |
| 1659 | 2023-12-08T22:45:59.724Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=5a5df37b70e7cd10 -C extra-filename=-5a5df37b70e7cd10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-330d2d2ff14221bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -l static=ring-core -l static=ring-test` |
| 1660 | 2023-12-08T22:46:00.252Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=f6df480a7c6817d8 -C extra-filename=-f6df480a7c6817d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-fa9cea36d31f4ee9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence` |
| 1661 | 2023-12-08T22:46:00.764Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=af647ea9423ed3ec -C extra-filename=-af647ea9423ed3ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-bb9ed1180fbb61d5.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-494a3e00a892adf5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-195b1228936a30c9.rmeta --cap-lints allow -D warnings` |
| 1662 | 2023-12-08T22:46:01.555Z | Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-cf8e9364e182c572/build-script-build` |
| 1663 | 2023-12-08T22:46:01.652Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e95f1e5403fe5d78 -C extra-filename=-e95f1e5403fe5d78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'` |
| 1664 | 2023-12-08T22:46:02.104Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72e52f26c0ec0c7e -C extra-filename=-72e52f26c0ec0c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-56271d855a05ea1b.so --cap-lints allow -D warnings` |
| 1665 | 2023-12-08T22:46:02.283Z | Compiling pest v2.7.2 |
| 1666 | 2023-12-08T22:46:02.287Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44170135f2510804 -C extra-filename=-44170135f2510804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-581c47aa4fcf9374.rmeta --cap-lints allow -D warnings` |
| 1667 | 2023-12-08T22:46:02.332Z | Compiling untrusted v0.9.0 |
| 1668 | 2023-12-08T22:46:02.382Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51c844fb339406e8 -C extra-filename=-51c844fb339406e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1669 | 2023-12-08T22:46:02.594Z | Compiling crypto-common v0.1.6 |
| 1670 | 2023-12-08T22:46:02.597Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=457861be037dadda -C extra-filename=-457861be037dadda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-fa9cea36d31f4ee9.rmeta --cap-lints allow -D warnings` |
| 1671 | 2023-12-08T22:46:02.672Z | Compiling block-buffer v0.10.4 |
| 1672 | 2023-12-08T22:46:02.711Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cb664025e876bf64 -C extra-filename=-cb664025e876bf64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings` |
| 1673 | 2023-12-08T22:46:02.923Z | Compiling foreign-types-shared v0.1.1 |
| 1674 | 2023-12-08T22:46:02.943Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98a776ebe496b644 -C extra-filename=-98a776ebe496b644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1675 | 2023-12-08T22:46:03.068Z | Compiling digest v0.10.7 |
| 1676 | 2023-12-08T22:46:03.073Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=cfb2bbac779740b0 -C extra-filename=-cfb2bbac779740b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-cb664025e876bf64.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
| 1677 | 2023-12-08T22:46:03.101Z | Compiling cpufeatures v0.2.9 |
| 1678 | 2023-12-08T22:46:03.101Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=688e8dc1d1448767 -C extra-filename=-688e8dc1d1448767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1679 | 2023-12-08T22:46:03.255Z | Compiling tower-service v0.3.2 |
| 1680 | 2023-12-08T22:46:03.258Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=318184497ae75df2 -C extra-filename=-318184497ae75df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1681 | 2023-12-08T22:46:03.442Z | Compiling openssl v0.10.60 |
| 1682 | 2023-12-08T22:46:03.446Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a5a437a816e734eb -C extra-filename=-a5a437a816e734eb --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a5a437a816e734eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1683 | 2023-12-08T22:46:03.839Z | Compiling openssl-probe v0.1.5 |
| 1684 | 2023-12-08T22:46:03.843Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66d32c3547f15b53 -C extra-filename=-66d32c3547f15b53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1685 | 2023-12-08T22:46:04.164Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a5a437a816e734eb/build-script-build` |
| 1686 | 2023-12-08T22:46:04.209Z | Compiling foreign-types v0.3.2 |
| 1687 | 2023-12-08T22:46:04.213Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb280c5795426c7f -C extra-filename=-eb280c5795426c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-98a776ebe496b644.rmeta --cap-lints allow -D warnings` |
| 1688 | 2023-12-08T22:46:04.352Z | Compiling hashbrown v0.13.2 |
| 1689 | 2023-12-08T22:46:04.356Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=d1e51c6b8a6ecb88 -C extra-filename=-d1e51c6b8a6ecb88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
| 1690 | 2023-12-08T22:46:04.356Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=1124ea82a4942298 -C extra-filename=-1124ea82a4942298 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-e95f1e5403fe5d78.rmeta --cap-lints allow -D warnings` |
| 1691 | 2023-12-08T22:46:05.123Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=084832dceff4d290 -C extra-filename=-084832dceff4d290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1692 | 2023-12-08T22:46:05.983Z | Compiling tracing v0.1.37 |
| 1693 | 2023-12-08T22:46:05.987Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=2ebf49bd2a2f8886 -C extra-filename=-2ebf49bd2a2f8886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-66cea2a3af41ad65.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-1a7eed2a6377ebf1.rmeta --cap-lints allow -D warnings` |
| 1694 | 2023-12-08T22:46:06.045Z | Compiling openssl-macros v0.1.1 |
| 1695 | 2023-12-08T22:46:06.050Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aff19cdabe242b73 -C extra-filename=-aff19cdabe242b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1696 | 2023-12-08T22:46:06.300Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b97b694c637962a9 -C extra-filename=-b97b694c637962a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
| 1697 | 2023-12-08T22:46:06.790Z | Compiling rustls v0.21.9 |
| 1698 | 2023-12-08T22:46:06.794Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=4a4ac025b6c4148e -C extra-filename=-4a4ac025b6c4148e --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-4a4ac025b6c4148e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1699 | 2023-12-08T22:46:07.090Z | Compiling mime v0.3.17 |
| 1700 | 2023-12-08T22:46:07.094Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6cf1a4a13963194 -C extra-filename=-a6cf1a4a13963194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1701 | 2023-12-08T22:46:07.378Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-4a4ac025b6c4148e/build-script-build` |
| 1702 | 2023-12-08T22:46:07.383Z | Compiling sct v0.7.0 |
| 1703 | 2023-12-08T22:46:07.383Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fa48ffab340515f -C extra-filename=-6fa48ffab340515f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5a5df37b70e7cd10.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a24220ed5be04632.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out` |
| 1704 | 2023-12-08T22:46:07.574Z | Compiling rustls-webpki v0.101.7 |
| 1705 | 2023-12-08T22:46:07.578Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e76764ba7ae354b2 -C extra-filename=-e76764ba7ae354b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out` |
| 1706 | 2023-12-08T22:46:07.864Z | Compiling native-tls v0.2.11 |
| 1707 | 2023-12-08T22:46:07.867Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbb3784313065716 -C extra-filename=-dbb3784313065716 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-dbb3784313065716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1708 | 2023-12-08T22:46:08.111Z | Compiling ipnet v2.8.0 |
| 1709 | 2023-12-08T22:46:08.118Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=12ae00b3bd1f0594 -C extra-filename=-12ae00b3bd1f0594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1710 | 2023-12-08T22:46:08.490Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-dbb3784313065716/build-script-build` |
| 1711 | 2023-12-08T22:46:08.541Z | Compiling rustls-pemfile v1.0.3 |
| 1712 | 2023-12-08T22:46:08.555Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4874c9bffb6de6d -C extra-filename=-d4874c9bffb6de6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --cap-lints allow -D warnings` |
| 1713 | 2023-12-08T22:46:08.656Z | Compiling backtrace v0.3.69 |
| 1714 | 2023-12-08T22:46:08.670Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=adf632ad3be64156 -C extra-filename=-adf632ad3be64156 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-adf632ad3be64156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings` |
| 1715 | 2023-12-08T22:46:09.142Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=b4c439e5fbc8af3a -C extra-filename=-b4c439e5fbc8af3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-e76764ba7ae354b2.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-6fa48ffab340515f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out` |
| 1716 | 2023-12-08T22:46:09.491Z | Compiling crossbeam-utils v0.8.16 |
| 1717 | 2023-12-08T22:46:09.495Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c76935f39f50000a -C extra-filename=-c76935f39f50000a --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c76935f39f50000a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1718 | 2023-12-08T22:46:10.144Z | Compiling gimli v0.28.0 |
| 1719 | 2023-12-08T22:46:10.157Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=1ab9a11901dc3db4 -C extra-filename=-1ab9a11901dc3db4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1720 | 2023-12-08T22:46:10.180Z | Compiling unicode-xid v0.2.4 |
| 1721 | 2023-12-08T22:46:10.183Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8f50244e4f591a95 -C extra-filename=-8f50244e4f591a95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1722 | 2023-12-08T22:46:10.356Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c76935f39f50000a/build-script-build` |
| 1723 | 2023-12-08T22:46:10.427Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-adf632ad3be64156/build-script-build` |
| 1724 | 2023-12-08T22:46:10.437Z | Compiling object v0.32.1 |
| 1725 | 2023-12-08T22:46:10.440Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=c982e9cdd75f2239 -C extra-filename=-c982e9cdd75f2239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
| 1726 | 2023-12-08T22:46:10.463Z | Compiling encoding_rs v0.8.33 |
| 1727 | 2023-12-08T22:46:10.466Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=af2729f3af85d5f2 -C extra-filename=-af2729f3af85d5f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings` |
| 1728 | 2023-12-08T22:46:10.608Z | Compiling rustc-demangle v0.1.23 |
| 1729 | 2023-12-08T22:46:10.612Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e74e0db405f79ada -C extra-filename=-e74e0db405f79ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1730 | 2023-12-08T22:46:10.640Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.192/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=fc3da6c1712bbba6 -C extra-filename=-fc3da6c1712bbba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings` |
| 1731 | 2023-12-08T22:46:10.744Z | Compiling anyhow v1.0.75 |
| 1732 | 2023-12-08T22:46:10.744Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=10af975f37e62d27 -C extra-filename=-10af975f37e62d27 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-10af975f37e62d27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1733 | 2023-12-08T22:46:11.049Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ecd3b02fa9b0bdac -C extra-filename=-ecd3b02fa9b0bdac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings` |
| 1734 | 2023-12-08T22:46:12.136Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-10af975f37e62d27/build-script-build` |
| 1735 | 2023-12-08T22:46:12.140Z | Compiling rustls-native-certs v0.6.3 |
| 1736 | 2023-12-08T22:46:12.140Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c97518b15dbc26a -C extra-filename=-6c97518b15dbc26a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --cap-lints allow -D warnings` |
| 1737 | 2023-12-08T22:46:12.275Z | Compiling crc32fast v1.3.2 |
| 1738 | 2023-12-08T22:46:12.279Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f356901160b6596c -C extra-filename=-f356901160b6596c --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-f356901160b6596c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1739 | 2023-12-08T22:46:12.640Z | Compiling utf8parse v0.2.1 |
| 1740 | 2023-12-08T22:46:12.649Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4593178b619af749 -C extra-filename=-4593178b619af749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1741 | 2023-12-08T22:46:12.824Z | Compiling webpki-roots v0.25.2 |
| 1742 | 2023-12-08T22:46:12.860Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caf9de3e3e0ba9b0 -C extra-filename=-caf9de3e3e0ba9b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1743 | 2023-12-08T22:46:12.882Z | Compiling base64ct v1.6.0 |
| 1744 | 2023-12-08T22:46:12.900Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4d3202f783ee952f -C extra-filename=-4d3202f783ee952f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1745 | 2023-12-08T22:46:13.068Z | Compiling slog v2.7.0 |
| 1746 | 2023-12-08T22:46:13.487Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=d14f0a24e13b3b90 -C extra-filename=-d14f0a24e13b3b90 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-d14f0a24e13b3b90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1747 | 2023-12-08T22:46:13.494Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-f356901160b6596c/build-script-build` |
| 1748 | 2023-12-08T22:46:13.495Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2e6cb0fdfac0d5fc -C extra-filename=-2e6cb0fdfac0d5fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86` |
| 1749 | 2023-12-08T22:46:13.760Z | Compiling rustversion v1.0.14 |
| 1750 | 2023-12-08T22:46:13.766Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f1c6522f19fc259 -C extra-filename=-4f1c6522f19fc259 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-4f1c6522f19fc259 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1751 | 2023-12-08T22:46:13.894Z | Compiling io-lifetimes v1.0.11 |
| 1752 | 2023-12-08T22:46:13.894Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=b0f51f0961ace6fb -C extra-filename=-b0f51f0961ace6fb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b0f51f0961ace6fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1753 | 2023-12-08T22:46:13.945Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-d14f0a24e13b3b90/build-script-build` |
| 1754 | 2023-12-08T22:46:14.063Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=9c8f30a579f036e3 -C extra-filename=-9c8f30a579f036e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128` |
| 1755 | 2023-12-08T22:46:14.942Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-4f1c6522f19fc259/build-script-build` |
| 1756 | 2023-12-08T22:46:14.960Z | Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b0f51f0961ace6fb/build-script-build` |
| 1757 | 2023-12-08T22:46:15.002Z | Compiling num-integer v0.1.45 |
| 1758 | 2023-12-08T22:46:15.006Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=bfe21c224e826a64 -C extra-filename=-bfe21c224e826a64 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-bfe21c224e826a64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
| 1759 | 2023-12-08T22:46:15.305Z | Compiling rustix v0.37.23 |
| 1760 | 2023-12-08T22:46:15.316Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=116534d5d0bd8b2b -C extra-filename=-116534d5d0bd8b2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-116534d5d0bd8b2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1761 | 2023-12-08T22:46:15.405Z | Compiling time-core v0.1.1 |
| 1762 | 2023-12-08T22:46:15.408Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f0dd9071974c592 -C extra-filename=-3f0dd9071974c592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1763 | 2023-12-08T22:46:15.597Z | Compiling anstyle v1.0.2 |
| 1764 | 2023-12-08T22:46:15.601Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de2619156f222cb2 -C extra-filename=-de2619156f222cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1765 | 2023-12-08T22:46:15.669Z | Compiling time-macros v0.2.13 |
| 1766 | 2023-12-08T22:46:15.673Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=dbc03062bd046473 -C extra-filename=-dbc03062bd046473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3f0dd9071974c592.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1767 | 2023-12-08T22:46:16.312Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-bfe21c224e826a64/build-script-build` |
| 1768 | 2023-12-08T22:46:16.358Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=0a4e164824626899 -C extra-filename=-0a4e164824626899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std` |
| 1769 | 2023-12-08T22:46:16.558Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-116534d5d0bd8b2b/build-script-build` |
| 1770 | 2023-12-08T22:46:16.674Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1857facc6a275161 -C extra-filename=-1857facc6a275161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
| 1771 | 2023-12-08T22:46:16.679Z | Compiling pem-rfc7468 v0.7.0 |
| 1772 | 2023-12-08T22:46:16.679Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c37157d808c21f6c -C extra-filename=-c37157d808c21f6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4d3202f783ee952f.rmeta --cap-lints allow -D warnings` |
| 1773 | 2023-12-08T22:46:17.913Z | Compiling addr2line v0.21.0 |
| 1774 | 2023-12-08T22:46:17.916Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e4f6cacba3a2570 -C extra-filename=-0e4f6cacba3a2570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-1ab9a11901dc3db4.rmeta --cap-lints allow -D warnings` |
| 1775 | 2023-12-08T22:46:18.390Z | Compiling synstructure v0.12.6 |
| 1776 | 2023-12-08T22:46:18.400Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=25e594cfc85bcc46 -C extra-filename=-25e594cfc85bcc46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8f50244e4f591a95.rmeta --cap-lints allow -D warnings` |
| 1777 | 2023-12-08T22:46:18.522Z | Compiling futures-executor v0.3.29 |
| 1778 | 2023-12-08T22:46:18.525Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e8030b61cb9ca4f2 -C extra-filename=-e8030b61cb9ca4f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --cap-lints allow -D warnings` |
| 1779 | 2023-12-08T22:46:18.955Z | Compiling pest_meta v2.7.2 |
| 1780 | 2023-12-08T22:46:19.001Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7de4633e8dfb0911 -C extra-filename=-7de4633e8dfb0911 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --cap-lints allow -D warnings` |
| 1781 | 2023-12-08T22:46:19.325Z | Compiling der_derive v0.7.2 |
| 1782 | 2023-12-08T22:46:19.329Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=468e6a46749aa333 -C extra-filename=-468e6a46749aa333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1783 | 2023-12-08T22:46:19.424Z | Compiling flagset v0.4.3 |
| 1784 | 2023-12-08T22:46:19.427Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d65ca4e97fcddc6f -C extra-filename=-d65ca4e97fcddc6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1785 | 2023-12-08T22:46:19.737Z | Compiling deranged v0.3.8 |
| 1786 | 2023-12-08T22:46:19.740Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=598da518e72e5dfb -C extra-filename=-598da518e72e5dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1787 | 2023-12-08T22:46:20.758Z | Compiling bytes v1.5.0 |
| 1788 | 2023-12-08T22:46:20.762Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=cf72f843b9ce520b -C extra-filename=-cf72f843b9ce520b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 1789 | 2023-12-08T22:46:21.432Z | Compiling bitflags v2.4.0 |
| 1790 | 2023-12-08T22:46:21.435Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=95e0840708437b88 -C extra-filename=-95e0840708437b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 1791 | 2023-12-08T22:46:21.471Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=dd2977d951e95a2e -C extra-filename=-dd2977d951e95a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings --cfg limb_width_64` |
| 1792 | 2023-12-08T22:46:21.657Z | Compiling indexmap v2.1.0 |
| 1793 | 2023-12-08T22:46:21.661Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2e7a89619d1b841a -C extra-filename=-2e7a89619d1b841a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-94a74370476ed385.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6c8ddd4bb2d1b04a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 1794 | 2023-12-08T22:46:22.099Z | Compiling chrono v0.4.31 |
| 1795 | 2023-12-08T22:46:22.175Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=9ebc0d9ab6a565e5 -C extra-filename=-9ebc0d9ab6a565e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-85b44ad93d1da9c4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 1796 | 2023-12-08T22:46:22.755Z | Compiling tokio v1.34.0 |
| 1797 | 2023-12-08T22:46:22.790Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=92ca6d6243f4e95c -C extra-filename=-92ca6d6243f4e95c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-2f696aea8912d905.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-448540a737297354.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ef8aaf88987f1e15.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-26a74a4f951ce6d6.so --cap-lints allow -D warnings` |
| 1798 | 2023-12-08T22:46:22.889Z | Compiling uuid v1.6.1 |
| 1799 | 2023-12-08T22:46:22.926Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=3397c14cb16db240 -C extra-filename=-3397c14cb16db240 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 1800 | 2023-12-08T22:46:23.687Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=b07637ba55941490 -C extra-filename=-b07637ba55941490 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-6dc528fb33689de0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
| 1801 | 2023-12-08T22:46:23.956Z | Compiling http v0.2.11 |
| 1802 | 2023-12-08T22:46:23.959Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a198b56a5f9eb1ad -C extra-filename=-a198b56a5f9eb1ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --cap-lints allow -D warnings` |
| 1803 | 2023-12-08T22:46:24.459Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=54881a1782a3e1b0 -C extra-filename=-54881a1782a3e1b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 1804 | 2023-12-08T22:46:25.404Z | Compiling serde_spanned v0.6.4 |
| 1805 | 2023-12-08T22:46:25.421Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=fe3e9a6041e02309 -C extra-filename=-fe3e9a6041e02309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 1806 | 2023-12-08T22:46:25.907Z | Compiling toml_datetime v0.6.5 |
| 1807 | 2023-12-08T22:46:25.907Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=f7c2b7796e32d7a6 -C extra-filename=-f7c2b7796e32d7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 1808 | 2023-12-08T22:46:25.907Z | Compiling rustc_version v0.4.0 |
| 1809 | 2023-12-08T22:46:25.907Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a24886e505c93f47 -C extra-filename=-a24886e505c93f47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --cap-lints allow -D warnings` |
| 1810 | 2023-12-08T22:46:26.866Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=655abe61a0792043 -C extra-filename=-655abe61a0792043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-42470dea69332415.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic` |
| 1811 | 2023-12-08T22:46:26.867Z | Compiling http-body v0.4.5 |
| 1812 | 2023-12-08T22:46:26.867Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fcbfd8235f78087 -C extra-filename=-9fcbfd8235f78087 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --cap-lints allow -D warnings` |
| 1813 | 2023-12-08T22:46:27.080Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7b781b30fdd26f56 -C extra-filename=-7b781b30fdd26f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-aff19cdabe242b73.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300` |
| 1814 | 2023-12-08T22:46:27.182Z | Compiling toml_edit v0.19.15 |
| 1815 | 2023-12-08T22:46:27.189Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=32ad42ce06f6cab4 -C extra-filename=-32ad42ce06f6cab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b747da8a50a0933d.rmeta --cap-lints allow -D warnings` |
| 1816 | 2023-12-08T22:46:27.465Z | Compiling serde_urlencoded v0.7.1 |
| 1817 | 2023-12-08T22:46:27.470Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9bc61d3be642612c -C extra-filename=-9bc61d3be642612c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 1818 | 2023-12-08T22:46:28.136Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a9672aa5509b59d9 -C extra-filename=-a9672aa5509b59d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-0e4f6cacba3a2570.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-eae4032ca8079f20.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c982e9cdd75f2239.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e74e0db405f79ada.rmeta --cap-lints allow -D warnings` |
| 1819 | 2023-12-08T22:46:28.286Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1820 | 2023-12-08T22:46:28.292Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0-rc.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=8bdc91c0611425a8 -C extra-filename=-8bdc91c0611425a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings` |
| 1821 | 2023-12-08T22:46:28.556Z | Compiling hex v0.4.3 |
| 1822 | 2023-12-08T22:46:28.563Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6f7e7e787f938be2 -C extra-filename=-6f7e7e787f938be2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 1823 | 2023-12-08T22:46:28.711Z | Compiling num_threads v0.1.6 |
| 1824 | 2023-12-08T22:46:28.714Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c6d51928e99bf40 -C extra-filename=-4c6d51928e99bf40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1825 | 2023-12-08T22:46:28.889Z | Compiling time v0.3.27 |
| 1826 | 2023-12-08T22:46:28.895Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=9b800e302f11b330 -C extra-filename=-9b800e302f11b330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-598da518e72e5dfb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4c6d51928e99bf40.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3f0dd9071974c592.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-dbc03062bd046473.so --cap-lints allow -D warnings` |
| 1827 | 2023-12-08T22:46:29.507Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4df5b42792d76143 -C extra-filename=-4df5b42792d76143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-a9672aa5509b59d9.rmeta --cap-lints allow -D warnings` |
| 1828 | 2023-12-08T22:46:31.574Z | Compiling der v0.7.8 |
| 1829 | 2023-12-08T22:46:31.577Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=cceb8e0e028647cd -C extra-filename=-cceb8e0e028647cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-468e6a46749aa333.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-d65ca4e97fcddc6f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
| 1830 | 2023-12-08T22:46:32.388Z | Compiling zerocopy-derive v0.2.0 |
| 1831 | 2023-12-08T22:46:32.391Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=132b467ed93bdcda -C extra-filename=-132b467ed93bdcda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-25e594cfc85bcc46.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1832 | 2023-12-08T22:46:34.231Z | Compiling pest_generator v2.7.2 |
| 1833 | 2023-12-08T22:46:34.236Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7330582f9ec4e8c4 -C extra-filename=-7330582f9ec4e8c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-7de4633e8dfb0911.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
| 1834 | 2023-12-08T22:46:35.995Z | Compiling tokio-util v0.7.10 |
| 1835 | 2023-12-08T22:46:36.003Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="tracing"' -C metadata=6b79f39eacae970d -C extra-filename=-6b79f39eacae970d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings` |
| 1836 | 2023-12-08T22:46:36.646Z | Compiling tokio-rustls v0.24.1 |
| 1837 | 2023-12-08T22:46:36.650Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=663ca946b6778e0f -C extra-filename=-663ca946b6778e0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out` |
| 1838 | 2023-12-08T22:46:36.854Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=827de0a1033a10a6 -C extra-filename=-827de0a1033a10a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-6dc528fb33689de0.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-0a4e164824626899.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
| 1839 | 2023-12-08T22:46:37.294Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c436f77e7ccab0a -C extra-filename=-5c436f77e7ccab0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
| 1840 | 2023-12-08T22:46:37.664Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=78c4e619da17149f -C extra-filename=-78c4e619da17149f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_i128` |
| 1841 | 2023-12-08T22:46:37.873Z | Compiling h2 v0.3.21 |
| 1842 | 2023-12-08T22:46:38.286Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d832189d7b8f04a1 -C extra-filename=-d832189d7b8f04a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa80c618b8065deb.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-195b1228936a30c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings` |
| 1843 | 2023-12-08T22:46:38.299Z | Compiling tokio-native-tls v0.3.1 |
| 1844 | 2023-12-08T22:46:38.299Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=815f5e03638fb4bd -C extra-filename=-815f5e03638fb4bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-5c436f77e7ccab0a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
| 1845 | 2023-12-08T22:46:38.795Z | Compiling flate2 v1.0.28 |
| 1846 | 2023-12-08T22:46:38.795Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=9c343eab58a7ea84 -C extra-filename=-9c343eab58a7ea84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-eae4032ca8079f20.rmeta --cap-lints allow -D warnings` |
| 1847 | 2023-12-08T22:46:38.795Z | Compiling anstyle-parse v0.2.1 |
| 1848 | 2023-12-08T22:46:38.795Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=bbb859da10bbbc65 -C extra-filename=-bbb859da10bbbc65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --cap-lints allow -D warnings` |
| 1849 | 2023-12-08T22:46:38.959Z | Compiling itertools v0.10.5 |
| 1850 | 2023-12-08T22:46:38.962Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=5d2789e50494f686 -C extra-filename=-5d2789e50494f686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --cap-lints allow -D warnings` |
| 1851 | 2023-12-08T22:46:39.088Z | Compiling siphasher v0.3.11 |
| 1852 | 2023-12-08T22:46:39.092Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cc130dcd8b93b422 -C extra-filename=-cc130dcd8b93b422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1853 | 2023-12-08T22:46:39.213Z | Compiling colorchoice v1.0.0 |
| 1854 | 2023-12-08T22:46:39.217Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3d013d7fa334b4b -C extra-filename=-f3d013d7fa334b4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1855 | 2023-12-08T22:46:39.454Z | Compiling unicode-segmentation v1.10.1 |
| 1856 | 2023-12-08T22:46:39.458Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7b83919c0401bc3 -C extra-filename=-a7b83919c0401bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1857 | 2023-12-08T22:46:39.751Z | Compiling anstyle-query v1.0.0 |
| 1858 | 2023-12-08T22:46:39.754Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90a2a36a46bba70f -C extra-filename=-90a2a36a46bba70f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1859 | 2023-12-08T22:46:39.938Z | Compiling anstream v0.5.0 |
| 1860 | 2023-12-08T22:46:39.943Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=0ddec8b0a8dad00f -C extra-filename=-0ddec8b0a8dad00f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-bbb859da10bbbc65.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-90a2a36a46bba70f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f3d013d7fa334b4b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --cap-lints allow -D warnings` |
| 1861 | 2023-12-08T22:46:40.101Z | Compiling terminal_size v0.2.6 |
| 1862 | 2023-12-08T22:46:40.108Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0596fa69a918767 -C extra-filename=-f0596fa69a918767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-827de0a1033a10a6.rmeta --cap-lints allow -D warnings` |
| 1863 | 2023-12-08T22:46:40.375Z | Compiling pest_derive v2.7.2 |
| 1864 | 2023-12-08T22:46:40.381Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=32be6c14c5b6c9cd -C extra-filename=-32be6c14c5b6c9cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-7330582f9ec4e8c4.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1865 | 2023-12-08T22:46:40.415Z | Compiling zerocopy v0.3.0 |
| 1866 | 2023-12-08T22:46:40.417Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29aa7ee8fe9290cd -C extra-filename=-29aa7ee8fe9290cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-132b467ed93bdcda.so --cap-lints allow -D warnings` |
| 1867 | 2023-12-08T22:46:40.888Z | Compiling spki v0.7.2 |
| 1868 | 2023-12-08T22:46:40.892Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=050b5b1ec547420c -C extra-filename=-050b5b1ec547420c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --cap-lints allow -D warnings` |
| 1869 | 2023-12-08T22:46:41.517Z | Compiling heapless v0.7.16 |
| 1870 | 2023-12-08T22:46:41.527Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=db4f4dd10436268c -C extra-filename=-db4f4dd10436268c --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-db4f4dd10436268c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a24886e505c93f47.rlib --cap-lints allow -D warnings` |
| 1871 | 2023-12-08T22:46:41.527Z | Compiling futures v0.3.29 |
| 1872 | 2023-12-08T22:46:41.528Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=60db96e8e3fbb005 -C extra-filename=-60db96e8e3fbb005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8030b61cb9ca4f2.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --cap-lints allow -D warnings` |
| 1873 | 2023-12-08T22:46:41.618Z | Compiling memoffset v0.9.0 |
| 1874 | 2023-12-08T22:46:41.621Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=373fa88f2059b22f -C extra-filename=-373fa88f2059b22f --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-373fa88f2059b22f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
| 1875 | 2023-12-08T22:46:41.708Z | Compiling usdt-impl v0.3.5 |
| 1876 | 2023-12-08T22:46:41.711Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=f72c6ed2b1b05ce6 -C extra-filename=-f72c6ed2b1b05ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-f72c6ed2b1b05ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 1877 | 2023-12-08T22:46:41.740Z | Compiling clap_lex v0.5.1 |
| 1878 | 2023-12-08T22:46:41.743Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5077f1311841a9d7 -C extra-filename=-5077f1311841a9d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1879 | 2023-12-08T22:46:41.903Z | Compiling bit-vec v0.6.3 |
| 1880 | 2023-12-08T22:46:41.906Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=be2b16d8eb900e10 -C extra-filename=-be2b16d8eb900e10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1881 | 2023-12-08T22:46:41.994Z | Compiling dtrace-parser v0.1.14 |
| 1882 | 2023-12-08T22:46:42.004Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78c12a6c90b8bd87 -C extra-filename=-78c12a6c90b8bd87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-32be6c14c5b6c9cd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
| 1883 | 2023-12-08T22:46:42.200Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-373fa88f2059b22f/build-script-build` |
| 1884 | 2023-12-08T22:46:42.338Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-f72c6ed2b1b05ce6/build-script-build` |
| 1885 | 2023-12-08T22:46:42.391Z | Compiling clap_builder v4.4.2 |
| 1886 | 2023-12-08T22:46:42.425Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=8e6cb03a3615cb75 -C extra-filename=-8e6cb03a3615cb75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-0ddec8b0a8dad00f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-5077f1311841a9d7.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f0596fa69a918767.rmeta --cap-lints allow -D warnings` |
| 1887 | 2023-12-08T22:46:42.514Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-db4f4dd10436268c/build-script-build` |
| 1888 | 2023-12-08T22:46:42.547Z | Compiling dof v0.1.5 |
| 1889 | 2023-12-08T22:46:42.550Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b1cdfcb1750576b -C extra-filename=-6b1cdfcb1750576b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-29aa7ee8fe9290cd.rmeta --cap-lints allow -D warnings` |
| 1890 | 2023-12-08T22:46:42.614Z | Compiling toml v0.7.8 |
| 1891 | 2023-12-08T22:46:42.617Z | Compiling toml_edit v0.21.0 |
| 1892 | 2023-12-08T22:46:42.645Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=06af5535c6198b55 -C extra-filename=-06af5535c6198b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rmeta --cap-lints allow -D warnings` |
| 1893 | 2023-12-08T22:46:42.648Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=e0682a68817d4d48 -C extra-filename=-e0682a68817d4d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b747da8a50a0933d.rmeta --cap-lints allow -D warnings` |
| 1894 | 2023-12-08T22:46:43.589Z | Compiling clap_derive v4.4.2 |
| 1895 | 2023-12-08T22:46:43.595Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=09f6461d2b951fca -C extra-filename=-09f6461d2b951fca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1896 | 2023-12-08T22:46:44.120Z | Compiling hash32 v0.2.1 |
| 1897 | 2023-12-08T22:46:44.123Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf9d20fada302159 -C extra-filename=-cf9d20fada302159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --cap-lints allow -D warnings` |
| 1898 | 2023-12-08T22:46:44.694Z | Compiling thread-id v4.2.0 |
| 1899 | 2023-12-08T22:46:44.697Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a44f4ab348dc9b12 -C extra-filename=-a44f4ab348dc9b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 1900 | 2023-12-08T22:46:44.865Z | Compiling crossbeam-epoch v0.9.15 |
| 1901 | 2023-12-08T22:46:44.869Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=65a45cdd2078d237 -C extra-filename=-65a45cdd2078d237 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-65a45cdd2078d237 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
| 1902 | 2023-12-08T22:46:45.354Z | Compiling data-encoding v2.4.0 |
| 1903 | 2023-12-08T22:46:45.360Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6b18b93accc321e4 -C extra-filename=-6b18b93accc321e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1904 | 2023-12-08T22:46:45.453Z | Compiling stable_deref_trait v1.2.0 |
| 1905 | 2023-12-08T22:46:45.467Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b9016c9969df329 -C extra-filename=-9b9016c9969df329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1906 | 2023-12-08T22:46:45.599Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=a61490c645a348db -C extra-filename=-a61490c645a348db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-cf9d20fada302159.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9b9016c9969df329.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics` |
| 1907 | 2023-12-08T22:46:45.707Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-65a45cdd2078d237/build-script-build` |
| 1908 | 2023-12-08T22:46:45.970Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=60811e256bc42a3c -C extra-filename=-60811e256bc42a3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-6b1cdfcb1750576b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-78c12a6c90b8bd87.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a44f4ab348dc9b12.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard` |
| 1909 | 2023-12-08T22:46:47.651Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1ffa478a3c8874cc -C extra-filename=-1ffa478a3c8874cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const` |
| 1910 | 2023-12-08T22:46:47.712Z | Compiling pkcs8 v0.10.2 |
| 1911 | 2023-12-08T22:46:47.715Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=83176ad9c8455734 -C extra-filename=-83176ad9c8455734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings` |
| 1912 | 2023-12-08T22:46:47.755Z | Compiling serde_tokenstream v0.1.7 |
| 1913 | 2023-12-08T22:46:47.758Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fd957c89515b950 -C extra-filename=-2fd957c89515b950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings` |
| 1914 | 2023-12-08T22:46:48.548Z | Compiling strum_macros v0.25.2 |
| 1915 | 2023-12-08T22:46:48.552Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51af52420240f790 -C extra-filename=-51af52420240f790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-1857facc6a275161.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1916 | 2023-12-08T22:46:48.658Z | Compiling zerocopy-derive v0.6.4 |
| 1917 | 2023-12-08T22:46:48.665Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6980bf4148d297e -C extra-filename=-e6980bf4148d297e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1918 | 2023-12-08T22:46:48.948Z | Compiling hyper v0.14.27 |
| 1919 | 2023-12-08T22:46:48.954Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=e3deaa7c8903027a -C extra-filename=-e3deaa7c8903027a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-d832189d7b8f04a1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9fcbfd8235f78087.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4af9db241e249833.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-318184497ae75df2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-071a5e6e1eac6ac9.rmeta --cap-lints allow -D warnings` |
| 1920 | 2023-12-08T22:46:49.343Z | Compiling num-iter v0.1.43 |
| 1921 | 2023-12-08T22:46:49.351Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=13e61c00b13f3451 -C extra-filename=-13e61c00b13f3451 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-13e61c00b13f3451 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
| 1922 | 2023-12-08T22:46:49.915Z | Compiling managed v0.8.0 |
| 1923 | 2023-12-08T22:46:49.922Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=c4f0e08992bb4f35 -C extra-filename=-c4f0e08992bb4f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1924 | 2023-12-08T22:46:50.695Z | Compiling signal-hook v0.3.17 |
| 1925 | 2023-12-08T22:46:50.740Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=cd0a85eeecb50ba2 -C extra-filename=-cd0a85eeecb50ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-cd0a85eeecb50ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1926 | 2023-12-08T22:46:51.243Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-cd0a85eeecb50ba2/build-script-build` |
| 1927 | 2023-12-08T22:46:51.289Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-13e61c00b13f3451/build-script-build` |
| 1928 | 2023-12-08T22:46:51.488Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d9f0b9c67027185 -C extra-filename=-2d9f0b9c67027185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1ffa478a3c8874cc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9ff0b066c30ae916.rmeta --cap-lints allow -D warnings` |
| 1929 | 2023-12-08T22:46:52.583Z | Compiling clap v4.4.3 |
| 1930 | 2023-12-08T22:46:52.587Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=bef443fbbfa73a43 -C extra-filename=-bef443fbbfa73a43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8e6cb03a3615cb75.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-09f6461d2b951fca.so --cap-lints allow -D warnings` |
| 1931 | 2023-12-08T22:46:52.656Z | Compiling zerocopy v0.6.4 |
| 1932 | 2023-12-08T22:46:52.661Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c3bf34b18ecf8b70 -C extra-filename=-c3bf34b18ecf8b70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-e6980bf4148d297e.so --cap-lints allow -D warnings` |
| 1933 | 2023-12-08T22:46:52.750Z | Compiling bit-set v0.5.3 |
| 1934 | 2023-12-08T22:46:52.753Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c87ee7a4a219efa1 -C extra-filename=-c87ee7a4a219efa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --cap-lints allow -D warnings` |
| 1935 | 2023-12-08T22:46:52.836Z | Compiling phf_shared v0.10.0 |
| 1936 | 2023-12-08T22:46:52.843Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a184df2ed88559cb -C extra-filename=-a184df2ed88559cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cc130dcd8b93b422.rmeta --cap-lints allow -D warnings` |
| 1937 | 2023-12-08T22:46:53.200Z | Compiling ipnetwork v0.20.0 |
| 1938 | 2023-12-08T22:46:53.234Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=847fb59b18b2aee3 -C extra-filename=-847fb59b18b2aee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 1939 | 2023-12-08T22:46:53.472Z | Compiling sha2 v0.10.8 |
| 1940 | 2023-12-08T22:46:53.502Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=3efb67152f9bb7fd -C extra-filename=-3efb67152f9bb7fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings` |
| 1941 | 2023-12-08T22:46:54.041Z | Compiling precomputed-hash v0.1.1 |
| 1942 | 2023-12-08T22:46:54.082Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2664089f1d17b1fd -C extra-filename=-2664089f1d17b1fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1943 | 2023-12-08T22:46:54.212Z | Compiling fixedbitset v0.4.2 |
| 1944 | 2023-12-08T22:46:54.216Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1eca94f2b80e5845 -C extra-filename=-1eca94f2b80e5845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1945 | 2023-12-08T22:46:54.662Z | Compiling new_debug_unreachable v1.0.4 |
| 1946 | 2023-12-08T22:46:54.665Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0def1793713052ad -C extra-filename=-0def1793713052ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1947 | 2023-12-08T22:46:54.802Z | Compiling string_cache v0.8.7 |
| 1948 | 2023-12-08T22:46:54.806Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=8bc59e18845579c2 -C extra-filename=-8bc59e18845579c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-0def1793713052ad.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a184df2ed88559cb.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-2664089f1d17b1fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 1949 | 2023-12-08T22:46:54.951Z | Compiling petgraph v0.6.4 |
| 1950 | 2023-12-08T22:46:54.955Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=cb3b038c24d25106 -C extra-filename=-cb3b038c24d25106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-1eca94f2b80e5845.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings` |
| 1951 | 2023-12-08T22:46:55.357Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=90ee7d264145cac8 -C extra-filename=-90ee7d264145cac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28` |
| 1952 | 2023-12-08T22:46:55.531Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=f2eb63f7b73ee948 -C extra-filename=-f2eb63f7b73ee948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-448540a737297354.rmeta --cap-lints allow -D warnings` |
| 1953 | 2023-12-08T22:46:55.622Z | Compiling usdt-attr-macro v0.3.5 |
| 1954 | 2023-12-08T22:46:55.623Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=828fb65c0f54e100 -C extra-filename=-828fb65c0f54e100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-78c12a6c90b8bd87.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2fd957c89515b950.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-60811e256bc42a3c.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1955 | 2023-12-08T22:46:55.788Z | Compiling usdt-macro v0.3.5 |
| 1956 | 2023-12-08T22:46:55.792Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=64efb81dc09e67ef -C extra-filename=-64efb81dc09e67ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-78c12a6c90b8bd87.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2fd957c89515b950.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-60811e256bc42a3c.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1957 | 2023-12-08T22:46:56.123Z | Compiling hmac v0.12.1 |
| 1958 | 2023-12-08T22:46:56.126Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' -C metadata=348309a5a3883e14 -C extra-filename=-348309a5a3883e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings` |
| 1959 | 2023-12-08T22:46:56.493Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1960 | 2023-12-08T22:46:56.496Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=855b098f48ac0d1d -C extra-filename=-855b098f48ac0d1d --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-855b098f48ac0d1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings` |
| 1961 | 2023-12-08T22:46:57.225Z | Compiling doc-comment v0.3.3 |
| 1962 | 2023-12-08T22:46:57.253Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec51527b80ba850c -C extra-filename=-ec51527b80ba850c --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ec51527b80ba850c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1963 | 2023-12-08T22:46:57.375Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-855b098f48ac0d1d/build-script-build` |
| 1964 | 2023-12-08T22:46:58.218Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ec51527b80ba850c/build-script-build` |
| 1965 | 2023-12-08T22:46:58.338Z | Compiling pin-project-internal v1.1.3 |
| 1966 | 2023-12-08T22:46:58.387Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3196e1157de3c3f1 -C extra-filename=-3196e1157de3c3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1967 | 2023-12-08T22:46:58.401Z | Compiling usdt v0.3.5 |
| 1968 | 2023-12-08T22:46:58.405Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=af3f9b2d6b50389f -C extra-filename=-af3f9b2d6b50389f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-78c12a6c90b8bd87.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-828fb65c0f54e100.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-60811e256bc42a3c.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-64efb81dc09e67ef.so --cap-lints allow -D warnings` |
| 1969 | 2023-12-08T22:46:58.443Z | Compiling regex-automata v0.1.10 |
| 1970 | 2023-12-08T22:46:58.447Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3cc09e81d5f271c0 -C extra-filename=-3cc09e81d5f271c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1971 | 2023-12-08T22:46:58.471Z | Compiling matches v0.1.10 |
| 1972 | 2023-12-08T22:46:58.492Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94d6c321c924df6e -C extra-filename=-94d6c321c924df6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1973 | 2023-12-08T22:46:58.496Z | Compiling predicates-core v1.0.6 |
| 1974 | 2023-12-08T22:46:58.498Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a707c93b27fc17a9 -C extra-filename=-a707c93b27fc17a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1975 | 2023-12-08T22:46:58.602Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1976 | 2023-12-08T22:46:58.638Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1ef013ccae74676 -C extra-filename=-c1ef013ccae74676 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-c1ef013ccae74676 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1977 | 2023-12-08T22:46:58.821Z | Compiling lalrpop-util v0.19.12 |
| 1978 | 2023-12-08T22:46:58.868Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a2c79a7f288a2d69 -C extra-filename=-a2c79a7f288a2d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1979 | 2023-12-08T22:46:59.060Z | Compiling idna v0.2.3 |
| 1980 | 2023-12-08T22:46:59.065Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d80edfaf957fba38 -C extra-filename=-d80edfaf957fba38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-94d6c321c924df6e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings` |
| 1981 | 2023-12-08T22:46:59.195Z | Compiling bstr v0.2.17 |
| 1982 | 2023-12-08T22:46:59.199Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=49019ba25fed05fd -C extra-filename=-49019ba25fed05fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3cc09e81d5f271c0.rmeta --cap-lints allow -D warnings` |
| 1983 | 2023-12-08T22:46:59.363Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db9e60a6dcb62e11 -C extra-filename=-db9e60a6dcb62e11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -l static=bz2` |
| 1984 | 2023-12-08T22:46:59.573Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80c9eeeb148ee19b -C extra-filename=-80c9eeeb148ee19b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 1985 | 2023-12-08T22:46:59.710Z | Compiling signal-hook-mio v0.2.3 |
| 1986 | 2023-12-08T22:46:59.714Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=806687a411aee27d -C extra-filename=-806687a411aee27d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --cap-lints allow -D warnings` |
| 1987 | 2023-12-08T22:46:59.742Z | Compiling block-padding v0.3.3 |
| 1988 | 2023-12-08T22:46:59.746Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=e589ae0d682b7d69 -C extra-filename=-e589ae0d682b7d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings` |
| 1989 | 2023-12-08T22:46:59.941Z | Compiling enum-as-inner v0.5.1 |
| 1990 | 2023-12-08T22:46:59.944Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c877e58e27839d73 -C extra-filename=-c877e58e27839d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 1991 | 2023-12-08T22:46:59.944Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-c1ef013ccae74676/build-script-build` |
| 1992 | 2023-12-08T22:47:00.119Z | Compiling itertools v0.11.0 |
| 1993 | 2023-12-08T22:47:00.123Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=b7536b5015ff5583 -C extra-filename=-b7536b5015ff5583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --cap-lints allow -D warnings` |
| 1994 | 2023-12-08T22:47:00.273Z | Compiling hyper-rustls v0.24.2 |
| 1995 | 2023-12-08T22:47:00.277Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=54e9bc6bd43b73e1 -C extra-filename=-54e9bc6bd43b73e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6c97518b15dbc26a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-663ca946b6778e0f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out` |
| 1996 | 2023-12-08T22:47:01.230Z | Compiling hyper-tls v0.5.0 |
| 1997 | 2023-12-08T22:47:01.238Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b615e88254976f8d -C extra-filename=-b615e88254976f8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-5c436f77e7ccab0a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-815f5e03638fb4bd.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
| 1998 | 2023-12-08T22:47:01.552Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1999 | 2023-12-08T22:47:01.562Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d144b3fa8e7da5b9 -C extra-filename=-d144b3fa8e7da5b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
| 2000 | 2023-12-08T22:47:01.734Z | Compiling reqwest v0.11.22 |
| 2001 | 2023-12-08T22:47:01.738Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=4206037c2c1861f0 -C extra-filename=-4206037c2c1861f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-af2729f3af85d5f2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-d832189d7b8f04a1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-9fcbfd8235f78087.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-54e9bc6bd43b73e1.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-b615e88254976f8d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-12ae00b3bd1f0594.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-5c436f77e7ccab0a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-815f5e03638fb4bd.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-663ca946b6778e0f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-318184497ae75df2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-caf9de3e3e0ba9b0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 2002 | 2023-12-08T22:47:01.771Z | Compiling float-cmp v0.9.0 |
| 2003 | 2023-12-08T22:47:01.774Z | Compiling scheduled-thread-pool v0.2.7 |
| 2004 | 2023-12-08T22:47:01.774Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=69d4a8c3409fe82d -C extra-filename=-69d4a8c3409fe82d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings` |
| 2005 | 2023-12-08T22:47:01.775Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6d89e63f21e1dcd -C extra-filename=-c6d89e63f21e1dcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --cap-lints allow -D warnings` |
| 2006 | 2023-12-08T22:47:01.863Z | Compiling num-bigint v0.4.4 |
| 2007 | 2023-12-08T22:47:01.867Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=15332bf2239b142c -C extra-filename=-15332bf2239b142c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-15332bf2239b142c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
| 2008 | 2023-12-08T22:47:02.133Z | Compiling normalize-line-endings v0.3.0 |
| 2009 | 2023-12-08T22:47:02.137Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c4947c0768711ac -C extra-filename=-3c4947c0768711ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2010 | 2023-12-08T22:47:02.188Z | Compiling smoltcp v0.9.1 |
| 2011 | 2023-12-08T22:47:02.201Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=4936fa914ae02a62 -C extra-filename=-4936fa914ae02a62 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-4936fa914ae02a62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2012 | 2023-12-08T22:47:02.313Z | Compiling regex-automata v0.3.8 |
| 2013 | 2023-12-08T22:47:02.320Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=83cd0a0ebc06daa3 -C extra-filename=-83cd0a0ebc06daa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2014 | 2023-12-08T22:47:02.735Z | Compiling difflib v0.4.0 |
| 2015 | 2023-12-08T22:47:02.739Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1eed2584789273b3 -C extra-filename=-1eed2584789273b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2016 | 2023-12-08T22:47:03.308Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-15332bf2239b142c/build-script-build` |
| 2017 | 2023-12-08T22:47:03.442Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-4936fa914ae02a62/build-script-build` |
| 2018 | 2023-12-08T22:47:03.491Z | Compiling diesel_derives v2.1.2 |
| 2019 | 2023-12-08T22:47:03.494Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=da4946441935c62d -C extra-filename=-da4946441935c62d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-d144b3fa8e7da5b9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2020 | 2023-12-08T22:47:03.862Z | Compiling r2d2 v0.8.10 |
| 2021 | 2023-12-08T22:47:03.911Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d293ec619e7fc50 -C extra-filename=-1d293ec619e7fc50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-c6d89e63f21e1dcd.rmeta --cap-lints allow -D warnings` |
| 2022 | 2023-12-08T22:47:03.920Z | Compiling pin-project v1.1.3 |
| 2023 | 2023-12-08T22:47:03.921Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3b9e2874c7400c7 -C extra-filename=-b3b9e2874c7400c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-3196e1157de3c3f1.so --cap-lints allow -D warnings` |
| 2024 | 2023-12-08T22:47:04.101Z | Compiling trust-dns-proto v0.22.0 |
| 2025 | 2023-12-08T22:47:04.104Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=fe29747c59c32889 -C extra-filename=-fe29747c59c32889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c877e58e27839d73.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d80edfaf957fba38.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-12ae00b3bd1f0594.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --cap-lints allow -D warnings` |
| 2026 | 2023-12-08T22:47:04.461Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f4ec8f2135bf59e -C extra-filename=-7f4ec8f2135bf59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq` |
| 2027 | 2023-12-08T22:47:04.895Z | Compiling inout v0.1.3 |
| 2028 | 2023-12-08T22:47:04.900Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=8190e8f00691da95 -C extra-filename=-8190e8f00691da95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-e589ae0d682b7d69.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings` |
| 2029 | 2023-12-08T22:47:05.005Z | Compiling crossterm v0.27.0 |
| 2030 | 2023-12-08T22:47:05.012Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=a6f7ca36058256e5 -C extra-filename=-a6f7ca36058256e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-806687a411aee27d.rmeta --cap-lints allow -D warnings` |
| 2031 | 2023-12-08T22:47:05.315Z | Compiling bstr v1.6.0 |
| 2032 | 2023-12-08T22:47:05.318Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=f119340823f1aa08 -C extra-filename=-f119340823f1aa08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83cd0a0ebc06daa3.rmeta --cap-lints allow -D warnings` |
| 2033 | 2023-12-08T22:47:05.411Z | Compiling bzip2 v0.4.4 |
| 2034 | 2023-12-08T22:47:05.414Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60f78854abbde1df -C extra-filename=-60f78854abbde1df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-db9e60a6dcb62e11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2035 | 2023-12-08T22:47:05.681Z | Compiling md-5 v0.10.5 |
| 2036 | 2023-12-08T22:47:05.684Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=344835e48cb462fb -C extra-filename=-344835e48cb462fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings` |
| 2037 | 2023-12-08T22:47:06.090Z | Compiling hubpack_derive v0.1.1 |
| 2038 | 2023-12-08T22:47:06.090Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a471ede8111718f -C extra-filename=-4a471ede8111718f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2039 | 2023-12-08T22:47:06.121Z | Compiling snafu-derive v0.7.5 |
| 2040 | 2023-12-08T22:47:06.124Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=a408964f14bfbe36 -C extra-filename=-a408964f14bfbe36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2041 | 2023-12-08T22:47:06.396Z | Compiling console v0.15.7 |
| 2042 | 2023-12-08T22:47:06.400Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=9be0e24052f4a227 -C extra-filename=-9be0e24052f4a227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
| 2043 | 2023-12-08T22:47:07.825Z | Compiling stringprep v0.1.3 |
| 2044 | 2023-12-08T22:47:07.866Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77fd75175a07d3af -C extra-filename=-77fd75175a07d3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings` |
| 2045 | 2023-12-08T22:47:07.924Z | Compiling ff v0.13.0 |
| 2046 | 2023-12-08T22:47:07.927Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=f75dc52179c27e45 -C extra-filename=-f75dc52179c27e45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
| 2047 | 2023-12-08T22:47:08.276Z | Compiling static_assertions v1.1.0 |
| 2048 | 2023-12-08T22:47:08.279Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8396087cdeea73a3 -C extra-filename=-8396087cdeea73a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2049 | 2023-12-08T22:47:08.431Z | Compiling base16ct v0.2.0 |
| 2050 | 2023-12-08T22:47:08.435Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=55296223c8905605 -C extra-filename=-55296223c8905605 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2051 | 2023-12-08T22:47:08.825Z | Compiling fallible-iterator v0.2.0 |
| 2052 | 2023-12-08T22:47:08.837Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e4ac42d45e35c03c -C extra-filename=-e4ac42d45e35c03c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2053 | 2023-12-08T22:47:08.942Z | Compiling sec1 v0.7.3 |
| 2054 | 2023-12-08T22:47:08.947Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=c817e0434b5477f6 -C extra-filename=-c817e0434b5477f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
| 2055 | 2023-12-08T22:47:09.457Z | Compiling group v0.13.0 |
| 2056 | 2023-12-08T22:47:09.460Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=f053f90409c80810 -C extra-filename=-f053f90409c80810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f75dc52179c27e45.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
| 2057 | 2023-12-08T22:47:09.848Z | Compiling hubpack v0.1.2 |
| 2058 | 2023-12-08T22:47:09.853Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5edf382b896fc95 -C extra-filename=-b5edf382b896fc95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-4a471ede8111718f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2059 | 2023-12-08T22:47:09.926Z | Compiling postgres-protocol v0.6.6 |
| 2060 | 2023-12-08T22:47:09.954Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2a895b48de99c022 -C extra-filename=-2a895b48de99c022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-348309a5a3883e14.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-344835e48cb462fb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-77fd75175a07d3af.rmeta --cap-lints allow -D warnings` |
| 2061 | 2023-12-08T22:47:09.997Z | Compiling zip v0.6.6 |
| 2062 | 2023-12-08T22:47:10.000Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=1e6182992effe9a1 -C extra-filename=-1e6182992effe9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-60f78854abbde1df.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2063 | 2023-12-08T22:47:10.587Z | Compiling cipher v0.4.4 |
| 2064 | 2023-12-08T22:47:10.594Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=72a2abb2cf0395e1 -C extra-filename=-72a2abb2cf0395e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
| 2065 | 2023-12-08T22:47:11.865Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=aa335b19d16a7164 -C extra-filename=-aa335b19d16a7164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry` |
| 2066 | 2023-12-08T22:47:11.865Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=ef5680972a20b76f -C extra-filename=-ef5680972a20b76f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-a61490c645a348db.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --cap-lints allow -D warnings` |
| 2067 | 2023-12-08T22:47:12.131Z | Compiling similar v2.2.1 |
| 2068 | 2023-12-08T22:47:12.134Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=2b119b775ec4cb49 -C extra-filename=-2b119b775ec4cb49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings` |
| 2069 | 2023-12-08T22:47:12.313Z | Compiling hkdf v0.12.3 |
| 2070 | 2023-12-08T22:47:12.340Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b69c4557237afc47 -C extra-filename=-b69c4557237afc47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-348309a5a3883e14.rmeta --cap-lints allow -D warnings` |
| 2071 | 2023-12-08T22:47:12.716Z | Compiling phf_shared v0.11.2 |
| 2072 | 2023-12-08T22:47:12.719Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f861812bc0bc68b5 -C extra-filename=-f861812bc0bc68b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-cc130dcd8b93b422.rmeta --cap-lints allow -D warnings` |
| 2073 | 2023-12-08T22:47:13.332Z | Compiling crypto-bigint v0.5.2 |
| 2074 | 2023-12-08T22:47:13.337Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=ae906e8fb6cb3e96 -C extra-filename=-ae906e8fb6cb3e96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
| 2075 | 2023-12-08T22:47:15.138Z | Compiling serde_repr v0.1.16 |
| 2076 | 2023-12-08T22:47:15.141Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53b79ef2209a3e5a -C extra-filename=-53b79ef2209a3e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2077 | 2023-12-08T22:47:16.226Z | Compiling snafu v0.7.5 |
| 2078 | 2023-12-08T22:47:16.230Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=f45fb991151db88a -C extra-filename=-f45fb991151db88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-80c9eeeb148ee19b.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b3b9e2874c7400c7.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-a408964f14bfbe36.so --cap-lints allow -D warnings` |
| 2079 | 2023-12-08T22:47:16.330Z | Compiling yasna v0.5.2 |
| 2080 | 2023-12-08T22:47:16.339Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=a4b6622587f02829 -C extra-filename=-a4b6622587f02829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-aa335b19d16a7164.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings` |
| 2081 | 2023-12-08T22:47:17.342Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2082 | 2023-12-08T22:47:17.345Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=35e5e75d00a35726 -C extra-filename=-35e5e75d00a35726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-b5edf382b896fc95.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-53b79ef2209a3e5a.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ef5680972a20b76f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
| 2083 | 2023-12-08T22:47:17.600Z | Compiling elliptic-curve v0.13.8 |
| 2084 | 2023-12-08T22:47:17.603Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=985beb8d4c96de66 -C extra-filename=-985beb8d4c96de66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-ae906e8fb6cb3e96.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f75dc52179c27e45.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f053f90409c80810.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-c817e0434b5477f6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
| 2085 | 2023-12-08T22:47:18.342Z | Compiling phf v0.11.2 |
| 2086 | 2023-12-08T22:47:18.382Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=47b8476697169a82 -C extra-filename=-47b8476697169a82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-f861812bc0bc68b5.rmeta --cap-lints allow -D warnings` |
| 2087 | 2023-12-08T22:47:18.802Z | Compiling postgres-types v0.2.6 |
| 2088 | 2023-12-08T22:47:18.808Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=23222090219ed3f9 -C extra-filename=-23222090219ed3f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2a895b48de99c022.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings` |
| 2089 | 2023-12-08T22:47:18.912Z | Compiling predicates v3.0.4 |
| 2090 | 2023-12-08T22:47:18.917Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=765e2540c35635c8 -C extra-filename=-765e2540c35635c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-1eed2584789273b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-69d4a8c3409fe82d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b7536b5015ff5583.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3c4947c0768711ac.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
| 2091 | 2023-12-08T22:47:19.162Z | Compiling whoami v1.4.1 |
| 2092 | 2023-12-08T22:47:19.169Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=f211d5d0f0e3e245 -C extra-filename=-f211d5d0f0e3e245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2093 | 2023-12-08T22:47:19.629Z | Compiling tokio-stream v0.1.14 |
| 2094 | 2023-12-08T22:47:19.673Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=6d791c70a9e95963 -C extra-filename=-6d791c70a9e95963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
| 2095 | 2023-12-08T22:47:20.219Z | Compiling tokio-postgres v0.7.10 |
| 2096 | 2023-12-08T22:47:20.231Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=5056384f30fcde04 -C extra-filename=-5056384f30fcde04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-e4ac42d45e35c03c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-47b8476697169a82.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2a895b48de99c022.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-23222090219ed3f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ef8aaf88987f1e15.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f211d5d0f0e3e245.rmeta --cap-lints allow -D warnings` |
| 2097 | 2023-12-08T22:47:21.216Z | Compiling serde_tokenstream v0.2.0 |
| 2098 | 2023-12-08T22:47:21.222Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69f3793e4993904d -C extra-filename=-69f3793e4993904d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
| 2099 | 2023-12-08T22:47:21.327Z | Compiling regress v0.7.1 |
| 2100 | 2023-12-08T22:47:21.373Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df34b867b7589e06 -C extra-filename=-df34b867b7589e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1124ea82a4942298.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
| 2101 | 2023-12-08T22:47:21.748Z | Compiling getopts v0.2.21 |
| 2102 | 2023-12-08T22:47:21.752Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e62094522edc43d -C extra-filename=-0e62094522edc43d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
| 2103 | 2023-12-08T22:47:22.077Z | Compiling unsafe-libyaml v0.2.9 |
| 2104 | 2023-12-08T22:47:22.080Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31e7c5b4b3dadabc -C extra-filename=-31e7c5b4b3dadabc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2105 | 2023-12-08T22:47:23.429Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2106 | 2023-12-08T22:47:23.440Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39f2874ed13d2440 -C extra-filename=-39f2874ed13d2440 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 2107 | 2023-12-08T22:47:24.085Z | Compiling fastrand v2.0.0 |
| 2108 | 2023-12-08T22:47:24.105Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0840ce99a6c85a78 -C extra-filename=-0840ce99a6c85a78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2109 | 2023-12-08T22:47:25.950Z | Compiling serde_yaml v0.9.25 |
| 2110 | 2023-12-08T22:47:40.045Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57ae3cfe26fdfcc6 -C extra-filename=-57ae3cfe26fdfcc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-38d350ef85d2d309.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-31e7c5b4b3dadabc.rmeta --cap-lints allow -D warnings` |
| 2111 | 2023-12-08T22:47:40.045Z | Compiling tempfile v3.8.1 |
| 2112 | 2023-12-08T22:47:40.046Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c421aae3f8abc685 -C extra-filename=-c421aae3f8abc685 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-0840ce99a6c85a78.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --cap-lints allow -D warnings` |
| 2113 | 2023-12-08T22:47:40.356Z | Compiling dirs-sys-next v0.1.2 |
| 2114 | 2023-12-08T22:47:40.356Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=73adccad44b3ae3d -C extra-filename=-73adccad44b3ae3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 2115 | 2023-12-08T22:47:40.356Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2116 | 2023-12-08T22:47:40.356Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21fc236d619efef9 -C extra-filename=-21fc236d619efef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings` |
| 2117 | 2023-12-08T22:47:40.358Z | Compiling dirs-next v2.0.0 |
| 2118 | 2023-12-08T22:47:40.358Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=abbe4a2b4710e55b -C extra-filename=-abbe4a2b4710e55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-73adccad44b3ae3d.rmeta --cap-lints allow -D warnings` |
| 2119 | 2023-12-08T22:47:40.358Z | Compiling toml v0.8.8 |
| 2120 | 2023-12-08T22:47:40.358Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=5e9108efc6e4e2b4 -C extra-filename=-5e9108efc6e4e2b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fe3e9a6041e02309.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rmeta --cap-lints allow -D warnings` |
| 2121 | 2023-12-08T22:47:40.358Z | Compiling ident_case v1.0.1 |
| 2122 | 2023-12-08T22:47:40.358Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c54d2122078b91b -C extra-filename=-9c54d2122078b91b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2123 | 2023-12-08T22:47:40.358Z | Compiling term v0.7.0 |
| 2124 | 2023-12-08T22:47:40.359Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c563df115e0bf367 -C extra-filename=-c563df115e0bf367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-abbe4a2b4710e55b.rmeta --cap-lints allow -D warnings` |
| 2125 | 2023-12-08T22:47:40.359Z | Compiling match_cfg v0.1.0 |
| 2126 | 2023-12-08T22:47:40.359Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=4d265072bd8787fb -C extra-filename=-4d265072bd8787fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2127 | 2023-12-08T22:47:40.359Z | Compiling hostname v0.3.1 |
| 2128 | 2023-12-08T22:47:40.359Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0ef0ec2613103eb6 -C extra-filename=-0ef0ec2613103eb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-4d265072bd8787fb.rmeta --cap-lints allow -D warnings` |
| 2129 | 2023-12-08T22:47:40.359Z | Compiling quick-error v1.2.3 |
| 2130 | 2023-12-08T22:47:40.359Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0673ec99874d5ad1 -C extra-filename=-0673ec99874d5ad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2131 | 2023-12-08T22:47:40.359Z | Compiling atty v0.2.14 |
| 2132 | 2023-12-08T22:47:40.454Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99a45a6314d045bd -C extra-filename=-99a45a6314d045bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 2133 | 2023-12-08T22:47:40.454Z | Compiling paste v1.0.14 |
| 2134 | 2023-12-08T22:47:40.454Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1accb279ad2318a -C extra-filename=-c1accb279ad2318a --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-c1accb279ad2318a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2135 | 2023-12-08T22:47:40.455Z | Compiling crossbeam-channel v0.5.8 |
| 2136 | 2023-12-08T22:47:40.455Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2aaaef3e6eb094ab -C extra-filename=-2aaaef3e6eb094ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
| 2137 | 2023-12-08T22:47:40.457Z | Compiling sha1 v0.10.6 |
| 2138 | 2023-12-08T22:47:40.457Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6029a9906444aeac -C extra-filename=-6029a9906444aeac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings` |
| 2139 | 2023-12-08T22:47:40.458Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-c1accb279ad2318a/build-script-build` |
| 2140 | 2023-12-08T22:47:40.458Z | Compiling camino v1.1.6 |
| 2141 | 2023-12-08T22:47:40.458Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=7ff1ded629d369d1 -C extra-filename=-7ff1ded629d369d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-7ff1ded629d369d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2142 | 2023-12-08T22:47:40.458Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b5a8e4899b9500f -C extra-filename=-3b5a8e4899b9500f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
| 2143 | 2023-12-08T22:47:40.458Z | Compiling thread_local v1.1.7 |
| 2144 | 2023-12-08T22:47:40.459Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f44040695b621ee4 -C extra-filename=-f44040695b621ee4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --cap-lints allow -D warnings` |
| 2145 | 2023-12-08T22:47:40.459Z | Compiling instant v0.1.12 |
| 2146 | 2023-12-08T22:47:40.460Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30c7dc3283c535e9 -C extra-filename=-30c7dc3283c535e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings` |
| 2147 | 2023-12-08T22:47:40.460Z | Compiling slog-async v2.8.0 |
| 2148 | 2023-12-08T22:47:40.460Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=28214851df9395b0 -C extra-filename=-28214851df9395b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-28214851df9395b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2149 | 2023-12-08T22:47:40.460Z | Compiling diesel v2.1.4 |
| 2150 | 2023-12-08T22:47:40.460Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=131baaa97c231bbc -C extra-filename=-131baaa97c231bbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-da4946441935c62d.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-1d293ec619e7fc50.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
| 2151 | 2023-12-08T22:47:40.460Z | Compiling multer v2.1.0 |
| 2152 | 2023-12-08T22:47:40.461Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=35b96cc9c44adcff -C extra-filename=-35b96cc9c44adcff --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-35b96cc9c44adcff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 2153 | 2023-12-08T22:47:40.461Z | Compiling take_mut v0.2.2 |
| 2154 | 2023-12-08T22:47:40.461Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c71625649b3ae831 -C extra-filename=-c71625649b3ae831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2155 | 2023-12-08T22:47:40.462Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-7ff1ded629d369d1/build-script-build` |
| 2156 | 2023-12-08T22:47:40.462Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=2a7a8e4c96530537 -C extra-filename=-2a7a8e4c96530537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
| 2157 | 2023-12-08T22:47:40.462Z | Compiling slog-term v2.9.0 |
| 2158 | 2023-12-08T22:47:40.462Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55e2511ace2b4a1b -C extra-filename=-55e2511ace2b4a1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99a45a6314d045bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-f44040695b621ee4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings` |
| 2159 | 2023-12-08T22:47:40.462Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-35b96cc9c44adcff/build-script-build` |
| 2160 | 2023-12-08T22:47:40.462Z | Compiling darling_core v0.20.3 |
| 2161 | 2023-12-08T22:47:40.462Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=0757e3b653339fd6 -C extra-filename=-0757e3b653339fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-9c54d2122078b91b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
| 2162 | 2023-12-08T22:47:40.463Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-28214851df9395b0/build-script-build` |
| 2163 | 2023-12-08T22:47:40.463Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f514002cc560d52b -C extra-filename=-f514002cc560d52b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-c71625649b3ae831.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-f44040695b621ee4.rmeta --cap-lints allow -D warnings --cfg integer128` |
| 2164 | 2023-12-08T22:47:40.464Z | Compiling slog-json v2.6.1 |
| 2165 | 2023-12-08T22:47:40.464Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=87c48134d777f570 -C extra-filename=-87c48134d777f570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings` |
| 2166 | 2023-12-08T22:47:40.464Z | Compiling async-stream-impl v0.3.5 |
| 2167 | 2023-12-08T22:47:40.464Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e34850a7ea3e5fd2 -C extra-filename=-e34850a7ea3e5fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2168 | 2023-12-08T22:47:40.464Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2169 | 2023-12-08T22:47:40.464Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=446ee876741e023c -C extra-filename=-446ee876741e023c --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-446ee876741e023c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 2170 | 2023-12-08T22:47:40.464Z | Compiling debug-ignore v1.0.5 |
| 2171 | 2023-12-08T22:47:40.465Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=212a8b0dc002b8b7 -C extra-filename=-212a8b0dc002b8b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2172 | 2023-12-08T22:47:40.465Z | Compiling atomic-waker v1.1.1 |
| 2173 | 2023-12-08T22:47:40.465Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7463564f876868fa -C extra-filename=-7463564f876868fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2174 | 2023-12-08T22:47:40.465Z | Compiling waitgroup v0.1.2 |
| 2175 | 2023-12-08T22:47:40.466Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c07f2db12c20c762 -C extra-filename=-c07f2db12c20c762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-7463564f876868fa.rmeta --cap-lints allow -D warnings` |
| 2176 | 2023-12-08T22:47:40.466Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-446ee876741e023c/build-script-build` |
| 2177 | 2023-12-08T22:47:40.466Z | Compiling slog-bunyan v2.4.0 |
| 2178 | 2023-12-08T22:47:40.466Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb83720ea4b74ae5 -C extra-filename=-bb83720ea4b74ae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0ef0ec2613103eb6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-87c48134d777f570.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings` |
| 2179 | 2023-12-08T22:47:40.466Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=01a2678ba1607efb -C extra-filename=-01a2678ba1607efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-af2729f3af85d5f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --cap-lints allow -D warnings` |
| 2180 | 2023-12-08T22:47:40.466Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 2181 | 2023-12-08T22:47:40.470Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a301684ca649e894 -C extra-filename=-a301684ca649e894 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2182 | 2023-12-08T22:47:40.470Z | Compiling serde_path_to_error v0.1.14 |
| 2183 | 2023-12-08T22:47:40.470Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6180809874198223 -C extra-filename=-6180809874198223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7860ae71447b6389.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2184 | 2023-12-08T22:47:40.470Z | Compiling strum v0.25.0 |
| 2185 | 2023-12-08T22:47:40.470Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=b260bcdad7d801cc -C extra-filename=-b260bcdad7d801cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --cap-lints allow -D warnings` |
| 2186 | 2023-12-08T22:47:40.470Z | Compiling structmeta-derive v0.2.0 |
| 2187 | 2023-12-08T22:47:40.470Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b7539908e9b30a4b -C extra-filename=-b7539908e9b30a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2188 | 2023-12-08T22:47:40.470Z | Compiling async-stream v0.3.5 |
| 2189 | 2023-12-08T22:47:40.470Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e63237218ad5274 -C extra-filename=-6e63237218ad5274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-e34850a7ea3e5fd2.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --cap-lints allow -D warnings` |
| 2190 | 2023-12-08T22:47:40.470Z | Compiling wait-timeout v0.2.0 |
| 2191 | 2023-12-08T22:47:40.470Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f631e4a575f532c -C extra-filename=-3f631e4a575f532c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 2192 | 2023-12-08T22:47:40.471Z | Compiling rand_xorshift v0.3.0 |
| 2193 | 2023-12-08T22:47:40.471Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cc0b3d0f411e54d3 -C extra-filename=-cc0b3d0f411e54d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings` |
| 2194 | 2023-12-08T22:47:40.471Z | Compiling rusty-fork v0.3.0 |
| 2195 | 2023-12-08T22:47:40.471Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=90c434779e9bea68 -C extra-filename=-90c434779e9bea68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0673ec99874d5ad1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-3f631e4a575f532c.rmeta --cap-lints allow -D warnings` |
| 2196 | 2023-12-08T22:47:40.471Z | Compiling regex-syntax v0.7.5 |
| 2197 | 2023-12-08T22:47:40.471Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=f9af4c78b14a919e -C extra-filename=-f9af4c78b14a919e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2198 | 2023-12-08T22:47:40.471Z | Compiling unarray v0.1.4 |
| 2199 | 2023-12-08T22:47:40.472Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e91d0d1ca68601a -C extra-filename=-6e91d0d1ca68601a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2200 | 2023-12-08T22:47:40.474Z | Compiling proptest v1.4.0 |
| 2201 | 2023-12-08T22:47:40.474Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=894db676841aa3cb -C extra-filename=-894db676841aa3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-cc0b3d0f411e54d3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-90c434779e9bea68.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-6e91d0d1ca68601a.rmeta --cap-lints allow -D warnings` |
| 2202 | 2023-12-08T22:47:40.474Z | Compiling backoff v0.4.0 |
| 2203 | 2023-12-08T22:47:40.474Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=5a238ae6b80ab6de -C extra-filename=-5a238ae6b80ab6de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
| 2204 | 2023-12-08T22:47:40.475Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2205 | 2023-12-08T22:47:40.475Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfa91eaf5f5704dc -C extra-filename=-dfa91eaf5f5704dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2206 | 2023-12-08T22:47:40.475Z | Compiling macaddr v1.0.1 |
| 2207 | 2023-12-08T22:47:40.475Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=1ce9557757fa651b -C extra-filename=-1ce9557757fa651b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2208 | 2023-12-08T22:47:40.475Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=409239fec55d0e1e -C extra-filename=-409239fec55d0e1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-6e63237218ad5274.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-a301684ca649e894.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0ef0ec2613103eb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-01a2678ba1607efb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d4874c9bffb6de6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6029a9906444aeac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-bb83720ea4b74ae5.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-87c48134d777f570.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-663ca946b6778e0f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c07f2db12c20c762.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out` |
| 2209 | 2023-12-08T22:47:40.477Z | Compiling camino-tempfile v1.1.1 |
| 2210 | 2023-12-08T22:47:40.478Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7c6e8f28fa0558b4 -C extra-filename=-7c6e8f28fa0558b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --cap-lints allow -D warnings` |
| 2211 | 2023-12-08T22:47:40.478Z | Compiling is-terminal v0.4.9 |
| 2212 | 2023-12-08T22:47:40.478Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7be28484e0c869b -C extra-filename=-d7be28484e0c869b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --cap-lints allow -D warnings` |
| 2213 | 2023-12-08T22:47:40.478Z | Compiling proc-macro-error-attr v1.0.4 |
| 2214 | 2023-12-08T22:47:40.478Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=986758c1354d228d -C extra-filename=-986758c1354d228d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-986758c1354d228d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 2215 | 2023-12-08T22:47:40.478Z | Compiling structmeta v0.2.0 |
| 2216 | 2023-12-08T22:47:40.478Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6a911b74384e2a0 -C extra-filename=-a6a911b74384e2a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-b7539908e9b30a4b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
| 2217 | 2023-12-08T22:47:40.479Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-986758c1354d228d/build-script-build` |
| 2218 | 2023-12-08T22:47:40.479Z | Compiling proc-macro-error v1.0.4 |
| 2219 | 2023-12-08T22:47:40.479Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=e447ec32eda35281 -C extra-filename=-e447ec32eda35281 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e447ec32eda35281 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 2220 | 2023-12-08T22:47:40.479Z | Compiling test-strategy v0.3.1 |
| 2221 | 2023-12-08T22:47:40.479Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6b05fbf7e100ea2 -C extra-filename=-f6b05fbf7e100ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a6a911b74384e2a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2222 | 2023-12-08T22:47:40.557Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-e447ec32eda35281/build-script-build` |
| 2223 | 2023-12-08T22:47:40.752Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79d283e88cf8f16c -C extra-filename=-79d283e88cf8f16c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2224 | 2023-12-08T22:47:42.565Z | Compiling darling_macro v0.20.3 |
| 2225 | 2023-12-08T22:47:42.579Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7035a8371e9c2850 -C extra-filename=-7035a8371e9c2850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-0757e3b653339fd6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2226 | 2023-12-08T22:47:42.581Z | Compiling termtree v0.4.1 |
| 2227 | 2023-12-08T22:47:42.581Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=292b6f402ec9eff4 -C extra-filename=-292b6f402ec9eff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2228 | 2023-12-08T22:47:42.607Z | Compiling predicates-tree v1.0.9 |
| 2229 | 2023-12-08T22:47:42.610Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b21937ee10d575a -C extra-filename=-2b21937ee10d575a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-292b6f402ec9eff4.rmeta --cap-lints allow -D warnings` |
| 2230 | 2023-12-08T22:47:43.429Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=53597bc160bbd407 -C extra-filename=-53597bc160bbd407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-79d283e88cf8f16c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings --cfg use_fallback` |
| 2231 | 2023-12-08T22:47:44.137Z | Compiling darling v0.20.3 |
| 2232 | 2023-12-08T22:47:44.140Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=6015ec470c6077be -C extra-filename=-6015ec470c6077be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-0757e3b653339fd6.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7035a8371e9c2850.so --cap-lints allow -D warnings` |
| 2233 | 2023-12-08T22:47:44.325Z | Compiling serde_with_macros v3.4.0 |
| 2234 | 2023-12-08T22:47:44.783Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19b72c4a9bb71482 -C extra-filename=-19b72c4a9bb71482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-6015ec470c6077be.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2235 | 2023-12-08T22:47:44.783Z | Compiling proc-macro-crate v1.3.1 |
| 2236 | 2023-12-08T22:47:44.783Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f3df25ac5957cfe -C extra-filename=-0f3df25ac5957cfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rmeta --cap-lints allow -D warnings` |
| 2237 | 2023-12-08T22:47:46.409Z | Compiling num_enum_derive v0.5.11 |
| 2238 | 2023-12-08T22:47:46.412Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=6fc03ebd4efa4906 -C extra-filename=-6fc03ebd4efa4906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-0f3df25ac5957cfe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2239 | 2023-12-08T22:47:47.322Z | Compiling parse-display-derive v0.8.2 |
| 2240 | 2023-12-08T22:47:47.325Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=495923fad913fa0e -C extra-filename=-495923fad913fa0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f9af4c78b14a919e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a6a911b74384e2a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2241 | 2023-12-08T22:47:47.369Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2242 | 2023-12-08T22:47:47.396Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=321c5e5ab08e0729 -C extra-filename=-321c5e5ab08e0729 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-321c5e5ab08e0729 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2243 | 2023-12-08T22:47:48.021Z | Compiling smoltcp v0.10.0 |
| 2244 | 2023-12-08T22:47:48.024Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=0a364bbf898f7c55 -C extra-filename=-0a364bbf898f7c55 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-0a364bbf898f7c55 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2245 | 2023-12-08T22:47:49.150Z | Compiling serde_with v3.4.0 |
| 2246 | 2023-12-08T22:47:49.156Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=f915ff3d992a233b -C extra-filename=-f915ff3d992a233b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-19b72c4a9bb71482.so --cap-lints allow -D warnings` |
| 2247 | 2023-12-08T22:47:49.666Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-0a364bbf898f7c55/build-script-build` |
| 2248 | 2023-12-08T22:47:49.669Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-321c5e5ab08e0729/build-script-build` |
| 2249 | 2023-12-08T22:47:49.669Z | Compiling filetime v0.2.23 |
| 2250 | 2023-12-08T22:47:49.669Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52ce6d369e8499fc -C extra-filename=-52ce6d369e8499fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 2251 | 2023-12-08T22:47:49.882Z | Compiling xattr v1.0.1 |
| 2252 | 2023-12-08T22:47:49.886Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=01677af57b476a6b -C extra-filename=-01677af57b476a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 2253 | 2023-12-08T22:47:50.289Z | Compiling crucible-workspace-hack v0.1.0 |
| 2254 | 2023-12-08T22:47:50.292Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06767ab83fb00bd3 -C extra-filename=-06767ab83fb00bd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-06767ab83fb00bd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2255 | 2023-12-08T22:47:50.910Z | Compiling embedded-io v0.4.0 |
| 2256 | 2023-12-08T22:47:50.917Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=092da7c9b03320a8 -C extra-filename=-092da7c9b03320a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2257 | 2023-12-08T22:47:51.276Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2258 | 2023-12-08T22:47:51.280Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad719539977b3e01 -C extra-filename=-ad719539977b3e01 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ad719539977b3e01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2259 | 2023-12-08T22:47:51.341Z | Compiling cobs v0.2.3 |
| 2260 | 2023-12-08T22:47:51.345Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9856be98226cfb50 -C extra-filename=-9856be98226cfb50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2261 | 2023-12-08T22:47:51.345Z | Compiling num_enum v0.5.11 |
| 2262 | 2023-12-08T22:47:51.345Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e80f078c61e496ac -C extra-filename=-e80f078c61e496ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-6fc03ebd4efa4906.so --cap-lints allow -D warnings` |
| 2263 | 2023-12-08T22:47:51.616Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-06767ab83fb00bd3/build-script-build` |
| 2264 | 2023-12-08T22:47:51.660Z | Compiling postcard v1.0.8 |
| 2265 | 2023-12-08T22:47:51.663Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=afe9f95df3a8a7b7 -C extra-filename=-afe9f95df3a8a7b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-9856be98226cfb50.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-092da7c9b03320a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2266 | 2023-12-08T22:47:51.841Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ad719539977b3e01/build-script-build` |
| 2267 | 2023-12-08T22:47:51.872Z | Compiling tar v0.4.40 |
| 2268 | 2023-12-08T22:47:51.875Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=fe8950a9f7b3553a -C extra-filename=-fe8950a9f7b3553a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52ce6d369e8499fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-01677af57b476a6b.rmeta --cap-lints allow -D warnings` |
| 2269 | 2023-12-08T22:47:51.913Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=9b7582b73e3a8ba4 -C extra-filename=-9b7582b73e3a8ba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-a61490c645a348db.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --cap-lints allow -D warnings` |
| 2270 | 2023-12-08T22:47:53.087Z | Compiling foreign-types-macros v0.2.3 |
| 2271 | 2023-12-08T22:47:53.094Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=8ad73231a2c28f0e -C extra-filename=-8ad73231a2c28f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2272 | 2023-12-08T22:47:55.431Z | Compiling parse-display v0.8.2 |
| 2273 | 2023-12-08T22:47:55.454Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=60c31164f1211692 -C extra-filename=-60c31164f1211692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-495923fad913fa0e.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
| 2274 | 2023-12-08T22:47:55.454Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 2275 | 2023-12-08T22:47:55.454Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=53f6c26c0f84a78e -C extra-filename=-53f6c26c0f84a78e --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-53f6c26c0f84a78e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 2276 | 2023-12-08T22:47:55.475Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 2277 | 2023-12-08T22:47:55.475Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7e6aee51fb78bfe7 -C extra-filename=-7e6aee51fb78bfe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2278 | 2023-12-08T22:47:55.706Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2279 | 2023-12-08T22:47:55.781Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef5ec70e55da580e -C extra-filename=-ef5ec70e55da580e --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-ef5ec70e55da580e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2280 | 2023-12-08T22:47:55.941Z | Compiling foreign-types-shared v0.3.1 |
| 2281 | 2023-12-08T22:47:55.941Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d3a8e6e72a78c61 -C extra-filename=-8d3a8e6e72a78c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2282 | 2023-12-08T22:47:56.007Z | Compiling foreign-types v0.5.0 |
| 2283 | 2023-12-08T22:47:56.021Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dbf097337717218b -C extra-filename=-dbf097337717218b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-8ad73231a2c28f0e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8d3a8e6e72a78c61.rmeta --cap-lints allow -D warnings` |
| 2284 | 2023-12-08T22:47:56.067Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-53f6c26c0f84a78e/build-script-build` |
| 2285 | 2023-12-08T22:47:56.289Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b14e2177334d57aa -C extra-filename=-b14e2177334d57aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi` |
| 2286 | 2023-12-08T22:47:56.333Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e1825748425f003 -C extra-filename=-4e1825748425f003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2287 | 2023-12-08T22:47:57.114Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab56b0622ccd114e -C extra-filename=-ab56b0622ccd114e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs` |
| 2288 | 2023-12-08T22:47:57.114Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-ef5ec70e55da580e/build-script-build` |
| 2289 | 2023-12-08T22:47:57.114Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2290 | 2023-12-08T22:47:57.114Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a4ce453b69720b2 -C extra-filename=-4a4ce453b69720b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2291 | 2023-12-08T22:47:57.138Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 2292 | 2023-12-08T22:47:57.138Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81e7a91778abf54f -C extra-filename=-81e7a91778abf54f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2293 | 2023-12-08T22:47:58.120Z | Compiling zerocopy-derive v0.7.26 |
| 2294 | 2023-12-08T22:47:58.120Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64c1abfeeb24e158 -C extra-filename=-64c1abfeeb24e158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2295 | 2023-12-08T22:47:58.120Z | Compiling cstr-argument v0.1.2 |
| 2296 | 2023-12-08T22:47:58.121Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b209ff284153718 -C extra-filename=-7b209ff284153718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
| 2297 | 2023-12-08T22:47:58.125Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2298 | 2023-12-08T22:47:58.125Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=140387ef96fbe19d -C extra-filename=-140387ef96fbe19d --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-140387ef96fbe19d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2299 | 2023-12-08T22:47:58.690Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 2300 | 2023-12-08T22:47:58.729Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=b09c93ebfad105d4 -C extra-filename=-b09c93ebfad105d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7e6aee51fb78bfe7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-afe9f95df3a8a7b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9b7582b73e3a8ba4.rmeta --cap-lints allow -D warnings` |
| 2301 | 2023-12-08T22:47:58.729Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2302 | 2023-12-08T22:47:58.729Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8baddc0e1fb9094 -C extra-filename=-e8baddc0e1fb9094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-21fc236d619efef9.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2303 | 2023-12-08T22:47:58.729Z | Compiling pretty-hex v0.2.1 |
| 2304 | 2023-12-08T22:47:58.730Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=261eb22442d2874a -C extra-filename=-261eb22442d2874a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2305 | 2023-12-08T22:47:58.760Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2306 | 2023-12-08T22:47:58.760Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41b8ae4cef1aac61 -C extra-filename=-41b8ae4cef1aac61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-b14e2177334d57aa.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e80f078c61e496ac.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-261eb22442d2874a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
| 2307 | 2023-12-08T22:47:59.423Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ce78bad5bb969e2 -C extra-filename=-0ce78bad5bb969e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-4a4ce453b69720b2.so --cap-lints allow -D warnings -l door` |
| 2308 | 2023-12-08T22:47:59.424Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-140387ef96fbe19d/build-script-build` |
| 2309 | 2023-12-08T22:47:59.424Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2310 | 2023-12-08T22:47:59.424Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e4930586d9c16db -C extra-filename=-5e4930586d9c16db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-7b209ff284153718.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dbf097337717218b.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ab56b0622ccd114e.rmeta --cap-lints allow -D warnings` |
| 2311 | 2023-12-08T22:47:59.424Z | Compiling colored v2.0.4 |
| 2312 | 2023-12-08T22:47:59.424Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=167ae099d980c033 -C extra-filename=-167ae099d980c033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --cap-lints allow -D warnings` |
| 2313 | 2023-12-08T22:48:00.361Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa70e78fd94a3660 -C extra-filename=-aa70e78fd94a3660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-167ae099d980c033.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-41b8ae4cef1aac61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e80f078c61e496ac.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5e4930586d9c16db.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ab56b0622ccd114e.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-0ce78bad5bb969e2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4af9db241e249833.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings -l kstat` |
| 2314 | 2023-12-08T22:48:01.155Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=d81cc9689bfc0eb0 -C extra-filename=-d81cc9689bfc0eb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7e6aee51fb78bfe7.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-81e7a91778abf54f.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-b09c93ebfad105d4.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-afe9f95df3a8a7b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9b7582b73e3a8ba4.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm` |
| 2315 | 2023-12-08T22:48:01.155Z | Compiling zone_cfg_derive v0.3.0 |
| 2316 | 2023-12-08T22:48:01.155Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8f1794d09607ec3 -C extra-filename=-c8f1794d09607ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2317 | 2023-12-08T22:48:01.218Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 2318 | 2023-12-08T22:48:01.218Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ab8170fd37f7ba7 -C extra-filename=-6ab8170fd37f7ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --cap-lints allow -D warnings` |
| 2319 | 2023-12-08T22:48:02.876Z | Compiling zerocopy v0.7.26 |
| 2320 | 2023-12-08T22:48:02.876Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' -C metadata=533de706d98a41fd -C extra-filename=-533de706d98a41fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-64c1abfeeb24e158.so --cap-lints allow -D warnings` |
| 2321 | 2023-12-08T22:48:03.806Z | Compiling predicates v2.1.5 |
| 2322 | 2023-12-08T22:48:03.807Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=b7516eec50af2704 -C extra-filename=-b7516eec50af2704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-1eed2584789273b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-69d4a8c3409fe82d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3c4947c0768711ac.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
| 2323 | 2023-12-08T22:48:03.807Z | Compiling mockall_derive v0.11.4 |
| 2324 | 2023-12-08T22:48:03.807Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8847bbb68f2a80b7 -C extra-filename=-8847bbb68f2a80b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2325 | 2023-12-08T22:48:24.586Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 2326 | 2023-12-08T22:48:24.586Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3c2110cf7b7fc166 -C extra-filename=-3c2110cf7b7fc166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7e6aee51fb78bfe7.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-d81cc9689bfc0eb0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9b7582b73e3a8ba4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-533de706d98a41fd.rmeta --cap-lints allow -D warnings` |
| 2327 | 2023-12-08T22:48:24.586Z | Compiling num-derive v0.4.0 |
| 2328 | 2023-12-08T22:48:24.586Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=730bc376787eaa34 -C extra-filename=-730bc376787eaa34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2329 | 2023-12-08T22:48:24.586Z | Compiling fragile v2.0.0 |
| 2330 | 2023-12-08T22:48:24.586Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0897cf076b99a59 -C extra-filename=-e0897cf076b99a59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2331 | 2023-12-08T22:48:25.537Z | Compiling downcast v0.11.0 |
| 2332 | 2023-12-08T22:48:25.537Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e3b8e0a39507d7ce -C extra-filename=-e3b8e0a39507d7ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2333 | 2023-12-08T22:48:25.537Z | Compiling zone v0.3.0 |
| 2334 | 2023-12-08T22:48:25.537Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=060c9a4ff1566730 -C extra-filename=-060c9a4ff1566730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-c8f1794d09607ec3.so --cap-lints allow -D warnings` |
| 2335 | 2023-12-08T22:48:26.566Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
| 2336 | 2023-12-08T22:48:26.876Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/24ceba1/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0dc95b82ae55639a -C extra-filename=-0dc95b82ae55639a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-aa70e78fd94a3660.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-d81cc9689bfc0eb0.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c2110cf7b7fc166.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-afe9f95df3a8a7b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
| 2337 | 2023-12-08T22:48:26.876Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 2338 | 2023-12-08T22:48:26.876Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c45a2e65d1ad4516 -C extra-filename=-c45a2e65d1ad4516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-6ab8170fd37f7ba7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --cap-lints allow -D warnings` |
| 2339 | 2023-12-08T22:48:26.877Z | Compiling smf v0.2.2 |
| 2340 | 2023-12-08T22:48:26.877Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37221c7372c347f0 -C extra-filename=-37221c7372c347f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
| 2341 | 2023-12-08T22:48:26.878Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2342 | 2023-12-08T22:48:26.878Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=27192068a795ccdd -C extra-filename=-27192068a795ccdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-21fc236d619efef9.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-e8baddc0e1fb9094.so --cap-lints allow -D warnings` |
| 2343 | 2023-12-08T22:48:26.878Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2344 | 2023-12-08T22:48:26.878Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb9007ca0a7db4c0 -C extra-filename=-eb9007ca0a7db4c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-0e62094522edc43d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-27192068a795ccdd.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rmeta --cap-lints allow -D warnings` |
| 2345 | 2023-12-08T22:48:26.880Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 2346 | 2023-12-08T22:48:26.880Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/945f040/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d6cdc2cc60846d48 -C extra-filename=-d6cdc2cc60846d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-730bc376787eaa34.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
| 2347 | 2023-12-08T22:48:26.880Z | Compiling pem v3.0.2 |
| 2348 | 2023-12-08T22:48:26.880Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0f2d03dc9773fed -C extra-filename=-b0f2d03dc9773fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --cap-lints allow -D warnings` |
| 2349 | 2023-12-08T22:48:26.881Z | Compiling headers-core v0.2.0 |
| 2350 | 2023-12-08T22:48:26.881Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63d00f02623f87f5 -C extra-filename=-63d00f02623f87f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --cap-lints allow -D warnings` |
| 2351 | 2023-12-08T22:48:26.881Z | Compiling headers v0.3.9 |
| 2352 | 2023-12-08T22:48:26.881Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61e2da29bd33c601 -C extra-filename=-61e2da29bd33c601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-63d00f02623f87f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6029a9906444aeac.rmeta --cap-lints allow -D warnings` |
| 2353 | 2023-12-08T22:48:26.881Z | Compiling rcgen v0.11.3 |
| 2354 | 2023-12-08T22:48:26.881Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=81d27db59de22af7 -C extra-filename=-81d27db59de22af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5a5df37b70e7cd10.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a4b6622587f02829.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out` |
| 2355 | 2023-12-08T22:48:26.882Z | Compiling atomicwrites v0.4.2 |
| 2356 | 2023-12-08T22:48:26.882Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c131f2361b5c2b2d -C extra-filename=-c131f2361b5c2b2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --cap-lints allow -D warnings` |
| 2357 | 2023-12-08T22:48:26.882Z | Compiling subprocess v0.2.9 |
| 2358 | 2023-12-08T22:48:26.882Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ba83478b0b28ec3 -C extra-filename=-7ba83478b0b28ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 2359 | 2023-12-08T22:48:26.882Z | Compiling linked-hash-map v0.5.6 |
| 2360 | 2023-12-08T22:48:26.882Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50fc4be4ff4fa5d3 -C extra-filename=-50fc4be4ff4fa5d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2361 | 2023-12-08T22:48:26.882Z | Compiling lru-cache v0.1.2 |
| 2362 | 2023-12-08T22:48:26.884Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1aeaf1d60cc951d6 -C extra-filename=-1aeaf1d60cc951d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-50fc4be4ff4fa5d3.rmeta --cap-lints allow -D warnings` |
| 2363 | 2023-12-08T22:48:26.884Z | Compiling same-file v1.0.6 |
| 2364 | 2023-12-08T22:48:26.884Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7abc45e158c5113 -C extra-filename=-d7abc45e158c5113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2365 | 2023-12-08T22:48:26.884Z | Compiling walkdir v2.4.0 |
| 2366 | 2023-12-08T22:48:26.885Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3795c7200a14d0e -C extra-filename=-f3795c7200a14d0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-d7abc45e158c5113.rmeta --cap-lints allow -D warnings` |
| 2367 | 2023-12-08T22:48:26.885Z | Compiling password-hash v0.5.0 |
| 2368 | 2023-12-08T22:48:26.885Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=98a345b30d3d0d1c -C extra-filename=-98a345b30d3d0d1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4d3202f783ee952f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
| 2369 | 2023-12-08T22:48:26.885Z | Compiling blake2 v0.10.6 |
| 2370 | 2023-12-08T22:48:26.886Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bf5f71a7f68b2afa -C extra-filename=-bf5f71a7f68b2afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --cap-lints allow -D warnings` |
| 2371 | 2023-12-08T22:48:26.886Z | Compiling heck v0.3.3 |
| 2372 | 2023-12-08T22:48:26.886Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e9436929c8fa349 -C extra-filename=-8e9436929c8fa349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings` |
| 2373 | 2023-12-08T22:48:26.886Z | Compiling argon2 v0.5.2 |
| 2374 | 2023-12-08T22:48:26.886Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=ab1c60233b851b26 -C extra-filename=-ab1c60233b851b26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4d3202f783ee952f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-bf5f71a7f68b2afa.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-98a345b30d3d0d1c.rmeta --cap-lints allow -D warnings` |
| 2375 | 2023-12-08T22:48:26.886Z | Compiling toml v0.5.11 |
| 2376 | 2023-12-08T22:48:26.886Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=28edde0e79fa81cf -C extra-filename=-28edde0e79fa81cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2377 | 2023-12-08T22:48:26.888Z | Compiling textwrap v0.11.0 |
| 2378 | 2023-12-08T22:48:26.888Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=318f5bb0d7471778 -C extra-filename=-318f5bb0d7471778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
| 2379 | 2023-12-08T22:48:26.888Z | Compiling ansi_term v0.12.1 |
| 2380 | 2023-12-08T22:48:26.888Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd79a37a6dab7d7c -C extra-filename=-fd79a37a6dab7d7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2381 | 2023-12-08T22:48:26.888Z | Compiling libefi-sys v0.1.0 |
| 2382 | 2023-12-08T22:48:26.889Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab0e28b74949ac58 -C extra-filename=-ab0e28b74949ac58 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-ab0e28b74949ac58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2383 | 2023-12-08T22:48:26.889Z | Compiling swrite v0.1.0 |
| 2384 | 2023-12-08T22:48:26.889Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70fd40af0a67716f -C extra-filename=-70fd40af0a67716f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2385 | 2023-12-08T22:48:26.890Z | Compiling mockall v0.11.4 |
| 2386 | 2023-12-08T22:48:26.890Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d3a23f55653afda -C extra-filename=-6d3a23f55653afda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-e3b8e0a39507d7ce.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-e0897cf076b99a59.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-8847bbb68f2a80b7.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b7516eec50af2704.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2b21937ee10d575a.rmeta --cap-lints allow -D warnings` |
| 2387 | 2023-12-08T22:48:26.890Z | Compiling vec_map v0.8.2 |
| 2388 | 2023-12-08T22:48:26.890Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d47e502a24254615 -C extra-filename=-d47e502a24254615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2389 | 2023-12-08T22:48:26.890Z | Compiling cancel-safe-futures v0.1.5 |
| 2390 | 2023-12-08T22:48:26.890Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=6d4c3afe80cf1c7e -C extra-filename=-6d4c3afe80cf1c7e --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6d4c3afe80cf1c7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2391 | 2023-12-08T22:48:26.894Z | Compiling strsim v0.8.0 |
| 2392 | 2023-12-08T22:48:26.894Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e236f6b8c5dbd7ae -C extra-filename=-e236f6b8c5dbd7ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2393 | 2023-12-08T22:48:26.894Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-ab0e28b74949ac58/build-script-build` |
| 2394 | 2023-12-08T22:48:26.894Z | Compiling structopt-derive v0.4.18 |
| 2395 | 2023-12-08T22:48:26.894Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b1c38582f0356e7 -C extra-filename=-8b1c38582f0356e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-8e9436929c8fa349.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2396 | 2023-12-08T22:48:26.895Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-6d4c3afe80cf1c7e/build-script-build` |
| 2397 | 2023-12-08T22:48:26.895Z | Compiling clap v2.34.0 |
| 2398 | 2023-12-08T22:48:26.895Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=f8255713fa394c77 -C extra-filename=-f8255713fa394c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-fd79a37a6dab7d7c.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99a45a6314d045bd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-e236f6b8c5dbd7ae.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-318f5bb0d7471778.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d47e502a24254615.rmeta --cap-lints allow -D warnings` |
| 2399 | 2023-12-08T22:48:26.895Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 2400 | 2023-12-08T22:48:26.895Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a82733cd31bff68 -C extra-filename=-8a82733cd31bff68 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-8a82733cd31bff68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-3d7dbaf4d3b8f9e6.rlib --cap-lints allow -D warnings` |
| 2401 | 2023-12-08T22:48:26.896Z | Compiling half v1.8.2 |
| 2402 | 2023-12-08T22:48:26.896Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11d0aeaa1daf1c3f -C extra-filename=-11d0aeaa1daf1c3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2403 | 2023-12-08T22:48:26.896Z | Compiling ciborium-io v0.2.1 |
| 2404 | 2023-12-08T22:48:26.897Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=8459582e1882a84b -C extra-filename=-8459582e1882a84b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2405 | 2023-12-08T22:48:26.898Z | Compiling ciborium-ll v0.2.1 |
| 2406 | 2023-12-08T22:48:26.898Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13d857dfd44f4025 -C extra-filename=-13d857dfd44f4025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-8459582e1882a84b.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-11d0aeaa1daf1c3f.rmeta --cap-lints allow -D warnings` |
| 2407 | 2023-12-08T22:48:26.898Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-8a82733cd31bff68/build-script-build` |
| 2408 | 2023-12-08T22:48:26.898Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=71ec371fbde11ff1 -C extra-filename=-71ec371fbde11ff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2c68fbf53c1efe19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
| 2409 | 2023-12-08T22:48:26.899Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0af6583503e1636a -C extra-filename=-0af6583503e1636a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi` |
| 2410 | 2023-12-08T22:48:26.899Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2411 | 2023-12-08T22:48:26.899Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8fe45624da2a3447 -C extra-filename=-8fe45624da2a3447 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e80f078c61e496ac.rmeta --cap-lints allow -D warnings` |
| 2412 | 2023-12-08T22:48:26.899Z | Compiling ciborium v0.2.1 |
| 2413 | 2023-12-08T22:48:26.899Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea9e8cb8d8ec83be -C extra-filename=-ea9e8cb8d8ec83be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-8459582e1882a84b.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-13d857dfd44f4025.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2414 | 2023-12-08T22:48:26.899Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2415 | 2023-12-08T22:48:26.899Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dfff9f250ebab94e -C extra-filename=-dfff9f250ebab94e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-0af6583503e1636a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings` |
| 2416 | 2023-12-08T22:48:26.900Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2417 | 2023-12-08T22:48:26.900Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=558ea407753c3e8b -C extra-filename=-558ea407753c3e8b --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-8bdc91c0611425a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-eb9007ca0a7db4c0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-57ae3cfe26fdfcc6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2418 | 2023-12-08T22:48:26.900Z | Compiling arc-swap v1.6.0 |
| 2419 | 2023-12-08T22:48:26.900Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7dc1f088f356a3f0 -C extra-filename=-7dc1f088f356a3f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2420 | 2023-12-08T22:48:26.901Z | Compiling libsw v3.3.0 |
| 2421 | 2023-12-08T22:48:26.901Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=4ad378aadac45620 -C extra-filename=-4ad378aadac45620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
| 2422 | 2023-12-08T22:48:26.902Z | Compiling derive-where v1.2.6 |
| 2423 | 2023-12-08T22:48:26.902Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5d148f8b0aeac01 -C extra-filename=-d5d148f8b0aeac01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2424 | 2023-12-08T22:48:26.902Z | Compiling linear-map v1.2.0 |
| 2425 | 2023-12-08T22:48:26.902Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a24c9cb3f4a98ce -C extra-filename=-9a24c9cb3f4a98ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2426 | 2023-12-08T22:48:26.903Z | Compiling structopt v0.3.26 |
| 2427 | 2023-12-08T22:48:26.903Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d7c34332714493bc -C extra-filename=-d7c34332714493bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f8255713fa394c77.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8b1c38582f0356e7.so --cap-lints allow -D warnings` |
| 2428 | 2023-12-08T22:48:26.904Z | Compiling slog-scope v4.4.0 |
| 2429 | 2023-12-08T22:48:26.904Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0d7778226839f4c -C extra-filename=-a0d7778226839f4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-7dc1f088f356a3f0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --cap-lints allow -D warnings` |
| 2430 | 2023-12-08T22:48:26.904Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eef85b09ccdef74c -C extra-filename=-eef85b09ccdef74c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8fe45624da2a3447.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-d7c34332714493bc.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -l static=pci` |
| 2431 | 2023-12-08T22:48:26.904Z | Compiling slog-stdlog v4.1.1 |
| 2432 | 2023-12-08T22:48:26.905Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b35d073ae930acd9 -C extra-filename=-b35d073ae930acd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a0d7778226839f4c.rmeta --cap-lints allow -D warnings` |
| 2433 | 2023-12-08T22:48:26.906Z | Compiling owo-colors v3.5.0 |
| 2434 | 2023-12-08T22:48:26.906Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc81b9d222c0d737 -C extra-filename=-cc81b9d222c0d737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2435 | 2023-12-08T22:48:26.906Z | Compiling slog-envlogger v2.2.0 |
| 2436 | 2023-12-08T22:48:27.028Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=7d1f69ec0d72f47b -C extra-filename=-7d1f69ec0d72f47b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a0d7778226839f4c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-b35d073ae930acd9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --cap-lints allow -D warnings` |
| 2437 | 2023-12-08T22:48:27.030Z | Compiling slog-dtrace v0.2.3 |
| 2438 | 2023-12-08T22:48:27.030Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a30f6b8b7bca8ec0 -C extra-filename=-a30f6b8b7bca8ec0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a30f6b8b7bca8ec0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 2439 | 2023-12-08T22:48:27.030Z | Compiling convert_case v0.4.0 |
| 2440 | 2023-12-08T22:48:27.030Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75f259e6c8d85f5c -C extra-filename=-75f259e6c8d85f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2441 | 2023-12-08T22:48:27.030Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-a30f6b8b7bca8ec0/build-script-build` |
| 2442 | 2023-12-08T22:48:27.030Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=702b87acea9cb846 -C extra-filename=-702b87acea9cb846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --cap-lints allow -D warnings` |
| 2443 | 2023-12-08T22:48:27.032Z | Compiling resolv-conf v0.7.0 |
| 2444 | 2023-12-08T22:48:27.032Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=9998fa33ea3ccc6e -C extra-filename=-9998fa33ea3ccc6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0ef0ec2613103eb6.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0673ec99874d5ad1.rmeta --cap-lints allow -D warnings` |
| 2445 | 2023-12-08T22:48:27.032Z | Compiling trust-dns-resolver v0.22.0 |
| 2446 | 2023-12-08T22:48:27.032Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=53f26abc12fc4bf4 -C extra-filename=-53f26abc12fc4bf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1aeaf1d60cc951d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-9998fa33ea3ccc6e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rmeta --cap-lints allow -D warnings` |
| 2447 | 2023-12-08T22:48:27.033Z | Compiling derive_more v0.99.17 |
| 2448 | 2023-12-08T22:48:27.033Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=46eebefa6ecc0bc6 -C extra-filename=-46eebefa6ecc0bc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-75f259e6c8d85f5c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2449 | 2023-12-08T22:48:27.033Z | Compiling fxhash v0.2.1 |
| 2450 | 2023-12-08T22:48:27.039Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a981ba183737ec33 -C extra-filename=-a981ba183737ec33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --cap-lints allow -D warnings` |
| 2451 | 2023-12-08T22:48:27.039Z | Compiling newline-converter v0.3.0 |
| 2452 | 2023-12-08T22:48:27.039Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4889edf4561401f -C extra-filename=-e4889edf4561401f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --cap-lints allow -D warnings` |
| 2453 | 2023-12-08T22:48:27.039Z | Compiling expectorate v1.1.0 |
| 2454 | 2023-12-08T22:48:27.039Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a3fb3c08f13db7a -C extra-filename=-0a3fb3c08f13db7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-e4889edf4561401f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rmeta --cap-lints allow -D warnings` |
| 2455 | 2023-12-08T22:48:27.039Z | Compiling glob v0.3.1 |
| 2456 | 2023-12-08T22:48:27.039Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daf84fcebc6d5eca -C extra-filename=-daf84fcebc6d5eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2457 | 2023-12-08T22:48:27.039Z | Compiling itertools v0.12.0 |
| 2458 | 2023-12-08T22:48:27.039Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=938138eb45012d55 -C extra-filename=-938138eb45012d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --cap-lints allow -D warnings` |
| 2459 | 2023-12-08T22:48:27.234Z | Compiling termcolor v1.2.0 |
| 2460 | 2023-12-08T22:48:27.274Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37d60876ed20c975 -C extra-filename=-37d60876ed20c975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2461 | 2023-12-08T22:48:27.761Z | Compiling omicron-zone-package v0.9.1 |
| 2462 | 2023-12-08T22:48:27.784Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95fbc7c23c05af95 -C extra-filename=-95fbc7c23c05af95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52ce6d369e8499fc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-5a5df37b70e7cd10.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 2463 | 2023-12-08T22:48:28.651Z | Compiling semver-parser v0.10.2 |
| 2464 | 2023-12-08T22:48:28.664Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1f7734b57f6be7bd -C extra-filename=-1f7734b57f6be7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-44170135f2510804.rmeta --cap-lints allow -D warnings` |
| 2465 | 2023-12-08T22:48:30.875Z | Compiling semver v0.11.0 |
| 2466 | 2023-12-08T22:48:30.884Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a0bb39fc94a1d3d -C extra-filename=-3a0bb39fc94a1d3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-1f7734b57f6be7bd.rmeta --cap-lints allow -D warnings` |
| 2467 | 2023-12-08T22:48:31.861Z | Compiling radium v0.7.0 |
| 2468 | 2023-12-08T22:48:31.875Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54f115d39e5efe8d -C extra-filename=-54f115d39e5efe8d --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-54f115d39e5efe8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2469 | 2023-12-08T22:48:32.146Z | Compiling home v0.5.5 |
| 2470 | 2023-12-08T22:48:32.159Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36989160e6b31e23 -C extra-filename=-36989160e6b31e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2471 | 2023-12-08T22:48:32.506Z | Compiling toolchain_find v0.2.0 |
| 2472 | 2023-12-08T22:48:32.513Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91e6363bcecd5c8c -C extra-filename=-91e6363bcecd5c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-36989160e6b31e23.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-3a0bb39fc94a1d3d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings` |
| 2473 | 2023-12-08T22:48:32.538Z | Compiling tap v1.0.1 |
| 2474 | 2023-12-08T22:48:32.583Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30dddda8e7a4d974 -C extra-filename=-30dddda8e7a4d974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2475 | 2023-12-08T22:48:32.664Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-54f115d39e5efe8d/build-script-build` |
| 2476 | 2023-12-08T22:48:32.710Z | Compiling maybe-uninit v2.0.0 |
| 2477 | 2023-12-08T22:48:32.716Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f714a593871c4a56 -C extra-filename=-f714a593871c4a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-f714a593871c4a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2478 | 2023-12-08T22:48:32.829Z | Compiling wyz v0.5.1 |
| 2479 | 2023-12-08T22:48:32.895Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f517a8beba484217 -C extra-filename=-f517a8beba484217 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-30dddda8e7a4d974.rmeta --cap-lints allow -D warnings` |
| 2480 | 2023-12-08T22:48:33.957Z | Compiling rustfmt-wrapper v0.2.0 |
| 2481 | 2023-12-08T22:48:33.965Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=76b99ea68de61fe7 -C extra-filename=-76b99ea68de61fe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-28edde0e79fa81cf.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-91e6363bcecd5c8c.rmeta --cap-lints allow -D warnings` |
| 2482 | 2023-12-08T22:48:33.965Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=184136ec6747b782 -C extra-filename=-184136ec6747b782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr` |
| 2483 | 2023-12-08T22:48:33.965Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-f714a593871c4a56/build-script-build` |
| 2484 | 2023-12-08T22:48:33.965Z | Compiling num-rational v0.4.1 |
| 2485 | 2023-12-08T22:48:33.965Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35877ac485ca8490 -C extra-filename=-35877ac485ca8490 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-35877ac485ca8490 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
| 2486 | 2023-12-08T22:48:34.309Z | Compiling keccak v0.1.4 |
| 2487 | 2023-12-08T22:48:34.319Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=42b0c13038d1f5b6 -C extra-filename=-42b0c13038d1f5b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2488 | 2023-12-08T22:48:34.338Z | Compiling packed_struct v0.10.1 |
| 2489 | 2023-12-08T22:48:34.341Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2601aea4b3a549db -C extra-filename=-2601aea4b3a549db --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-2601aea4b3a549db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2490 | 2023-12-08T22:48:34.524Z | Compiling num-bigint-dig v0.8.4 |
| 2491 | 2023-12-08T22:48:34.528Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=990dde5a4a9cee6d -C extra-filename=-990dde5a4a9cee6d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-990dde5a4a9cee6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2492 | 2023-12-08T22:48:34.552Z | Compiling crc-catalog v2.2.0 |
| 2493 | 2023-12-08T22:48:34.555Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3d909bf79973734 -C extra-filename=-e3d909bf79973734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2494 | 2023-12-08T22:48:35.171Z | Compiling funty v2.0.0 |
| 2495 | 2023-12-08T22:48:35.176Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c845abd79b94a012 -C extra-filename=-c845abd79b94a012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2496 | 2023-12-08T22:48:35.177Z | Compiling sha3 v0.10.8 |
| 2497 | 2023-12-08T22:48:35.177Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b60aa24d05f29b5f -C extra-filename=-b60aa24d05f29b5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-42b0c13038d1f5b6.rmeta --cap-lints allow -D warnings` |
| 2498 | 2023-12-08T22:48:35.177Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-990dde5a4a9cee6d/build-script-build` |
| 2499 | 2023-12-08T22:48:35.177Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-2601aea4b3a549db/build-script-build` |
| 2500 | 2023-12-08T22:48:35.177Z | Compiling crc v3.0.1 |
| 2501 | 2023-12-08T22:48:35.177Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aba0ec4eb9ec4013 -C extra-filename=-aba0ec4eb9ec4013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-e3d909bf79973734.rmeta --cap-lints allow -D warnings` |
| 2502 | 2023-12-08T22:48:35.211Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-35877ac485ca8490/build-script-build` |
| 2503 | 2023-12-08T22:48:35.573Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbc56d06ff64b9a7 -C extra-filename=-fbc56d06ff64b9a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit` |
| 2504 | 2023-12-08T22:48:35.662Z | Compiling secrecy v0.8.0 |
| 2505 | 2023-12-08T22:48:35.665Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=65adaff614060fb5 -C extra-filename=-65adaff614060fb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
| 2506 | 2023-12-08T22:48:35.764Z | Compiling packed_struct_codegen v0.10.1 |
| 2507 | 2023-12-08T22:48:35.768Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9acaac233565381e -C extra-filename=-9acaac233565381e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2508 | 2023-12-08T22:48:35.982Z | Compiling nodrop v0.1.14 |
| 2509 | 2023-12-08T22:48:36.016Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=45f19903373ec438 -C extra-filename=-45f19903373ec438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2510 | 2023-12-08T22:48:36.102Z | Compiling smallvec v0.6.14 |
| 2511 | 2023-12-08T22:48:36.107Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d6310ae9a5c0d8ed -C extra-filename=-d6310ae9a5c0d8ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-fbc56d06ff64b9a7.rmeta --cap-lints allow -D warnings` |
| 2512 | 2023-12-08T22:48:36.179Z | Compiling array-init v0.0.4 |
| 2513 | 2023-12-08T22:48:36.190Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a3aaf1886ea04d5 -C extra-filename=-1a3aaf1886ea04d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-45f19903373ec438.rmeta --cap-lints allow -D warnings` |
| 2514 | 2023-12-08T22:48:36.581Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57f435888b122c70 -C extra-filename=-57f435888b122c70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt` |
| 2515 | 2023-12-08T22:48:36.775Z | Compiling bitvec v1.0.1 |
| 2516 | 2023-12-08T22:48:36.778Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47435de1652fa9fb -C extra-filename=-47435de1652fa9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-c845abd79b94a012.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-184136ec6747b782.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-30dddda8e7a4d974.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-f517a8beba484217.rmeta --cap-lints allow -D warnings` |
| 2517 | 2023-12-08T22:48:38.035Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=d096faeef301f222 -C extra-filename=-d096faeef301f222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b2de4a05ed778b08.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg has_i128` |
| 2518 | 2023-12-08T22:48:38.139Z | Compiling pkcs1 v0.7.5 |
| 2519 | 2023-12-08T22:48:38.142Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=ce8094695dd8f6ce -C extra-filename=-ce8094695dd8f6ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings` |
| 2520 | 2023-12-08T22:48:39.444Z | Compiling signature v2.1.0 |
| 2521 | 2023-12-08T22:48:39.454Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=2893b2cd5c278914 -C extra-filename=-2893b2cd5c278914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --cap-lints allow -D warnings` |
| 2522 | 2023-12-08T22:48:39.633Z | Compiling num-complex v0.4.4 |
| 2523 | 2023-12-08T22:48:39.638Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=03a3ee00558cc36e -C extra-filename=-03a3ee00558cc36e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings` |
| 2524 | 2023-12-08T22:48:39.813Z | Compiling bitfield v0.14.0 |
| 2525 | 2023-12-08T22:48:39.813Z | Compiling serde-hex v0.1.0 |
| 2526 | 2023-12-08T22:48:39.816Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6672fc3e7cd21291 -C extra-filename=-6672fc3e7cd21291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2527 | 2023-12-08T22:48:39.817Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a04219f8eb986bf -C extra-filename=-4a04219f8eb986bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-1a3aaf1886ea04d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-d6310ae9a5c0d8ed.rmeta --cap-lints allow -D warnings` |
| 2528 | 2023-12-08T22:48:40.216Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2529 | 2023-12-08T22:48:40.220Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f07dbf716801c68 -C extra-filename=-0f07dbf716801c68 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-0f07dbf716801c68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-72a2abb2cf0395e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8e6cb03a3615cb75.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-985beb8d4c96de66.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-6dc528fb33689de0.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f75dc52179c27e45.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f053f90409c80810.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1124ea82a4942298.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-348309a5a3883e14.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-54e9bc6bd43b73e1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-aa335b19d16a7164.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-23222090219ed3f9.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bc59e18845579c2.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-dbc03062bd046473.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a4b6622587f02829.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2530 | 2023-12-08T22:48:40.300Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2531 | 2023-12-08T22:48:40.362Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b66b648628aa5f74 -C extra-filename=-b66b648628aa5f74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-aba0ec4eb9ec4013.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
| 2532 | 2023-12-08T22:48:40.810Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-0f07dbf716801c68/build-script-build` |
| 2533 | 2023-12-08T22:48:40.871Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd4f643bb0fa4e57 -C extra-filename=-cd4f643bb0fa4e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-55296223c8905605.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-be2b16d8eb900e10.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-72a2abb2cf0395e1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8e6cb03a3615cb75.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-985beb8d4c96de66.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-6dc528fb33689de0.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f75dc52179c27e45.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4915a8c6c3fe3b6a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a51c9503c37b751e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f053f90409c80810.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1124ea82a4942298.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-348309a5a3883e14.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-54e9bc6bd43b73e1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8190e8f00691da95.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-c4f0e08992bb4f35.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-681018778da6c197.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-aa335b19d16a7164.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-23222090219ed3f9.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3ca074035a2e7100.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-57572678d71e52ed.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ac03edf4730b2374.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bc59e18845579c2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-f7c2b7796e32d7a6.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-32ad42ce06f6cab4.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-9c36c215e5778119.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-a4b6622587f02829.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2534 | 2023-12-08T22:48:40.872Z | Compiling env_logger v0.10.0 |
| 2535 | 2023-12-08T22:48:40.872Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=4bd4e13ee64fd06a -C extra-filename=-4bd4e13ee64fd06a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --cap-lints allow -D warnings` |
| 2536 | 2023-12-08T22:48:41.053Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2537 | 2023-12-08T22:48:41.054Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9cdbb04ae963e3b5 -C extra-filename=-9cdbb04ae963e3b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2538 | 2023-12-08T22:48:41.184Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2539 | 2023-12-08T22:48:41.187Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65463c2bf7d0fa5c -C extra-filename=-65463c2bf7d0fa5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-ab1c60233b851b26.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2540 | 2023-12-08T22:48:41.288Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2541 | 2023-12-08T22:48:41.292Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fd902db45c05185 -C extra-filename=-2fd902db45c05185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4ad378aadac45620.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2542 | 2023-12-08T22:48:41.817Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2543 | 2023-12-08T22:48:41.845Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bad799783509a529 -C extra-filename=-bad799783509a529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2544 | 2023-12-08T22:48:45.230Z | Compiling rsa v0.9.2 |
| 2545 | 2023-12-08T22:48:45.295Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=cfe3681cbf346f58 -C extra-filename=-cfe3681cbf346f58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-d096faeef301f222.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ce8094695dd8f6ce.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-83176ad9c8455734.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-2893b2cd5c278914.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
| 2546 | 2023-12-08T22:48:45.295Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=56be592896df7f4b -C extra-filename=-56be592896df7f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-47435de1652fa9fb.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-9acaac233565381e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2547 | 2023-12-08T22:48:45.295Z | Compiling num v0.4.1 |
| 2548 | 2023-12-08T22:48:45.295Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=bf5edac01f673ca3 -C extra-filename=-bf5edac01f673ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-03a3ee00558cc36e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-90ee7d264145cac8.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-57f435888b122c70.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings` |
| 2549 | 2023-12-08T22:48:45.296Z | Compiling x509-cert v0.2.4 |
| 2550 | 2023-12-08T22:48:45.296Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=b2b95ff7fe67ca3c -C extra-filename=-b2b95ff7fe67ca3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-050b5b1ec547420c.rmeta --cap-lints allow -D warnings` |
| 2551 | 2023-12-08T22:48:45.296Z | Compiling ron v0.8.1 |
| 2552 | 2023-12-08T22:48:45.296Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d5f5f414d2286419 -C extra-filename=-d5f5f414d2286419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings` |
| 2553 | 2023-12-08T22:48:47.767Z | Compiling utf-8 v0.7.6 |
| 2554 | 2023-12-08T22:48:47.771Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d127f35e1baf2f5e -C extra-filename=-d127f35e1baf2f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2555 | 2023-12-08T22:48:48.282Z | Compiling crc-any v2.4.3 |
| 2556 | 2023-12-08T22:48:48.286Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=243f4363216938b3 -C extra-filename=-243f4363216938b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2557 | 2023-12-08T22:48:48.468Z | Compiling tungstenite v0.20.1 |
| 2558 | 2023-12-08T22:48:48.490Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=e8449dc5a9970012 -C extra-filename=-e8449dc5a9970012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-c25a7f7496695df9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6029a9906444aeac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d127f35e1baf2f5e.rmeta --cap-lints allow -D warnings` |
| 2559 | 2023-12-08T22:48:48.536Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2560 | 2023-12-08T22:48:48.542Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=befeeca455d3ad0f -C extra-filename=-befeeca455d3ad0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-d5f5f414d2286419.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b66b648628aa5f74.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
| 2561 | 2023-12-08T22:48:49.159Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2562 | 2023-12-08T22:48:49.164Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9af0bb8304cb4699 -C extra-filename=-9af0bb8304cb4699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-6672fc3e7cd21291.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-56be592896df7f4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2563 | 2023-12-08T22:48:49.767Z | Compiling object v0.30.4 |
| 2564 | 2023-12-08T22:48:49.771Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=d74447645ab3b9c7 -C extra-filename=-d74447645ab3b9c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1124ea82a4942298.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa80c618b8065deb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --cap-lints allow -D warnings` |
| 2565 | 2023-12-08T22:48:49.850Z | Compiling path-slash v0.1.5 |
| 2566 | 2023-12-08T22:48:49.853Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=870e60259411baa0 -C extra-filename=-870e60259411baa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2567 | 2023-12-08T22:48:50.152Z | Compiling tokio-tungstenite v0.20.1 |
| 2568 | 2023-12-08T22:48:50.155Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=0fd5306edbdb4e16 -C extra-filename=-0fd5306edbdb4e16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e8449dc5a9970012.rmeta --cap-lints allow -D warnings` |
| 2569 | 2023-12-08T22:48:50.974Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2570 | 2023-12-08T22:48:50.980Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14f9780a725314c3 -C extra-filename=-14f9780a725314c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2571 | 2023-12-08T22:48:51.448Z | Compiling buf-list v1.0.3 |
| 2572 | 2023-12-08T22:48:51.451Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=e819ecfedebe66cc -C extra-filename=-e819ecfedebe66cc --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-e819ecfedebe66cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2573 | 2023-12-08T22:48:51.833Z | Compiling display-error-chain v0.2.0 |
| 2574 | 2023-12-08T22:48:51.861Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c33ee704d422915a -C extra-filename=-c33ee704d422915a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2575 | 2023-12-08T22:48:52.063Z | Compiling parking_lot_core v0.8.6 |
| 2576 | 2023-12-08T22:48:52.067Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99d4ca97820188b4 -C extra-filename=-99d4ca97820188b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-99d4ca97820188b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2577 | 2023-12-08T22:48:52.095Z | Compiling nibble_vec v0.1.0 |
| 2578 | 2023-12-08T22:48:52.099Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c95765574927dbcd -C extra-filename=-c95765574927dbcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --cap-lints allow -D warnings` |
| 2579 | 2023-12-08T22:48:52.408Z | Compiling endian-type v0.1.2 |
| 2580 | 2023-12-08T22:48:52.482Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7094093e52ffe519 -C extra-filename=-7094093e52ffe519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2581 | 2023-12-08T22:48:52.624Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-e819ecfedebe66cc/build-script-build` |
| 2582 | 2023-12-08T22:48:52.652Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2583 | 2023-12-08T22:48:52.658Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54fc33f25bfb3a17 -C extra-filename=-54fc33f25bfb3a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-eb9007ca0a7db4c0.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-558ea407753c3e8b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 2584 | 2023-12-08T22:48:52.683Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=5b6a3f2dbc51070b -C extra-filename=-5b6a3f2dbc51070b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds` |
| 2585 | 2023-12-08T22:48:52.750Z | Compiling radix_trie v0.2.1 |
| 2586 | 2023-12-08T22:48:52.836Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b3fb1d8f55b783f -C extra-filename=-1b3fb1d8f55b783f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-7094093e52ffe519.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-c95765574927dbcd.rmeta --cap-lints allow -D warnings` |
| 2587 | 2023-12-08T22:48:52.859Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-99d4ca97820188b4/build-script-build` |
| 2588 | 2023-12-08T22:48:52.892Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2589 | 2023-12-08T22:48:52.895Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=99aa2c58f36c3495 -C extra-filename=-99aa2c58f36c3495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9cdbb04ae963e3b5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2590 | 2023-12-08T22:48:52.964Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2591 | 2023-12-08T22:48:52.967Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=377390159330bbbc -C extra-filename=-377390159330bbbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2592 | 2023-12-08T22:48:53.262Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2593 | 2023-12-08T22:48:53.265Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ce5fce89fd047936 -C extra-filename=-ce5fce89fd047936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2594 | 2023-12-08T22:48:53.684Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81e41ba2b0ac7d15 -C extra-filename=-81e41ba2b0ac7d15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0a077806bd7e84eb.rmeta --cap-lints allow -D warnings` |
| 2595 | 2023-12-08T22:48:53.941Z | Compiling trust-dns-client v0.22.0 |
| 2596 | 2023-12-08T22:48:53.944Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b091db3871026a0f -C extra-filename=-b091db3871026a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-1b3fb1d8f55b783f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rmeta --cap-lints allow -D warnings` |
| 2597 | 2023-12-08T22:48:54.768Z | Compiling parking_lot v0.11.2 |
| 2598 | 2023-12-08T22:48:54.774Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3707e1945799fc30 -C extra-filename=-3707e1945799fc30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-30c7dc3283c535e9.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-c0d85aeeedd1db0a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-81e41ba2b0ac7d15.rmeta --cap-lints allow -D warnings` |
| 2599 | 2023-12-08T22:48:55.458Z | Compiling sled v0.34.7 |
| 2600 | 2023-12-08T22:48:55.463Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=bb596902a395f642 -C extra-filename=-bb596902a395f642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2e6cb0fdfac0d5fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a981ba183737ec33.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-3707e1945799fc30.rmeta --cap-lints allow -D warnings` |
| 2601 | 2023-12-08T22:48:57.515Z | Compiling trust-dns-server v0.22.1 |
| 2602 | 2023-12-08T22:48:57.515Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e73ac1e67a28e7cb -C extra-filename=-e73ac1e67a28e7cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c877e58e27839d73.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8030b61cb9ca4f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-28edde0e79fa81cf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rmeta --cap-lints allow -D warnings` |
| 2603 | 2023-12-08T22:48:59.117Z | Compiling pretty-hex v0.4.0 |
| 2604 | 2023-12-08T22:48:59.146Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=bbeb7eb58c6ead42 -C extra-filename=-bbeb7eb58c6ead42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2605 | 2023-12-08T22:48:59.419Z | Compiling semver v0.1.20 |
| 2606 | 2023-12-08T22:48:59.425Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9167605ef855e737 -C extra-filename=-9167605ef855e737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2607 | 2023-12-08T22:49:00.554Z | Compiling rustc_version v0.1.7 |
| 2608 | 2023-12-08T22:49:00.564Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c204b087ee0a29ce -C extra-filename=-c204b087ee0a29ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-9167605ef855e737.rmeta --cap-lints allow -D warnings` |
| 2609 | 2023-12-08T22:49:01.153Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2610 | 2023-12-08T22:49:01.165Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=363f8656d6e26ea9 -C extra-filename=-363f8656d6e26ea9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-363f8656d6e26ea9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-95fbc7c23c05af95.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 2611 | 2023-12-08T22:49:01.354Z | Compiling newtype_derive v0.1.6 |
| 2612 | 2023-12-08T22:49:01.365Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=87ab273cfcac2f77 -C extra-filename=-87ab273cfcac2f77 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-87ab273cfcac2f77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c204b087ee0a29ce.rlib --cap-lints allow -D warnings` |
| 2613 | 2023-12-08T22:49:01.943Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2614 | 2023-12-08T22:49:01.965Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01ec615b71c53b49 -C extra-filename=-01ec615b71c53b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2615 | 2023-12-08T22:49:03.727Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2616 | 2023-12-08T22:49:03.732Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11e064c2c39af698 -C extra-filename=-11e064c2c39af698 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-11e064c2c39af698 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-95fbc7c23c05af95.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 2617 | 2023-12-08T22:49:05.649Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-87ab273cfcac2f77/build-script-build` |
| 2618 | 2023-12-08T22:49:05.790Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2619 | 2023-12-08T22:49:05.819Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=629959fb0c9ff071 -C extra-filename=-629959fb0c9ff071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
| 2620 | 2023-12-08T22:49:08.284Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2621 | 2023-12-08T22:49:08.291Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=56408fb41c8b66da -C extra-filename=-56408fb41c8b66da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c45a2e65d1ad4516.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d6cdc2cc60846d48.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6d3a23f55653afda.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c2110cf7b7fc166.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2622 | 2023-12-08T22:49:08.827Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2623 | 2023-12-08T22:49:08.836Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=a88eb8c5b5faf53b -C extra-filename=-a88eb8c5b5faf53b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c131f2361b5c2b2d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52ce6d369e8499fc.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2624 | 2023-12-08T22:49:12.384Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2625 | 2023-12-08T22:49:12.390Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4fc3386d3b11b8ee -C extra-filename=-4fc3386d3b11b8ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-8036eb2fb0734902.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-243f4363216938b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-cceb8e0e028647cd.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-4bd4e13ee64fd06a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-9af0bb8304cb4699.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-56be592896df7f4b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-c37157d808c21f6c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cfe3681cbf346f58.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-4a04219f8eb986bf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b2b95ff7fe67ca3c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
| 2626 | 2023-12-08T22:49:12.830Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2627 | 2023-12-08T22:49:12.833Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68b10b07427a99bb -C extra-filename=-68b10b07427a99bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-bad799783509a529.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2628 | 2023-12-08T22:49:15.275Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2629 | 2023-12-08T22:49:15.279Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bb521365a6d32c6f -C extra-filename=-bb521365a6d32c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2630 | 2023-12-08T22:49:16.148Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2631 | 2023-12-08T22:49:16.159Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e196c97d3d4fcd97 -C extra-filename=-e196c97d3d4fcd97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-9af0bb8304cb4699.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-4fc3386d3b11b8ee.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-d74447645ab3b9c7.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-870e60259411baa0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-cfe3681cbf346f58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b66b648628aa5f74.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-befeeca455d3ad0f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-06af5535c6198b55.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b2b95ff7fe67ca3c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2632 | 2023-12-08T22:49:16.428Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2633 | 2023-12-08T22:49:16.432Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19a648acafdb8570 -C extra-filename=-19a648acafdb8570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2634 | 2023-12-08T22:49:18.436Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2635 | 2023-12-08T22:49:18.440Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=085b7dbbf38d59bb -C extra-filename=-085b7dbbf38d59bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2636 | 2023-12-08T22:49:21.193Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2637 | 2023-12-08T22:49:21.201Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=988df318603e8215 -C extra-filename=-988df318603e8215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2638 | 2023-12-08T22:49:21.946Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=90083c391ac2a709 -C extra-filename=-90083c391ac2a709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign` |
| 2639 | 2023-12-08T22:49:22.150Z | Compiling memoffset v0.7.1 |
| 2640 | 2023-12-08T22:49:22.162Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8f380bafbc631838 -C extra-filename=-8f380bafbc631838 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-8f380bafbc631838 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
| 2641 | 2023-12-08T22:49:22.744Z | Compiling platforms v3.0.2 |
| 2642 | 2023-12-08T22:49:22.750Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0cb7554db24782e0 -C extra-filename=-0cb7554db24782e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-0cb7554db24782e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2643 | 2023-12-08T22:49:23.649Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-8f380bafbc631838/build-script-build` |
| 2644 | 2023-12-08T22:49:23.660Z | Running `/work/oxidecomputer/omicron/target/debug/build/platforms-0cb7554db24782e0/build-script-build` |
| 2645 | 2023-12-08T22:49:23.660Z | Compiling steno v0.4.0 |
| 2646 | 2023-12-08T22:49:23.660Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fc797d1a29f6577 -C extra-filename=-6fc797d1a29f6577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings` |
| 2647 | 2023-12-08T22:49:23.660Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b09f3b757e13ec10 -C extra-filename=-b09f3b757e13ec10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros` |
| 2648 | 2023-12-08T22:49:23.660Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ea9b135a7169d8e5 -C extra-filename=-ea9b135a7169d8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2649 | 2023-12-08T22:49:24.680Z | Compiling crossbeam-deque v0.8.3 |
| 2650 | 2023-12-08T22:49:24.683Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de0c924a38105e0e -C extra-filename=-de0c924a38105e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
| 2651 | 2023-12-08T22:49:24.845Z | Compiling unicase v2.7.0 |
| 2652 | 2023-12-08T22:49:24.848Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4e17b597ff6e6fea -C extra-filename=-4e17b597ff6e6fea --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-4e17b597ff6e6fea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 2653 | 2023-12-08T22:49:25.211Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2654 | 2023-12-08T22:49:25.259Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fcf733c510251e73 -C extra-filename=-fcf733c510251e73 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fcf733c510251e73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 2655 | 2023-12-08T22:49:25.427Z | Compiling salty v0.2.0 |
| 2656 | 2023-12-08T22:49:25.433Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=be16da5b0a40bd70 -C extra-filename=-be16da5b0a40bd70 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-be16da5b0a40bd70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2657 | 2023-12-08T22:49:25.823Z | Compiling rayon-core v1.12.0 |
| 2658 | 2023-12-08T22:49:25.855Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83d4042876c001bf -C extra-filename=-83d4042876c001bf --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-83d4042876c001bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2659 | 2023-12-08T22:49:26.394Z | Compiling signature v1.6.4 |
| 2660 | 2023-12-08T22:49:26.397Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=63c1f06889acbd12 -C extra-filename=-63c1f06889acbd12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2661 | 2023-12-08T22:49:26.397Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-be16da5b0a40bd70/build-script-build` |
| 2662 | 2023-12-08T22:49:26.470Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-83d4042876c001bf/build-script-build` |
| 2663 | 2023-12-08T22:49:26.516Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-fcf733c510251e73/build-script-build` |
| 2664 | 2023-12-08T22:49:26.623Z | Compiling ed25519 v1.5.3 |
| 2665 | 2023-12-08T22:49:26.629Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=51d0566daf0fad5f -C extra-filename=-51d0566daf0fad5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-63c1f06889acbd12.rmeta --cap-lints allow -D warnings` |
| 2666 | 2023-12-08T22:49:26.694Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-4e17b597ff6e6fea/build-script-build` |
| 2667 | 2023-12-08T22:49:26.953Z | Compiling curve25519-dalek v4.1.0 |
| 2668 | 2023-12-08T22:49:26.956Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=df6a69afff6ca425 -C extra-filename=-df6a69afff6ca425 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-df6a69afff6ca425 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-ea9b135a7169d8e5.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a24886e505c93f47.rlib --cap-lints allow -D warnings` |
| 2669 | 2023-12-08T22:49:27.156Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2670 | 2023-12-08T22:49:27.160Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=2a6836173286b347 -C extra-filename=-2a6836173286b347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b09f3b757e13ec10.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-494a3e00a892adf5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --cap-lints allow -D warnings` |
| 2671 | 2023-12-08T22:49:27.986Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2672 | 2023-12-08T22:49:27.989Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8015ed24515cbd0 -C extra-filename=-e8015ed24515cbd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9cdbb04ae963e3b5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2673 | 2023-12-08T22:49:29.787Z | Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-363f8656d6e26ea9/build-script-build` |
| 2674 | 2023-12-08T22:49:30.138Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2675 | 2023-12-08T22:49:30.143Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef6c301d3dce739e -C extra-filename=-ef6c301d3dce739e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8fe45624da2a3447.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dfff9f250ebab94e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 2676 | 2023-12-08T22:49:31.586Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2677 | 2023-12-08T22:49:31.592Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3a066722a1286c8 -C extra-filename=-f3a066722a1286c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2678 | 2023-12-08T22:49:35.045Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2679 | 2023-12-08T22:49:35.049Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=a00e1ae002df7d3e -C extra-filename=-a00e1ae002df7d3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 2680 | 2023-12-08T22:49:36.061Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-11e064c2c39af698/build-script-build` |
| 2681 | 2023-12-08T22:49:36.373Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=afc1eb0803af1386 -C extra-filename=-afc1eb0803af1386 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 2682 | 2023-12-08T22:49:37.007Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9aa68e242f6c3bb5 -C extra-filename=-9aa68e242f6c3bb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2683 | 2023-12-08T22:49:37.325Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2684 | 2023-12-08T22:49:37.370Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=118f6820456a65b3 -C extra-filename=-118f6820456a65b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-aba0ec4eb9ec4013.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c3bf34b18ecf8b70.rmeta --cap-lints allow -D warnings` |
| 2685 | 2023-12-08T22:49:37.837Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2686 | 2023-12-08T22:49:37.841Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a0ec9a7ae0a60e6 -C extra-filename=-6a0ec9a7ae0a60e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 2687 | 2023-12-08T22:49:39.786Z | Compiling globset v0.4.13 |
| 2688 | 2023-12-08T22:49:39.792Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=2d1cbf750e05e64c -C extra-filename=-2d1cbf750e05e64c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-eca6581c4ec1a882.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --cap-lints allow -D warnings` |
| 2689 | 2023-12-08T22:49:39.865Z | Compiling olpc-cjson v0.1.3 |
| 2690 | 2023-12-08T22:49:39.868Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f95ae50b77144ede -C extra-filename=-f95ae50b77144ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-7c2cf4bd1cb476cd.rmeta --cap-lints allow -D warnings` |
| 2691 | 2023-12-08T22:49:40.427Z | Compiling serde_plain v1.0.2 |
| 2692 | 2023-12-08T22:49:40.431Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=144bc284e3e61bd5 -C extra-filename=-144bc284e3e61bd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2693 | 2023-12-08T22:49:41.054Z | Compiling serde-big-array v0.5.1 |
| 2694 | 2023-12-08T22:49:41.081Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=647c32cd25b537b1 -C extra-filename=-647c32cd25b537b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2695 | 2023-12-08T22:49:41.417Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2696 | 2023-12-08T22:49:41.421Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d32ed444ec33b26f -C extra-filename=-d32ed444ec33b26f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2697 | 2023-12-08T22:49:42.926Z | Compiling async-recursion v1.0.5 |
| 2698 | 2023-12-08T22:49:42.934Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6bfcd26565b1af7 -C extra-filename=-f6bfcd26565b1af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2699 | 2023-12-08T22:49:43.146Z | Compiling typed-path v0.7.0 |
| 2700 | 2023-12-08T22:49:43.615Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fb9d79c8d8f9970a -C extra-filename=-fb9d79c8d8f9970a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2701 | 2023-12-08T22:49:44.949Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2702 | 2023-12-08T22:49:44.953Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d1d2ae1ea660778 -C extra-filename=-4d1d2ae1ea660778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-d32ed444ec33b26f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2703 | 2023-12-08T22:49:45.771Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d73de40fb5a3c03b -C extra-filename=-d73de40fb5a3c03b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-a981ba183737ec33.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-b5edf382b896fc95.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-1aeaf1d60cc951d6.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-2a6836173286b347.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-647c32cd25b537b1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-ef8aaf88987f1e15.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bc59e18845579c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-118f6820456a65b3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2704 | 2023-12-08T22:49:47.297Z | Compiling tough v0.16.0 |
| 2705 | 2023-12-08T22:49:47.308Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=1710c127ec1a7eef -C extra-filename=-1710c127ec1a7eef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-f6bfcd26565b1af7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-b5627ba9c8616dae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-2d1cbf750e05e64c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-f95ae50b77144ede.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-144bc284e3e61bd5.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-fb9d79c8d8f9970a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-51c844fb339406e8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 2706 | 2023-12-08T22:49:48.186Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2707 | 2023-12-08T22:49:48.192Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bda098a66a7761c8 -C extra-filename=-bda098a66a7761c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 2708 | 2023-12-08T22:49:48.577Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-df6a69afff6ca425/build-script-build` |
| 2709 | 2023-12-08T22:49:48.736Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=492ed662d5ae01f7 -C extra-filename=-492ed662d5ae01f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
| 2710 | 2023-12-08T22:49:49.361Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=4ac78139275a0bd6 -C extra-filename=-4ac78139275a0bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-51d0566daf0fad5f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg tweetnacl` |
| 2711 | 2023-12-08T22:49:53.964Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=190de7141266ef1a -C extra-filename=-190de7141266ef1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-de0c924a38105e0e.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
| 2712 | 2023-12-08T22:49:54.105Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2713 | 2023-12-08T22:49:54.110Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f26f2da54c817e0 -C extra-filename=-0f26f2da54c817e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-0f26f2da54c817e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-95fbc7c23c05af95.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 2714 | 2023-12-08T22:49:54.643Z | Compiling signal-hook-tokio v0.3.1 |
| 2715 | 2023-12-08T22:49:54.673Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=6ac4b78c905ab268 -C extra-filename=-6ac4b78c905ab268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
| 2716 | 2023-12-08T22:49:54.928Z | Compiling serde-big-array v0.4.1 |
| 2717 | 2023-12-08T22:49:54.941Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2192f96db6e2dfd8 -C extra-filename=-2192f96db6e2dfd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2718 | 2023-12-08T22:49:55.194Z | Compiling universal-hash v0.5.1 |
| 2719 | 2023-12-08T22:49:55.200Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ee25eaeac943688 -C extra-filename=-4ee25eaeac943688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --cap-lints allow -D warnings` |
| 2720 | 2023-12-08T22:49:55.516Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2721 | 2023-12-08T22:49:55.561Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6f5aabbc32661f8c -C extra-filename=-6f5aabbc32661f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2722 | 2023-12-08T22:49:56.502Z | Compiling curve25519-dalek-derive v0.1.0 |
| 2723 | 2023-12-08T22:49:56.508Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab452b72d444a318 -C extra-filename=-ab452b72d444a318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2724 | 2023-12-08T22:49:56.965Z | Compiling opaque-debug v0.3.0 |
| 2725 | 2023-12-08T22:49:56.972Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2b10d27ff7ff6954 -C extra-filename=-2b10d27ff7ff6954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2726 | 2023-12-08T22:49:57.121Z | Compiling poly1305 v0.8.0 |
| 2727 | 2023-12-08T22:49:57.127Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=52a2a9ca0ae6d810 -C extra-filename=-52a2a9ca0ae6d810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-2b10d27ff7ff6954.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-4ee25eaeac943688.rmeta --cap-lints allow -D warnings` |
| 2728 | 2023-12-08T22:49:57.992Z | Compiling rayon v1.8.0 |
| 2729 | 2023-12-08T22:49:57.999Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bfab4357444caa6 -C extra-filename=-8bfab4357444caa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-190de7141266ef1a.rmeta --cap-lints allow -D warnings` |
| 2730 | 2023-12-08T22:49:59.240Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=d289b81fa12ccfd4 -C extra-filename=-d289b81fa12ccfd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-ab452b72d444a318.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cfb2bbac779740b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
| 2731 | 2023-12-08T22:50:00.036Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2732 | 2023-12-08T22:50:00.042Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=dbce165d6dd78309 -C extra-filename=-dbce165d6dd78309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4d1d2ae1ea660778.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-4ac78139275a0bd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-2192f96db6e2dfd8.rmeta --cap-lints allow -D warnings` |
| 2733 | 2023-12-08T22:50:01.497Z | Compiling thiserror-no-std v2.0.2 |
| 2734 | 2023-12-08T22:50:01.501Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f13c9997f7087a68 -C extra-filename=-f13c9997f7087a68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-6f5aabbc32661f8c.so --cap-lints allow -D warnings` |
| 2735 | 2023-12-08T22:50:01.684Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2736 | 2023-12-08T22:50:01.688Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89d15d5e4bc7bd36 -C extra-filename=-89d15d5e4bc7bd36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d73de40fb5a3c03b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-988df318603e8215.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 2737 | 2023-12-08T22:50:02.142Z | Compiling mime_guess v2.0.4 |
| 2738 | 2023-12-08T22:50:02.146Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=4e19c81f511d4ca8 -C extra-filename=-4e19c81f511d4ca8 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-4e19c81f511d4ca8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-492ed662d5ae01f7.rlib --cap-lints allow -D warnings` |
| 2739 | 2023-12-08T22:50:04.473Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2740 | 2023-12-08T22:50:04.482Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=66ef64d6c94c5faa -C extra-filename=-66ef64d6c94c5faa --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-66ef64d6c94c5faa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-14f9780a725314c3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2741 | 2023-12-08T22:50:05.078Z | Compiling chacha20 v0.9.1 |
| 2742 | 2023-12-08T22:50:05.127Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=e92b3c88abb03bef -C extra-filename=-e92b3c88abb03bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-72a2abb2cf0395e1.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-688e8dc1d1448767.rmeta --cap-lints allow -D warnings` |
| 2743 | 2023-12-08T22:50:05.441Z | Compiling aead v0.5.2 |
| 2744 | 2023-12-08T22:50:05.865Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=1a624d83266eaee3 -C extra-filename=-1a624d83266eaee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-457861be037dadda.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f6df480a7c6817d8.rmeta --cap-lints allow -D warnings` |
| 2745 | 2023-12-08T22:50:05.877Z | Compiling kstat-rs v0.2.3 |
| 2746 | 2023-12-08T22:50:05.877Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b20127b1a8309df2 -C extra-filename=-b20127b1a8309df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
| 2747 | 2023-12-08T22:50:06.026Z | Compiling corncobs v0.1.3 |
| 2748 | 2023-12-08T22:50:06.438Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0822af0aea738034 -C extra-filename=-0822af0aea738034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2749 | 2023-12-08T22:50:06.438Z | Compiling chacha20poly1305 v0.10.1 |
| 2750 | 2023-12-08T22:50:06.438Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=c48846e160e3d559 -C extra-filename=-c48846e160e3d559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-1a624d83266eaee3.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e92b3c88abb03bef.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-72a2abb2cf0395e1.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-52a2a9ca0ae6d810.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
| 2751 | 2023-12-08T22:50:06.520Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2752 | 2023-12-08T22:50:06.523Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=009eb845872f02e3 -C extra-filename=-009eb845872f02e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-0822af0aea738034.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4d1d2ae1ea660778.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-4ac78139275a0bd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-dbce165d6dd78309.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-beae685ade96ae94.rmeta --cap-lints allow -D warnings` |
| 2753 | 2023-12-08T22:50:06.626Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-66ef64d6c94c5faa/build-script-build` |
| 2754 | 2023-12-08T22:50:06.671Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-4e19c81f511d4ca8/build-script-build` |
| 2755 | 2023-12-08T22:50:06.731Z | Compiling vsss-rs v3.3.1 |
| 2756 | 2023-12-08T22:50:06.761Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=641c46e708e958a1 -C extra-filename=-641c46e708e958a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d289b81fa12ccfd4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-985beb8d4c96de66.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-49ba573a971a5789.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8e66244baa1a5b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e4d03c814ee1d591.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-f13c9997f7087a68.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --cap-lints allow -D warnings` |
| 2757 | 2023-12-08T22:50:07.151Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2758 | 2023-12-08T22:50:07.157Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a02cf5c820d4e45 -C extra-filename=-2a02cf5c820d4e45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2759 | 2023-12-08T22:50:07.239Z | Compiling diff v0.1.13 |
| 2760 | 2023-12-08T22:50:07.243Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b40759dfb27c6b8f -C extra-filename=-b40759dfb27c6b8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2761 | 2023-12-08T22:50:08.360Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=aa349d6acb1d14a1 -C extra-filename=-aa349d6acb1d14a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-a6cf1a4a13963194.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-492ed662d5ae01f7.rmeta --cap-lints allow -D warnings` |
| 2762 | 2023-12-08T22:50:18.482Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2763 | 2023-12-08T22:50:18.605Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=4fa871902701d255 -C extra-filename=-4fa871902701d255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-b20127b1a8309df2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2764 | 2023-12-08T22:50:18.606Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 2765 | 2023-12-08T22:50:18.607Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=06c2a7cd2c8fa599 -C extra-filename=-06c2a7cd2c8fa599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 2766 | 2023-12-08T22:50:18.816Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 2767 | 2023-12-08T22:50:18.816Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/945f040/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5645d2348c4d7f36 -C extra-filename=-5645d2348c4d7f36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 2768 | 2023-12-08T22:50:18.817Z | Compiling bcs v0.1.6 |
| 2769 | 2023-12-08T22:50:18.817Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74933ec96320e472 -C extra-filename=-74933ec96320e472 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --cap-lints allow -D warnings` |
| 2770 | 2023-12-08T22:50:18.817Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=777d5ee9fad3c520 -C extra-filename=-777d5ee9fad3c520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 2771 | 2023-12-08T22:50:18.818Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2772 | 2023-12-08T22:50:18.818Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a87eda853e4621de -C extra-filename=-a87eda853e4621de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-89d15d5e4bc7bd36.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-009eb845872f02e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2773 | 2023-12-08T22:50:18.821Z | Compiling highway v1.1.0 |
| 2774 | 2023-12-08T22:50:18.821Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ac2bb27a4d43cdb1 -C extra-filename=-ac2bb27a4d43cdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2775 | 2023-12-08T22:50:18.821Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2776 | 2023-12-08T22:50:18.821Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61a0e3851acb65f9 -C extra-filename=-61a0e3851acb65f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2777 | 2023-12-08T22:50:18.822Z | Compiling assert_matches v1.5.0 |
| 2778 | 2023-12-08T22:50:18.822Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c31966c9f8a96595 -C extra-filename=-c31966c9f8a96595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2779 | 2023-12-08T22:50:18.822Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2780 | 2023-12-08T22:50:18.822Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1de1a6faf8ca9fd2 -C extra-filename=-1de1a6faf8ca9fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2781 | 2023-12-08T22:50:19.065Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 2782 | 2023-12-08T22:50:19.086Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f6f4c816d50851c -C extra-filename=-2f6f4c816d50851c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2783 | 2023-12-08T22:50:19.635Z | Compiling http-range v0.1.5 |
| 2784 | 2023-12-08T22:50:19.640Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=624d8bf4a474c564 -C extra-filename=-624d8bf4a474c564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2785 | 2023-12-08T22:50:20.202Z | Compiling hyper-staticfile v0.9.5 |
| 2786 | 2023-12-08T22:50:20.224Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf46b0b72fa2c195 -C extra-filename=-cf46b0b72fa2c195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-624d8bf4a474c564.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-0c1307657e91e527.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --cap-lints allow -D warnings` |
| 2787 | 2023-12-08T22:50:21.520Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 2788 | 2023-12-08T22:50:21.525Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/3e1d129/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c278a2edea09091 -C extra-filename=-1c278a2edea09091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99a45a6314d045bd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2f6f4c816d50851c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-bb83720ea4b74ae5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 2789 | 2023-12-08T22:50:21.865Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2790 | 2023-12-08T22:50:21.928Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54bba938ae5ac020 -C extra-filename=-54bba938ae5ac020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2791 | 2023-12-08T22:50:22.054Z | Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-0f26f2da54c817e0/build-script-build` |
| 2792 | 2023-12-08T22:50:22.128Z | Compiling crunchy v0.2.2 |
| 2793 | 2023-12-08T22:50:22.559Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=3376d3ae36664b65 -C extra-filename=-3376d3ae36664b65 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-3376d3ae36664b65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2794 | 2023-12-08T22:50:22.571Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=169ce7bbbc49bfd5 -C extra-filename=-169ce7bbbc49bfd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 2795 | 2023-12-08T22:50:23.002Z | Compiling portable-atomic v1.4.3 |
| 2796 | 2023-12-08T22:50:23.012Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=dbb387c2f0dcaf3a -C extra-filename=-dbb387c2f0dcaf3a --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-dbb387c2f0dcaf3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2797 | 2023-12-08T22:50:23.588Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-3376d3ae36664b65/build-script-build` |
| 2798 | 2023-12-08T22:50:23.634Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2799 | 2023-12-08T22:50:23.641Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e32b62696d369ac7 -C extra-filename=-e32b62696d369ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-89d15d5e4bc7bd36.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a87eda853e4621de.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 2800 | 2023-12-08T22:50:24.766Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-dbb387c2f0dcaf3a/build-script-build` |
| 2801 | 2023-12-08T22:50:24.876Z | Compiling clang-sys v1.6.1 |
| 2802 | 2023-12-08T22:50:24.881Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=159fd715a3d2ceb9 -C extra-filename=-159fd715a3d2ceb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-159fd715a3d2ceb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --cap-lints allow -D warnings` |
| 2803 | 2023-12-08T22:50:25.276Z | Compiling prettyplease v0.2.12 |
| 2804 | 2023-12-08T22:50:25.279Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5769255b7b8bdaf -C extra-filename=-f5769255b7b8bdaf --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f5769255b7b8bdaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2805 | 2023-12-08T22:50:25.961Z | Compiling humantime v2.1.0 |
| 2806 | 2023-12-08T22:50:25.965Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ec1d71338dd5297 -C extra-filename=-5ec1d71338dd5297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2807 | 2023-12-08T22:50:26.067Z | Compiling tiny-keccak v2.0.2 |
| 2808 | 2023-12-08T22:50:26.077Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9873ee69bc200370 -C extra-filename=-9873ee69bc200370 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9873ee69bc200370 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2809 | 2023-12-08T22:50:26.699Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-159fd715a3d2ceb9/build-script-build` |
| 2810 | 2023-12-08T22:50:26.705Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f5769255b7b8bdaf/build-script-build` |
| 2811 | 2023-12-08T22:50:26.705Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=ea11d264558709fb -C extra-filename=-ea11d264558709fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16` |
| 2812 | 2023-12-08T22:50:26.707Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-9873ee69bc200370/build-script-build` |
| 2813 | 2023-12-08T22:50:26.720Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=ef5bd9cae5ef00d5 -C extra-filename=-ef5bd9cae5ef00d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2814 | 2023-12-08T22:50:26.792Z | Compiling darling_core v0.14.4 |
| 2815 | 2023-12-08T22:50:26.805Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=ed75269fea986458 -C extra-filename=-ed75269fea986458 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-9c54d2122078b91b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-24e28f3cc805bf1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings` |
| 2816 | 2023-12-08T22:50:26.865Z | Compiling minimal-lexical v0.2.1 |
| 2817 | 2023-12-08T22:50:26.875Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e6a09c60c1c2b55e -C extra-filename=-e6a09c60c1c2b55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2818 | 2023-12-08T22:50:27.754Z | Compiling number_prefix v0.4.0 |
| 2819 | 2023-12-08T22:50:27.758Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=41ec9f0d84c73123 -C extra-filename=-41ec9f0d84c73123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2820 | 2023-12-08T22:50:28.101Z | Compiling nom v7.1.3 |
| 2821 | 2023-12-08T22:50:28.107Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=dcd0cf91ec915e4d -C extra-filename=-dcd0cf91ec915e4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-e6a09c60c1c2b55e.rmeta --cap-lints allow -D warnings` |
| 2822 | 2023-12-08T22:50:28.650Z | Compiling indicatif v0.17.7 |
| 2823 | 2023-12-08T22:50:28.653Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=59795aa0d9c5f644 -C extra-filename=-59795aa0d9c5f644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-41ec9f0d84c73123.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-ea11d264558709fb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
| 2824 | 2023-12-08T22:50:31.084Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2825 | 2023-12-08T22:50:31.108Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d6cba0e676c95edd -C extra-filename=-d6cba0e676c95edd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cf46b0b72fa2c195.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1c278a2edea09091.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 2826 | 2023-12-08T22:50:32.379Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=9439a74d3356bcd6 -C extra-filename=-9439a74d3356bcd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-ef5bd9cae5ef00d5.rmeta --cap-lints allow -D warnings` |
| 2827 | 2023-12-08T22:50:33.446Z | Compiling ascii-canvas v3.0.0 |
| 2828 | 2023-12-08T22:50:33.450Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=af1022019d10b377 -C extra-filename=-af1022019d10b377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rmeta --cap-lints allow -D warnings` |
| 2829 | 2023-12-08T22:50:34.335Z | Compiling ena v0.14.2 |
| 2830 | 2023-12-08T22:50:34.341Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ff2821cd612a907 -C extra-filename=-1ff2821cd612a907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings` |
| 2831 | 2023-12-08T22:50:34.408Z | Compiling libloading v0.7.4 |
| 2832 | 2023-12-08T22:50:34.421Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58f08b9a0f06fc51 -C extra-filename=-58f08b9a0f06fc51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --cap-lints allow -D warnings` |
| 2833 | 2023-12-08T22:50:34.976Z | Compiling ref-cast v1.0.20 |
| 2834 | 2023-12-08T22:50:34.985Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94f12e0317de2d68 -C extra-filename=-94f12e0317de2d68 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-94f12e0317de2d68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2835 | 2023-12-08T22:50:35.005Z | Compiling regex-syntax v0.6.29 |
| 2836 | 2023-12-08T22:50:35.019Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=748dcee92cac8211 -C extra-filename=-748dcee92cac8211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2837 | 2023-12-08T22:50:35.906Z | Compiling bindgen v0.65.1 |
| 2838 | 2023-12-08T22:50:35.911Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=2dc4fb3d69c16665 -C extra-filename=-2dc4fb3d69c16665 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-2dc4fb3d69c16665 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2839 | 2023-12-08T22:50:36.767Z | Compiling darling_macro v0.14.4 |
| 2840 | 2023-12-08T22:50:36.771Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10c0a0d5b4aa0b51 -C extra-filename=-10c0a0d5b4aa0b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ed75269fea986458.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2841 | 2023-12-08T22:50:37.126Z | Compiling maplit v1.0.2 |
| 2842 | 2023-12-08T22:50:37.139Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2be96bd6b55b8b90 -C extra-filename=-2be96bd6b55b8b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2843 | 2023-12-08T22:50:37.300Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-2dc4fb3d69c16665/build-script-build` |
| 2844 | 2023-12-08T22:50:37.348Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-94f12e0317de2d68/build-script-build` |
| 2845 | 2023-12-08T22:50:37.456Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=5a307eb8c2caa848 -C extra-filename=-5a307eb8c2caa848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-58f08b9a0f06fc51.rmeta --cap-lints allow -D warnings` |
| 2846 | 2023-12-08T22:50:38.592Z | Compiling cexpr v0.6.0 |
| 2847 | 2023-12-08T22:50:38.613Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5dd74d2c75a6eb41 -C extra-filename=-5dd74d2c75a6eb41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-dcd0cf91ec915e4d.rmeta --cap-lints allow -D warnings` |
| 2848 | 2023-12-08T22:50:38.765Z | Compiling darling v0.14.4 |
| 2849 | 2023-12-08T22:50:38.772Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=8d93138f60d7bd18 -C extra-filename=-8d93138f60d7bd18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ed75269fea986458.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-10c0a0d5b4aa0b51.so --cap-lints allow -D warnings` |
| 2850 | 2023-12-08T22:50:38.957Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4ae04745cafca00b -C extra-filename=-4ae04745cafca00b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --cap-lints allow -D warnings` |
| 2851 | 2023-12-08T22:50:41.467Z | Compiling lalrpop v0.19.12 |
| 2852 | 2023-12-08T22:50:41.477Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=99cf9a6ef9f8447c -C extra-filename=-99cf9a6ef9f8447c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-af1022019d10b377.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-c87ee7a4a219efa1.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b40759dfb27c6b8f.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-1ff2821cd612a907.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-748dcee92cac8211.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bc59e18845579c2.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-9439a74d3356bcd6.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8f50244e4f591a95.rmeta --cap-lints allow -D warnings` |
| 2853 | 2023-12-08T22:50:42.306Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2854 | 2023-12-08T22:50:42.310Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8d223f3c1f3ee7f -C extra-filename=-d8d223f3c1f3ee7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2855 | 2023-12-08T22:50:44.166Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2856 | 2023-12-08T22:50:44.177Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08013eb50489d1c3 -C extra-filename=-08013eb50489d1c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-08013eb50489d1c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-14f9780a725314c3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2857 | 2023-12-08T22:50:44.727Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2858 | 2023-12-08T22:50:44.733Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63156c9442995cdd -C extra-filename=-63156c9442995cdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2859 | 2023-12-08T22:50:45.252Z | Compiling ref-cast-impl v1.0.20 |
| 2860 | 2023-12-08T22:50:45.261Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52c0ec772ea27005 -C extra-filename=-52c0ec772ea27005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2861 | 2023-12-08T22:50:45.284Z | Compiling which v4.4.0 |
| 2862 | 2023-12-08T22:50:45.291Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdd4eddad83fbb79 -C extra-filename=-fdd4eddad83fbb79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 2863 | 2023-12-08T22:50:46.293Z | Compiling fs-err v2.11.0 |
| 2864 | 2023-12-08T22:50:46.302Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0099cc6bb9418a56 -C extra-filename=-0099cc6bb9418a56 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-0099cc6bb9418a56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c1e84996da593841.rlib --cap-lints allow -D warnings` |
| 2865 | 2023-12-08T22:50:46.879Z | Compiling shlex v1.1.0 |
| 2866 | 2023-12-08T22:50:46.883Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a8a0f9a58c9fc10 -C extra-filename=-6a8a0f9a58c9fc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2867 | 2023-12-08T22:50:47.355Z | Compiling rustc-hash v1.1.0 |
| 2868 | 2023-12-08T22:50:47.359Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a98917ec901c0bd -C extra-filename=-7a98917ec901c0bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2869 | 2023-12-08T22:50:47.581Z | Compiling lazycell v1.3.0 |
| 2870 | 2023-12-08T22:50:47.585Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6fd7d5884299277 -C extra-filename=-a6fd7d5884299277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2871 | 2023-12-08T22:50:47.611Z | Compiling peeking_take_while v0.1.2 |
| 2872 | 2023-12-08T22:50:47.629Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06d3e9b429c43bd7 -C extra-filename=-06d3e9b429c43bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2873 | 2023-12-08T22:50:47.812Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=d5d9999381572790 -C extra-filename=-d5d9999381572790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-5dd74d2c75a6eb41.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-5a307eb8c2caa848.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a6fd7d5884299277.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-06d3e9b429c43bd7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4ae04745cafca00b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7a98917ec901c0bd.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a8a0f9a58c9fc10.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-fdd4eddad83fbb79.rmeta --cap-lints allow -D warnings` |
| 2874 | 2023-12-08T22:50:47.847Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=650cbfdbbdfe8fde -C extra-filename=-650cbfdbbdfe8fde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-52c0ec772ea27005.so --cap-lints allow -D warnings` |
| 2875 | 2023-12-08T22:50:48.061Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-0099cc6bb9418a56/build-script-build` |
| 2876 | 2023-12-08T22:50:48.287Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-08013eb50489d1c3/build-script-build` |
| 2877 | 2023-12-08T22:50:48.332Z | Compiling derive_builder_core v0.12.0 |
| 2878 | 2023-12-08T22:50:48.335Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c12beefcdfc180a -C extra-filename=-1c12beefcdfc180a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-8d93138f60d7bd18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rmeta --cap-lints allow -D warnings` |
| 2879 | 2023-12-08T22:50:50.604Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2880 | 2023-12-08T22:50:50.624Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=493e2ab4cd244aab -C extra-filename=-493e2ab4cd244aab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2881 | 2023-12-08T22:50:51.288Z | Compiling libxml v0.3.3 |
| 2882 | 2023-12-08T22:50:51.293Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c14b6e27c8d1703 -C extra-filename=-1c14b6e27c8d1703 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-1c14b6e27c8d1703 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings` |
| 2883 | 2023-12-08T22:50:51.695Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=276ec3bce00d5f09 -C extra-filename=-276ec3bce00d5f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg rustc_1_63` |
| 2884 | 2023-12-08T22:50:52.008Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-1c14b6e27c8d1703/build-script-build` |
| 2885 | 2023-12-08T22:50:52.114Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2886 | 2023-12-08T22:50:52.122Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a77aef0b9ca36218 -C extra-filename=-a77aef0b9ca36218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2887 | 2023-12-08T22:50:52.545Z | Compiling derive_builder_macro v0.12.0 |
| 2888 | 2023-12-08T22:50:52.555Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26cbf5ffbafedd0c -C extra-filename=-26cbf5ffbafedd0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-1c12beefcdfc180a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2889 | 2023-12-08T22:50:52.586Z | Compiling bytesize v1.3.0 |
| 2890 | 2023-12-08T22:50:52.591Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=eeae718e0c35ba84 -C extra-filename=-eeae718e0c35ba84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2891 | 2023-12-08T22:50:53.317Z | Compiling strum_macros v0.24.3 |
| 2892 | 2023-12-08T22:50:53.329Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de549791c812edf1 -C extra-filename=-de549791c812edf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-1857facc6a275161.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2893 | 2023-12-08T22:50:54.137Z | Compiling cookie v0.18.0 |
| 2894 | 2023-12-08T22:50:54.141Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a22a2ef6b5d380b1 -C extra-filename=-a22a2ef6b5d380b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a22a2ef6b5d380b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 2895 | 2023-12-08T22:50:54.172Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2896 | 2023-12-08T22:50:54.177Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8df28a2c4d490af -C extra-filename=-e8df28a2c4d490af --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-e8df28a2c4d490af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2c487f79507661dd.rlib --cap-lints allow -D warnings` |
| 2897 | 2023-12-08T22:50:54.669Z | Compiling indoc v1.0.9 |
| 2898 | 2023-12-08T22:50:54.706Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a762f8d2daa77eb2 -C extra-filename=-a762f8d2daa77eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
| 2899 | 2023-12-08T22:50:54.786Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-e8df28a2c4d490af/build-script-build` |
| 2900 | 2023-12-08T22:50:54.896Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a22a2ef6b5d380b1/build-script-build` |
| 2901 | 2023-12-08T22:50:55.003Z | Compiling derive_builder v0.12.0 |
| 2902 | 2023-12-08T22:50:55.007Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eb1a666d81f8694c -C extra-filename=-eb1a666d81f8694c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-26cbf5ffbafedd0c.so --cap-lints allow -D warnings` |
| 2903 | 2023-12-08T22:50:55.275Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbedf2bc58b17751 -C extra-filename=-fbedf2bc58b17751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2` |
| 2904 | 2023-12-08T22:50:56.565Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5d60736a11839f1 -C extra-filename=-c5d60736a11839f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-63156c9442995cdd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d8d223f3c1f3ee7f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-61a0e3851acb65f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 2905 | 2023-12-08T22:51:00.145Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2906 | 2023-12-08T22:51:00.173Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ccca34c87a6c3832 -C extra-filename=-ccca34c87a6c3832 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-ccca34c87a6c3832 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-14f9780a725314c3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2907 | 2023-12-08T22:51:00.176Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2908 | 2023-12-08T22:51:00.176Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b3d543c3f6dfe0c -C extra-filename=-4b3d543c3f6dfe0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2909 | 2023-12-08T22:51:00.647Z | Compiling bb8 v0.8.1 |
| 2910 | 2023-12-08T22:51:00.647Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=31f953e0ba0ced3a -C extra-filename=-31f953e0ba0ced3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-06412b5ccf50305b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-af647ea9423ed3ec.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5405541c40fedf6c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
| 2911 | 2023-12-08T22:51:00.706Z | Compiling quick-xml v0.23.1 |
| 2912 | 2023-12-08T22:51:00.709Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=3ed581c6855895b5 -C extra-filename=-3ed581c6855895b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-918fa9e671606ec5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 2913 | 2023-12-08T22:51:01.493Z | Compiling oso-derive v0.27.0 |
| 2914 | 2023-12-08T22:51:01.497Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb3d098932c2b5ad -C extra-filename=-cb3d098932c2b5ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2915 | 2023-12-08T22:51:02.843Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2916 | 2023-12-08T22:51:02.880Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05e4534c61cf9ec3 -C extra-filename=-05e4534c61cf9ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2917 | 2023-12-08T22:51:03.588Z | Compiling is_ci v1.1.1 |
| 2918 | 2023-12-08T22:51:03.596Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a54a863ce1f57c8f -C extra-filename=-a54a863ce1f57c8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2919 | 2023-12-08T22:51:03.974Z | Compiling smawk v0.3.1 |
| 2920 | 2023-12-08T22:51:03.977Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5597cffd9fb84645 -C extra-filename=-5597cffd9fb84645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2921 | 2023-12-08T22:51:04.168Z | Compiling unicode-linebreak v0.1.5 |
| 2922 | 2023-12-08T22:51:04.172Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d22bc351435492d -C extra-filename=-7d22bc351435492d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2923 | 2023-12-08T22:51:04.299Z | Compiling supports-color v2.1.0 |
| 2924 | 2023-12-08T22:51:04.303Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ec8ff03521d695a -C extra-filename=-7ec8ff03521d695a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-a54a863ce1f57c8f.rmeta --cap-lints allow -D warnings` |
| 2925 | 2023-12-08T22:51:04.909Z | Compiling textwrap v0.16.0 |
| 2926 | 2023-12-08T22:51:04.922Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=efbdc2c66f61b52d -C extra-filename=-efbdc2c66f61b52d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-5597cffd9fb84645.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-7d22bc351435492d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
| 2927 | 2023-12-08T22:51:05.011Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2928 | 2023-12-08T22:51:05.016Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' -C metadata=f4bfa01f82361273 -C extra-filename=-f4bfa01f82361273 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-31f953e0ba0ced3a.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
| 2929 | 2023-12-08T22:51:06.189Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-ccca34c87a6c3832/build-script-build` |
| 2930 | 2023-12-08T22:51:06.238Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f85abe9eac07172 -C extra-filename=-5f85abe9eac07172 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9b800e302f11b330.rmeta --cap-lints allow -D warnings` |
| 2931 | 2023-12-08T22:51:07.092Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29ef3009daecd0b1 -C extra-filename=-29ef3009daecd0b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
| 2932 | 2023-12-08T22:51:07.701Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2933 | 2023-12-08T22:51:07.728Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f76a3bffd368a3a -C extra-filename=-2f76a3bffd368a3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-eeae718e0c35ba84.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 2934 | 2023-12-08T22:51:08.006Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2935 | 2023-12-08T22:51:08.009Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8c4a5dafb398428 -C extra-filename=-c8c4a5dafb398428 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-493e2ab4cd244aab.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2936 | 2023-12-08T22:51:20.914Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2937 | 2023-12-08T22:51:20.918Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=766a6288bd5e0312 -C extra-filename=-766a6288bd5e0312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2938 | 2023-12-08T22:51:21.549Z | Compiling indoc v2.0.3 |
| 2939 | 2023-12-08T22:51:21.561Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1da3176054db8acb -C extra-filename=-1da3176054db8acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
| 2940 | 2023-12-08T22:51:22.731Z | Compiling cassowary v0.3.0 |
| 2941 | 2023-12-08T22:51:22.740Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=604bbb0567fc0a81 -C extra-filename=-604bbb0567fc0a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2942 | 2023-12-08T22:51:23.479Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2943 | 2023-12-08T22:51:23.482Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=161cf20620ba47e8 -C extra-filename=-161cf20620ba47e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2944 | 2023-12-08T22:51:24.954Z | Compiling ratatui v0.23.0 |
| 2945 | 2023-12-08T22:51:24.962Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=6826507eaa28f4f1 -C extra-filename=-6826507eaa28f4f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-95e0840708437b88.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-604bbb0567fc0a81.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-1da3176054db8acb.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b7536b5015ff5583.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
| 2946 | 2023-12-08T22:51:27.753Z | Compiling rtoolbox v0.0.1 |
| 2947 | 2023-12-08T22:51:27.802Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f827b6360075776b -C extra-filename=-f827b6360075776b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 2948 | 2023-12-08T22:51:28.422Z | Compiling rpassword v7.3.1 |
| 2949 | 2023-12-08T22:51:28.429Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19270a1b98edf2ba -C extra-filename=-19270a1b98edf2ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-f827b6360075776b.rmeta --cap-lints allow -D warnings` |
| 2950 | 2023-12-08T22:51:28.947Z | Compiling shell-words v1.1.0 |
| 2951 | 2023-12-08T22:51:28.961Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c646a9162b042b75 -C extra-filename=-c646a9162b042b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2952 | 2023-12-08T22:51:29.442Z | Compiling tui-tree-widget v0.13.0 |
| 2953 | 2023-12-08T22:51:29.446Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d790c9a4e8e7341 -C extra-filename=-7d790c9a4e8e7341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
| 2954 | 2023-12-08T22:51:30.525Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2955 | 2023-12-08T22:51:30.529Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26a238b5c2b8a2df -C extra-filename=-26a238b5c2b8a2df --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-26a238b5c2b8a2df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-14f9780a725314c3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2956 | 2023-12-08T22:51:31.164Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-26a238b5c2b8a2df/build-script-build` |
| 2957 | 2023-12-08T22:51:31.174Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2958 | 2023-12-08T22:51:31.177Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ba610e58eeb58bc6 -C extra-filename=-ba610e58eeb58bc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-493e2ab4cd244aab.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c8c4a5dafb398428.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2959 | 2023-12-08T22:51:32.821Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 2960 | 2023-12-08T22:51:33.344Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/945f040/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c45a03829333bb86 -C extra-filename=-c45a03829333bb86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-4e1825748425f003.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-912c31485e79e9fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 2961 | 2023-12-08T22:51:33.350Z | Compiling fatfs v0.3.6 |
| 2962 | 2023-12-08T22:51:33.351Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1b0f8a63927350db -C extra-filename=-1b0f8a63927350db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6f8a7d540d47813.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --cap-lints allow -D warnings` |
| 2963 | 2023-12-08T22:51:34.020Z | Compiling yansi v0.5.1 |
| 2964 | 2023-12-08T22:51:34.023Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=71523450b988fa1f -C extra-filename=-71523450b988fa1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2965 | 2023-12-08T22:51:34.601Z | Compiling pretty_assertions v1.4.0 |
| 2966 | 2023-12-08T22:51:35.013Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d9e65c209facc62c -C extra-filename=-d9e65c209facc62c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b40759dfb27c6b8f.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-71523450b988fa1f.rmeta --cap-lints allow -D warnings` |
| 2967 | 2023-12-08T22:51:35.151Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2968 | 2023-12-08T22:51:35.155Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51b6ec66a78e5b65 -C extra-filename=-51b6ec66a78e5b65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2969 | 2023-12-08T22:51:35.755Z | Compiling rand v0.4.6 |
| 2970 | 2023-12-08T22:51:35.771Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=d6abe9b874c50522 -C extra-filename=-d6abe9b874c50522 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 2971 | 2023-12-08T22:51:36.750Z | Compiling plotters-backend v0.3.5 |
| 2972 | 2023-12-08T22:51:36.755Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6316c9d891d6bc6a -C extra-filename=-6316c9d891d6bc6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2973 | 2023-12-08T22:51:37.724Z | Compiling remove_dir_all v0.5.3 |
| 2974 | 2023-12-08T22:51:37.728Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d813a2aff1924d4 -C extra-filename=-1d813a2aff1924d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2975 | 2023-12-08T22:51:37.890Z | Compiling tempdir v0.3.7 |
| 2976 | 2023-12-08T22:51:37.893Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1d4c69a0724bff8 -C extra-filename=-e1d4c69a0724bff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d6abe9b874c50522.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-1d813a2aff1924d4.rmeta --cap-lints allow -D warnings` |
| 2977 | 2023-12-08T22:51:38.547Z | Compiling plotters-svg v0.3.5 |
| 2978 | 2023-12-08T22:51:38.551Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1944c1a49c5e64f1 -C extra-filename=-1944c1a49c5e64f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-6316c9d891d6bc6a.rmeta --cap-lints allow -D warnings` |
| 2979 | 2023-12-08T22:51:39.265Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2980 | 2023-12-08T22:51:39.269Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff277f736b043add -C extra-filename=-ff277f736b043add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2981 | 2023-12-08T22:51:40.450Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2982 | 2023-12-08T22:51:40.455Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3df09f8ab838be9c -C extra-filename=-3df09f8ab838be9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2983 | 2023-12-08T22:51:42.657Z | Compiling assert_cmd v2.0.12 |
| 2984 | 2023-12-08T22:51:42.660Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7462df53b4dba49b -C extra-filename=-7462df53b4dba49b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-de2619156f222cb2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f119340823f1aa08.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-80c9eeeb148ee19b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-a707c93b27fc17a9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-2b21937ee10d575a.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-3f631e4a575f532c.rmeta --cap-lints allow -D warnings` |
| 2985 | 2023-12-08T22:51:44.863Z | Compiling cast v0.3.0 |
| 2986 | 2023-12-08T22:51:44.870Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b96c307ad73be188 -C extra-filename=-b96c307ad73be188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2987 | 2023-12-08T22:51:45.459Z | Compiling criterion-plot v0.5.0 |
| 2988 | 2023-12-08T22:51:45.463Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc45f56475d8c694 -C extra-filename=-cc45f56475d8c694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b96c307ad73be188.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --cap-lints allow -D warnings` |
| 2989 | 2023-12-08T22:51:47.193Z | Compiling plotters v0.3.5 |
| 2990 | 2023-12-08T22:51:47.196Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=414cbdfc7cd282eb -C extra-filename=-414cbdfc7cd282eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-6316c9d891d6bc6a.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-1944c1a49c5e64f1.rmeta --cap-lints allow -D warnings` |
| 2991 | 2023-12-08T22:51:51.506Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2992 | 2023-12-08T22:51:51.513Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b712a7ff76f4908d -C extra-filename=-b712a7ff76f4908d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 2993 | 2023-12-08T22:51:51.563Z | Compiling tinytemplate v1.2.1 |
| 2994 | 2023-12-08T22:51:51.572Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=176ee5ce0291a68d -C extra-filename=-176ee5ce0291a68d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --cap-lints allow -D warnings` |
| 2995 | 2023-12-08T22:51:53.388Z | Compiling vte_generate_state_changes v0.1.1 |
| 2996 | 2023-12-08T22:51:53.392Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e52875883792dcf6 -C extra-filename=-e52875883792dcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 2997 | 2023-12-08T22:51:54.648Z | Compiling anes v0.1.6 |
| 2998 | 2023-12-08T22:51:54.654Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5a8a8944eb83c142 -C extra-filename=-5a8a8944eb83c142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 2999 | 2023-12-08T22:51:55.402Z | Compiling oorandom v11.1.3 |
| 3000 | 2023-12-08T22:51:55.414Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9a074737efed806 -C extra-filename=-a9a074737efed806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3001 | 2023-12-08T22:51:55.731Z | Compiling criterion v0.5.1 |
| 3002 | 2023-12-08T22:51:55.735Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=d4cd4e83da880007 -C extra-filename=-d4cd4e83da880007 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-5a8a8944eb83c142.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b96c307ad73be188.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-cc45f56475d8c694.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-d7be28484e0c869b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-a9a074737efed806.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-414cbdfc7cd282eb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-176ee5ce0291a68d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings` |
| 3003 | 2023-12-08T22:52:10.130Z | Compiling vte v0.11.1 |
| 3004 | 2023-12-08T22:52:10.133Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42b2fb31672684c9 -C extra-filename=-42b2fb31672684c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-4593178b619af749.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-e52875883792dcf6.so --cap-lints allow -D warnings` |
| 3005 | 2023-12-08T22:52:14.687Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3006 | 2023-12-08T22:52:14.691Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5ffc0ecbe706ea0 -C extra-filename=-b5ffc0ecbe706ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3007 | 2023-12-08T22:52:17.405Z | Compiling threadpool v1.8.1 |
| 3008 | 2023-12-08T22:52:17.410Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ff1ec83fe9a3dd5 -C extra-filename=-1ff1ec83fe9a3dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-2f696aea8912d905.rmeta --cap-lints allow -D warnings` |
| 3009 | 2023-12-08T22:52:18.882Z | Compiling nanorand v0.7.0 |
| 3010 | 2023-12-08T22:52:18.917Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=151f4df35564026b -C extra-filename=-151f4df35564026b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd3f8e5b97695db0.rmeta --cap-lints allow -D warnings` |
| 3011 | 2023-12-08T22:52:19.856Z | Compiling flume v0.11.0 |
| 3012 | 2023-12-08T22:52:19.866Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=4750fc70f249085f -C extra-filename=-4750fc70f249085f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-85b0c1ea6a5e4905.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b95f9ca11c6cfc07.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-151f4df35564026b.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-4c240d9238dcc0df.rmeta --cap-lints allow -D warnings` |
| 3013 | 2023-12-08T22:52:19.867Z | Compiling libtest-mimic v0.6.1 |
| 3014 | 2023-12-08T22:52:19.867Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7215cee7e52d6c56 -C extra-filename=-7215cee7e52d6c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-1ff1ec83fe9a3dd5.rmeta --cap-lints allow -D warnings` |
| 3015 | 2023-12-08T22:52:20.972Z | Compiling strip-ansi-escapes v0.2.0 |
| 3016 | 2023-12-08T22:52:20.986Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d82e1796fb48264 -C extra-filename=-0d82e1796fb48264 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-42b2fb31672684c9.rmeta --cap-lints allow -D warnings` |
| 3017 | 2023-12-08T22:52:21.593Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3018 | 2023-12-08T22:52:21.610Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb59adb1bf39bbb8 -C extra-filename=-eb59adb1bf39bbb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3df09f8ab838be9c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-988df318603e8215.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3019 | 2023-12-08T22:52:23.224Z | Compiling fd-lock v3.0.13 |
| 3020 | 2023-12-08T22:52:23.239Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1853336bba2e2edd -C extra-filename=-1853336bba2e2edd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b07637ba55941490.rmeta --cap-lints allow -D warnings` |
| 3021 | 2023-12-08T22:52:23.561Z | Compiling rstest_macros v0.18.2 |
| 3022 | 2023-12-08T22:52:23.581Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=95cc66c31d9b69ac -C extra-filename=-95cc66c31d9b69ac --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-95cc66c31d9b69ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a24886e505c93f47.rlib --cap-lints allow -D warnings` |
| 3023 | 2023-12-08T22:52:24.484Z | Compiling nu-ansi-term v0.49.0 |
| 3024 | 2023-12-08T22:52:24.520Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ee404f26ab5d2de -C extra-filename=-7ee404f26ab5d2de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3025 | 2023-12-08T22:52:25.650Z | Compiling reedline v0.26.0 |
| 3026 | 2023-12-08T22:52:26.079Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c416d521fdfcbe9f -C extra-filename=-c416d521fdfcbe9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-1853336bba2e2edd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5d2789e50494f686.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7ee404f26ab5d2de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-0d82e1796fb48264.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-51af52420240f790.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a7b83919c0401bc3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
| 3027 | 2023-12-08T22:52:32.864Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-95cc66c31d9b69ac/build-script-build` |
| 3028 | 2023-12-08T22:52:33.019Z | Compiling datatest-stable v0.2.3 |
| 3029 | 2023-12-08T22:52:33.024Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14890b8d55e1c3c1 -C extra-filename=-14890b8d55e1c3c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-7215cee7e52d6c56.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta --cap-lints allow -D warnings` |
| 3030 | 2023-12-08T22:52:33.946Z | Compiling httptest v0.15.5 |
| 3031 | 2023-12-08T22:52:33.954Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=872bdf2780cb0b33 -C extra-filename=-872bdf2780cb0b33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-49019ba25fed05fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8797d3f240ac357c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-c5d2103652c0a8bc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
| 3032 | 2023-12-08T22:52:34.422Z | Compiling similar-asserts v1.5.0 |
| 3033 | 2023-12-08T22:52:34.422Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=476a7049abc798e8 -C extra-filename=-476a7049abc798e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-2b119b775ec4cb49.rmeta --cap-lints allow -D warnings` |
| 3034 | 2023-12-08T22:52:36.101Z | Compiling topological-sort v0.2.2 |
| 3035 | 2023-12-08T22:52:36.515Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb567069d3f60cfd -C extra-filename=-eb567069d3f60cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3036 | 2023-12-08T22:52:36.519Z | Compiling trybuild v1.0.85 |
| 3037 | 2023-12-08T22:52:36.519Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2c5a72d18df7e15e -C extra-filename=-2c5a72d18df7e15e --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-2c5a72d18df7e15e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3038 | 2023-12-08T22:52:36.527Z | Compiling relative-path v1.9.0 |
| 3039 | 2023-12-08T22:52:36.527Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0cb9f34a783b6db6 -C extra-filename=-0cb9f34a783b6db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3040 | 2023-12-08T22:52:36.895Z | Compiling bytecount v0.6.3 |
| 3041 | 2023-12-08T22:52:36.907Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5392151e45ac97f7 -C extra-filename=-5392151e45ac97f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3042 | 2023-12-08T22:52:37.233Z | Compiling papergrid v0.10.0 |
| 3043 | 2023-12-08T22:52:37.254Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=299ef4ca9cbc319a -C extra-filename=-299ef4ca9cbc319a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-5392151e45ac97f7.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-5d2ad75ee5f58135.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
| 3044 | 2023-12-08T22:52:37.664Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=84044d8579f986f5 -C extra-filename=-84044d8579f986f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-0cb9f34a783b6db6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d84da02132e91997.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 3045 | 2023-12-08T22:52:44.131Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-2c5a72d18df7e15e/build-script-build` |
| 3046 | 2023-12-08T22:52:44.179Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3047 | 2023-12-08T22:52:44.212Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b17b6740c8157ae -C extra-filename=-4b17b6740c8157ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-51b6ec66a78e5b65.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-61a0e3851acb65f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-493e2ab4cd244aab.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c8c4a5dafb398428.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3048 | 2023-12-08T22:52:45.244Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3049 | 2023-12-08T22:52:45.255Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05de1a43af978d46 -C extra-filename=-05de1a43af978d46 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-05de1a43af978d46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-14f9780a725314c3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3050 | 2023-12-08T22:52:45.973Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3051 | 2023-12-08T22:52:45.974Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f594d7d3780acec4 -C extra-filename=-f594d7d3780acec4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-f594d7d3780acec4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-14f9780a725314c3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3052 | 2023-12-08T22:52:46.440Z | Compiling tabled_derive v0.6.0 |
| 3053 | 2023-12-08T22:52:46.447Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7bf2457eb3bb813 -C extra-filename=-a7bf2457eb3bb813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-53597bc160bbd407.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-48fabcfe082d99df.rlib --extern proc_macro --cap-lints allow -D warnings` |
| 3054 | 2023-12-08T22:52:51.059Z | Compiling basic-toml v0.1.4 |
| 3055 | 2023-12-08T22:52:51.075Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c1cb3a3149b8069 -C extra-filename=-5c1cb3a3149b8069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --cap-lints allow -D warnings` |
| 3056 | 2023-12-08T22:52:54.140Z | Compiling arrayref v0.3.7 |
| 3057 | 2023-12-08T22:52:54.164Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e775d0f24cfa2fe5 -C extra-filename=-e775d0f24cfa2fe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3058 | 2023-12-08T22:52:54.224Z | Compiling arrayvec v0.7.4 |
| 3059 | 2023-12-08T22:52:54.242Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9b60ea25ec83303 -C extra-filename=-c9b60ea25ec83303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3060 | 2023-12-08T22:52:54.470Z | Compiling constant_time_eq v0.2.6 |
| 3061 | 2023-12-08T22:52:54.505Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=cda92da30c7fc137 -C extra-filename=-cda92da30c7fc137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3062 | 2023-12-08T22:52:54.756Z | Compiling futures-timer v3.0.2 |
| 3063 | 2023-12-08T22:52:54.764Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c292dbb3a669c763 -C extra-filename=-c292dbb3a669c763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3064 | 2023-12-08T22:52:54.948Z | Compiling crossbeam-queue v0.3.8 |
| 3065 | 2023-12-08T22:52:55.013Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=54a6890ae100e8c1 -C extra-filename=-54a6890ae100e8c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-54a6890ae100e8c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3066 | 2023-12-08T22:52:55.888Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-54a6890ae100e8c1/build-script-build` |
| 3067 | 2023-12-08T22:52:55.922Z | Compiling rstest v0.18.2 |
| 3068 | 2023-12-08T22:52:55.932Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=e3df991513cc11c4 -C extra-filename=-e3df991513cc11c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-c292dbb3a669c763.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-84044d8579f986f5.so --cap-lints allow -D warnings` |
| 3069 | 2023-12-08T22:52:56.222Z | Compiling blake2b_simd v1.0.1 |
| 3070 | 2023-12-08T22:52:56.235Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cce39a0e82a1286d -C extra-filename=-cce39a0e82a1286d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-e775d0f24cfa2fe5.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-c9b60ea25ec83303.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-cda92da30c7fc137.rmeta --cap-lints allow -D warnings` |
| 3071 | 2023-12-08T22:52:56.315Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdbd95a80feb3da3 -C extra-filename=-fdbd95a80feb3da3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern basic_toml=/work/oxidecomputer/omicron/target/debug/deps/libbasic_toml-5c1cb3a3149b8069.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-37d60876ed20c975.rmeta --cap-lints allow -D warnings` |
| 3072 | 2023-12-08T22:53:04.478Z | Compiling tabled v0.14.0 |
| 3073 | 2023-12-08T22:53:04.923Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=534709829fd0a93c -C extra-filename=-534709829fd0a93c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-299ef4ca9cbc319a.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-a7bf2457eb3bb813.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rmeta --cap-lints allow -D warnings` |
| 3074 | 2023-12-08T22:53:06.272Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-f594d7d3780acec4/build-script-build` |
| 3075 | 2023-12-08T22:53:06.284Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-05de1a43af978d46/build-script-build` |
| 3076 | 2023-12-08T22:53:06.320Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3077 | 2023-12-08T22:53:06.339Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49f6025d6c2590fa -C extra-filename=-49f6025d6c2590fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-95fbc7c23c05af95.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3078 | 2023-12-08T22:53:10.796Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3079 | 2023-12-08T22:53:10.803Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2512f9693bb2e197 -C extra-filename=-2512f9693bb2e197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ba610e58eeb58bc6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3080 | 2023-12-08T22:53:12.111Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 3081 | 2023-12-08T22:53:12.123Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=4f3d178434be652a -C extra-filename=-4f3d178434be652a --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-4f3d178434be652a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-d5d9999381572790.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-676180268410563e.rlib --cap-lints allow -D warnings` |
| 3082 | 2023-12-08T22:53:12.125Z | Compiling partial-io v0.5.4 |
| 3083 | 2023-12-08T22:53:12.125Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=9a714ab6f9d45de7 -C extra-filename=-9a714ab6f9d45de7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b3b9e2874c7400c7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --cap-lints allow -D warnings` |
| 3084 | 2023-12-08T22:53:12.127Z | Compiling approx v0.5.1 |
| 3085 | 2023-12-08T22:53:12.127Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8cb86b6fdecad456 -C extra-filename=-8cb86b6fdecad456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-66b98c12d6f7f3b4.rmeta --cap-lints allow -D warnings` |
| 3086 | 2023-12-08T22:53:12.515Z | Compiling hex-literal v0.4.1 |
| 3087 | 2023-12-08T22:53:12.535Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e38b9b5434fe580 -C extra-filename=-8e38b9b5434fe580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3088 | 2023-12-08T22:53:12.766Z | Compiling constant_time_eq v0.3.0 |
| 3089 | 2023-12-08T22:53:12.784Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d2fc0ba4c4ab8e14 -C extra-filename=-d2fc0ba4c4ab8e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
| 3090 | 2023-12-08T22:53:13.107Z | Compiling rust-argon2 v1.0.1 |
| 3091 | 2023-12-08T22:53:13.578Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=78933f846eed4887 -C extra-filename=-78933f846eed4887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-cce39a0e82a1286d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d2fc0ba4c4ab8e14.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
| 3092 | 2023-12-08T22:53:14.996Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-4f3d178434be652a/build-script-bindings` |
| 3093 | 2023-12-08T22:53:15.399Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=70b9f848c466bf80 -C extra-filename=-70b9f848c466bf80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
| 3094 | 2023-12-08T22:53:15.896Z | Compiling crossbeam v0.8.2 |
| 3095 | 2023-12-08T22:53:15.896Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=abcda72a598022d6 -C extra-filename=-abcda72a598022d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-2aaaef3e6eb094ab.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-de0c924a38105e0e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2d9f0b9c67027185.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-70b9f848c466bf80.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-ecd3b02fa9b0bdac.rmeta --cap-lints allow -D warnings` |
| 3096 | 2023-12-08T22:53:16.049Z | Compiling termios v0.3.3 |
| 3097 | 2023-12-08T22:53:16.072Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75b73657962302a4 -C extra-filename=-75b73657962302a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rmeta --cap-lints allow -D warnings` |
| 3098 | 2023-12-08T22:53:16.442Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3099 | 2023-12-08T22:53:16.449Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8e2729223207dabb -C extra-filename=-8e2729223207dabb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-75b73657962302a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3100 | 2023-12-08T22:53:18.601Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=656ed6d94822a1ee -C extra-filename=-656ed6d94822a1ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-ab1c60233b851b26.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d4cd4e83da880007.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-78933f846eed4887.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3101 | 2023-12-08T22:53:19.273Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=b707e665892fa1ba -C extra-filename=-b707e665892fa1ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6b18b93accc321e4.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-eb1a666d81f8694c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-fbedf2bc58b17751.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-66d32c3547f15b53.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-3ed581c6855895b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic` |
| 3102 | 2023-12-08T22:53:19.979Z | Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
| 3103 | 2023-12-08T22:53:20.406Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=633b9813e486f5db -C extra-filename=-633b9813e486f5db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-abcda72a598022d6.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-49f6025d6c2590fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3104 | 2023-12-08T22:53:20.444Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=eee7709e2e2bd734 -C extra-filename=-eee7709e2e2bd734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3df09f8ab838be9c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-988df318603e8215.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-9a714ab6f9d45de7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3105 | 2023-12-08T22:53:22.087Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=151576f01f8e3e85 -C extra-filename=-151576f01f8e3e85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-8e38b9b5434fe580.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-eb59adb1bf39bbb8.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3df09f8ab838be9c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-988df318603e8215.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-9a714ab6f9d45de7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3106 | 2023-12-08T22:53:25.450Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4c0b6b6bd7b5f5f5 -C extra-filename=-4c0b6b6bd7b5f5f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-bad799783509a529.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3df991513cc11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-fdbd95a80feb3da3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3107 | 2023-12-08T22:53:26.473Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=382fac14f54329c3 -C extra-filename=-382fac14f54329c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8cb86b6fdecad456.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-bf5edac01f673ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-bad799783509a529.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3df991513cc11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-fdbd95a80feb3da3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3108 | 2023-12-08T22:53:31.254Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4b92d35d85c0d9ef -C extra-filename=-4b92d35d85c0d9ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-49f6025d6c2590fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-95fbc7c23c05af95.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3109 | 2023-12-08T22:53:31.942Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8f808b07e5e3e9b5 -C extra-filename=-8f808b07e5e3e9b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ba610e58eeb58bc6.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-2512f9693bb2e197.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3110 | 2023-12-08T22:53:34.673Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d9c1171809e2042f -C extra-filename=-d9c1171809e2042f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ba610e58eeb58bc6.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-2512f9693bb2e197.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3111 | 2023-12-08T22:53:34.675Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=26f90bf2e12cbe4b -C extra-filename=-26f90bf2e12cbe4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-95fbc7c23c05af95.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8bfab4357444caa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-eb567069d3f60cfd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-f3795c7200a14d0e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3112 | 2023-12-08T22:53:37.493Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=34dad9adc14d855c -C extra-filename=-34dad9adc14d855c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c416d521fdfcbe9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ba610e58eeb58bc6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3113 | 2023-12-08T22:53:39.295Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dcb395dc870a74f7 -C extra-filename=-dcb395dc870a74f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cf46b0b72fa2c195.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1c278a2edea09091.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3114 | 2023-12-08T22:53:40.829Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdc23c0932b7afc8 -C extra-filename=-fdc23c0932b7afc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cf46b0b72fa2c195.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1c278a2edea09091.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3115 | 2023-12-08T22:53:43.112Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8ef487a3d39ba52 -C extra-filename=-b8ef487a3d39ba52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cf46b0b72fa2c195.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1c278a2edea09091.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3116 | 2023-12-08T22:53:43.859Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=59513d18922a2826 -C extra-filename=-59513d18922a2826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cf46b0b72fa2c195.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1c278a2edea09091.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3117 | 2023-12-08T22:53:44.667Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7e964aa422cad8e -C extra-filename=-a7e964aa422cad8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cf46b0b72fa2c195.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1c278a2edea09091.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3118 | 2023-12-08T22:53:49.485Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b1f102a7211a5bc5 -C extra-filename=-b1f102a7211a5bc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cf46b0b72fa2c195.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1c278a2edea09091.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3119 | 2023-12-08T22:53:53.694Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6ac574e6db703525 -C extra-filename=-6ac574e6db703525 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cf46b0b72fa2c195.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1c278a2edea09091.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3120 | 2023-12-08T22:53:56.528Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ca6297cdba522f38 -C extra-filename=-ca6297cdba522f38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cf46b0b72fa2c195.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1c278a2edea09091.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3121 | 2023-12-08T22:54:01.354Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fa2f01fda98d8a6 -C extra-filename=-6fa2f01fda98d8a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cf46b0b72fa2c195.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1c278a2edea09091.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3122 | 2023-12-08T22:54:09.668Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3d82cec2b0240017 -C extra-filename=-3d82cec2b0240017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-eb59adb1bf39bbb8.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3df09f8ab838be9c.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-51b6ec66a78e5b65.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-61a0e3851acb65f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff277f736b043add.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ba610e58eeb58bc6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-493e2ab4cd244aab.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c8c4a5dafb398428.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3123 | 2023-12-08T22:54:15.435Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcde6809e0c46088 -C extra-filename=-dcde6809e0c46088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-51b6ec66a78e5b65.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-61a0e3851acb65f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-493e2ab4cd244aab.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-4b17b6740c8157ae.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c8c4a5dafb398428.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3124 | 2023-12-08T22:54:20.733Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=70e73e4cd4ed492b -C extra-filename=-70e73e4cd4ed492b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-eb59adb1bf39bbb8.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3df09f8ab838be9c.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-51b6ec66a78e5b65.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-61a0e3851acb65f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff277f736b043add.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ba610e58eeb58bc6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-493e2ab4cd244aab.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-4b17b6740c8157ae.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c8c4a5dafb398428.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3125 | 2023-12-08T22:54:27.260Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f3d60d0e4d478e75 -C extra-filename=-f3d60d0e4d478e75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4750fc70f249085f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-eb59adb1bf39bbb8.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3df09f8ab838be9c.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-51b6ec66a78e5b65.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-61a0e3851acb65f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f45fb991151db88a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff277f736b043add.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ba610e58eeb58bc6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-493e2ab4cd244aab.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-4b17b6740c8157ae.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c8c4a5dafb398428.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3126 | 2023-12-08T22:54:40.243Z | Compiling polar-core v0.27.0 |
| 3127 | 2023-12-08T22:54:40.267Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=8cb37893f55d153b -C extra-filename=-8cb37893f55d153b --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-8cb37893f55d153b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-99cf9a6ef9f8447c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-101f844cca2ed149.so --cap-lints allow -D warnings` |
| 3128 | 2023-12-08T22:54:43.101Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-8cb37893f55d153b/build-script-build` |
| 3129 | 2023-12-08T22:54:47.150Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=d28f22e48bd877df -C extra-filename=-d28f22e48bd877df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-a762f8d2daa77eb2.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a2c79a7f288a2d69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-de549791c812edf1.so --cap-lints allow -D warnings` |
| 3130 | 2023-12-08T22:54:47.311Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c47656fc00d3dbe2 -C extra-filename=-c47656fc00d3dbe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3131 | 2023-12-08T22:54:50.623Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=23fcd7dcb55bf36b -C extra-filename=-23fcd7dcb55bf36b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff277f736b043add.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3132 | 2023-12-08T22:54:59.830Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=08362474cf6db6c1 -C extra-filename=-08362474cf6db6c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff277f736b043add.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3133 | 2023-12-08T22:55:03.000Z | Compiling oso v0.27.0 |
| 3134 | 2023-12-08T22:55:03.006Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=8a4c853e449241dd -C extra-filename=-8a4c853e449241dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-05e4534c61cf9ec3.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-2be96bd6b55b8b90.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-cb3d098932c2b5ad.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-d28f22e48bd877df.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2ebf49bd2a2f8886.rmeta --cap-lints allow -D warnings` |
| 3135 | 2023-12-08T22:55:10.125Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cbf33dd423b464e0 -C extra-filename=-cbf33dd423b464e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f4bfa01f82361273.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-4b3d543c3f6dfe0c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-31f953e0ba0ced3a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5f85abe9eac07172.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-63156c9442995cdd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-29ef3009daecd0b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c5d60736a11839f1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8a4c853e449241dd.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3136 | 2023-12-08T22:55:14.145Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=458a2d0121094834 -C extra-filename=-458a2d0121094834 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-14890b8d55e1c3c1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-765e2540c35635c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff277f736b043add.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3137 | 2023-12-08T22:55:14.987Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e59879ba75834f40 -C extra-filename=-e59879ba75834f40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ba610e58eeb58bc6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-493e2ab4cd244aab.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c8c4a5dafb398428.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3138 | 2023-12-08T22:55:15.194Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3fc43bb4b1104ad6 -C extra-filename=-3fc43bb4b1104ad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ba610e58eeb58bc6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-493e2ab4cd244aab.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c8c4a5dafb398428.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3139 | 2023-12-08T22:55:17.238Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec5f1eb2140a97c4 -C extra-filename=-ec5f1eb2140a97c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-ba610e58eeb58bc6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-493e2ab4cd244aab.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c8c4a5dafb398428.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3140 | 2023-12-08T22:55:18.027Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=689593ace9f6f5a4 -C extra-filename=-689593ace9f6f5a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-51b6ec66a78e5b65.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3141 | 2023-12-08T22:55:20.764Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0b50dd03ffaf22e6 -C extra-filename=-0b50dd03ffaf22e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-51b6ec66a78e5b65.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3142 | 2023-12-08T22:55:23.722Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6edef8917487498c -C extra-filename=-6edef8917487498c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-51b6ec66a78e5b65.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3143 | 2023-12-08T22:55:41.238Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=49423655b800e0cb -C extra-filename=-49423655b800e0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-7462df53b4dba49b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a6f7ca36058256e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6826507eaa28f4f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-19270a1b98edf2ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-c646a9162b042b75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e0682a68817d4d48.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7d790c9a4e8e7341.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-493e2ab4cd244aab.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-c8c4a5dafb398428.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3144 | 2023-12-08T22:55:43.497Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c3bdc6de3554f0f -C extra-filename=-8c3bdc6de3554f0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9be0e24052f4a227.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff277f736b043add.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f76a3bffd368a3a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3145 | 2023-12-08T22:55:45.518Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7701a6ba66eef20f -C extra-filename=-7701a6ba66eef20f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3146 | 2023-12-08T22:55:47.250Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=623eda99c17e974a -C extra-filename=-623eda99c17e974a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3147 | 2023-12-08T22:55:48.580Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e457fb4e1095f8ce -C extra-filename=-e457fb4e1095f8ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3148 | 2023-12-08T22:55:51.074Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d3a5988e6654ef23 -C extra-filename=-d3a5988e6654ef23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3149 | 2023-12-08T22:55:53.293Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=425936a2ea84e208 -C extra-filename=-425936a2ea84e208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3150 | 2023-12-08T22:55:54.276Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0d68e9ccba41e89a -C extra-filename=-0d68e9ccba41e89a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3151 | 2023-12-08T22:56:12.937Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3152 | 2023-12-08T22:56:12.941Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=4e0d8f2bf2400d45 -C extra-filename=-4e0d8f2bf2400d45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbf33dd423b464e0.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-766a6288bd5e0312.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a77aef0b9ca36218.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3153 | 2023-12-08T22:56:15.940Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f649a370edaf951a -C extra-filename=-f649a370edaf951a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c45a03829333bb86.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c5d60736a11839f1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbf33dd423b464e0.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d8d223f3c1f3ee7f.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-161cf20620ba47e8.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-766a6288bd5e0312.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3154 | 2023-12-08T22:56:20.381Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dbf29833cefe025c -C extra-filename=-dbf29833cefe025c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3155 | 2023-12-08T22:56:21.479Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b183244cb00f082a -C extra-filename=-b183244cb00f082a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-e1d4c69a0724bff8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3156 | 2023-12-08T22:56:23.912Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1255315ff6c1a36e -C extra-filename=-1255315ff6c1a36e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bda098a66a7761c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-afc1eb0803af1386.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-cf46b0b72fa2c195.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1c278a2edea09091.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6b79f39eacae970d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3157 | 2023-12-08T22:56:25.439Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fa6f763599f38e3b -C extra-filename=-fa6f763599f38e3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a77aef0b9ca36218.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3158 | 2023-12-08T22:56:26.046Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20a6c53b0e7a0a7a -C extra-filename=-20a6c53b0e7a0a7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a77aef0b9ca36218.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3159 | 2023-12-08T22:56:28.317Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6020180cf3d6ef79 -C extra-filename=-6020180cf3d6ef79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a77aef0b9ca36218.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3160 | 2023-12-08T22:56:34.605Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f6f0997c7ac92ba9 -C extra-filename=-f6f0997c7ac92ba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a77aef0b9ca36218.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3161 | 2023-12-08T22:56:39.185Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=67d7e17ebdccbd6f -C extra-filename=-67d7e17ebdccbd6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a77aef0b9ca36218.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3162 | 2023-12-08T22:56:40.376Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ec0604d7a991d742 -C extra-filename=-ec0604d7a991d742 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4ad378aadac45620.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3163 | 2023-12-08T22:57:06.122Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec17370276b7a6d4 -C extra-filename=-ec17370276b7a6d4 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d5d148f8b0aeac01.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2e7a89619d1b841a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-59795aa0d9c5f644.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4ad378aadac45620.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-9a24c9cb3f4a98ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cc81b9d222c0d737.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7ec8ff03521d695a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-70fd40af0a67716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3164 | 2023-12-08T22:57:06.124Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fb88b09a773e066f -C extra-filename=-fb88b09a773e066f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-493e2ab4cd244aab.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3165 | 2023-12-08T22:57:06.710Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0af018b60e37b30f -C extra-filename=-0af018b60e37b30f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-eeae718e0c35ba84.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-212a8b0dc002b8b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9c343eab58a7ea84.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-276ec3bce00d5f09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6180809874198223.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-3efb67152f9bb7fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ee5ed5bde7ce18a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6182992effe9a1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 3166 | 2023-12-08T22:57:11.316Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=56526268bb0b4f21 -C extra-filename=-56526268bb0b4f21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-89d15d5e4bc7bd36.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a87eda853e4621de.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-009eb845872f02e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3167 | 2023-12-08T22:57:12.185Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=cf19435a68bd90a8 -C extra-filename=-cf19435a68bd90a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3168 | 2023-12-08T22:57:14.086Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ade756395c65ae0d -C extra-filename=-ade756395c65ae0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d73de40fb5a3c03b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-988df318603e8215.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-89d15d5e4bc7bd36.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 3169 | 2023-12-08T22:57:19.453Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c5979c541f7384ef -C extra-filename=-c5979c541f7384ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-89d15d5e4bc7bd36.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-009eb845872f02e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3170 | 2023-12-08T22:57:21.084Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e43573b98b8d1d13 -C extra-filename=-e43573b98b8d1d13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d73de40fb5a3c03b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-988df318603e8215.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-89d15d5e4bc7bd36.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a87eda853e4621de.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 3171 | 2023-12-08T22:57:24.970Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=41aad817213bf913 -C extra-filename=-41aad817213bf913 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-89d15d5e4bc7bd36.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a87eda853e4621de.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 3172 | 2023-12-08T22:57:28.022Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=57bb1281ab89f666 -C extra-filename=-57bb1281ab89f666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d73de40fb5a3c03b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-988df318603e8215.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a87eda853e4621de.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 3173 | 2023-12-08T22:57:37.209Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=69ee14ffc62465a4 -C extra-filename=-69ee14ffc62465a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d73de40fb5a3c03b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-988df318603e8215.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-89d15d5e4bc7bd36.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a87eda853e4621de.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d791c70a9e95963.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0fd5306edbdb4e16.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 3174 | 2023-12-08T22:57:40.546Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=d63110c47582ac70 -C extra-filename=-d63110c47582ac70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3175 | 2023-12-08T22:57:54.079Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=916e13bf4fcfa934 -C extra-filename=-916e13bf4fcfa934 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f4bfa01f82361273.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d4cd4e83da880007.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c45a03829333bb86.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-872bdf2780cb0b33.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-54e9bc6bd43b73e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c5d60736a11839f1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbf33dd423b464e0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d8d223f3c1f3ee7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-161cf20620ba47e8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-766a6288bd5e0312.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e0d8f2bf2400d45.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b5ffc0ecbe706ea0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b712a7ff76f4908d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a87eda853e4621de.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3176 | 2023-12-08T22:57:54.249Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=9d11be1022cf61d0 -C extra-filename=-9d11be1022cf61d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f4bfa01f82361273.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-4b3d543c3f6dfe0c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-31f953e0ba0ced3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-5f85abe9eac07172.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-63156c9442995cdd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-29ef3009daecd0b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-54e9bc6bd43b73e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c5d60736a11839f1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-161cf20620ba47e8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e0d8f2bf2400d45.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8a4c853e449241dd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-8396087cdeea73a3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3177 | 2023-12-08T22:57:54.683Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcd4a685ad8ccc0d -C extra-filename=-dcd4a685ad8ccc0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f4bfa01f82361273.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c5d60736a11839f1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbf33dd423b464e0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e0d8f2bf2400d45.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3178 | 2023-12-08T22:57:57.939Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=8e422b9df3ab7598 -C extra-filename=-8e422b9df3ab7598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-777d5ee9fad3c520.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3179 | 2023-12-08T22:58:26.423Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=10df0b23fa7374c6 -C extra-filename=-10df0b23fa7374c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-63156c9442995cdd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-90083c391ac2a709.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d8d223f3c1f3ee7f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-61a0e3851acb65f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3180 | 2023-12-08T22:58:29.071Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=73604831edd84bac -C extra-filename=-73604831edd84bac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3181 | 2023-12-08T22:58:42.648Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b8ddccfe213299d4 -C extra-filename=-b8ddccfe213299d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3182 | 2023-12-08T22:58:45.886Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63bea27c3c6a71c8 -C extra-filename=-63bea27c3c6a71c8 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3183 | 2023-12-08T22:58:51.418Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e4395fa8c2216090 -C extra-filename=-e4395fa8c2216090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3184 | 2023-12-08T22:58:55.747Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=94cc4fe9674fa1f0 -C extra-filename=-94cc4fe9674fa1f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3185 | 2023-12-08T22:59:04.866Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=a17c776c805c00cb -C extra-filename=-a17c776c805c00cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c48846e160e3d559.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-641c46e708e958a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3186 | 2023-12-08T22:59:21.516Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1b8fa90fc31af154 -C extra-filename=-1b8fa90fc31af154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-74933ec96320e472.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-cf72f843b9ce520b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ac2bb27a4d43cdb1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3187 | 2023-12-08T22:59:51.147Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=59a55c2e167230e8 -C extra-filename=-59a55c2e167230e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-b20127b1a8309df2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3188 | 2023-12-08T23:00:03.768Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2be41db1a325a568 -C extra-filename=-2be41db1a325a568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a00e1ae002df7d3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3189 | 2023-12-08T23:00:17.066Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0e00a776ffa6a6c7 -C extra-filename=-0e00a776ffa6a6c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3190 | 2023-12-08T23:00:19.282Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=bb005ea941c552b9 -C extra-filename=-bb005ea941c552b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f3a066722a1286c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3191 | 2023-12-08T23:00:20.318Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=175302fed0392321 -C extra-filename=-175302fed0392321 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-294f21b38637a1be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3192 | 2023-12-08T23:00:24.248Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6a7b1e08b0277a64 -C extra-filename=-6a7b1e08b0277a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-8fe45624da2a3447.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-dfff9f250ebab94e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eef85b09ccdef74c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3193 | 2023-12-08T23:00:24.620Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3f559a6d28f0f1c8 -C extra-filename=-3f559a6d28f0f1c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3194 | 2023-12-08T23:00:26.890Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=0ad4a6aa536762d9 -C extra-filename=-0ad4a6aa536762d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-46eebefa6ecc0bc6.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-daf84fcebc6d5eca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-bb521365a6d32c6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef6c301d3dce739e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out` |
| 3195 | 2023-12-08T23:00:30.468Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f0fa6691126a81e0 -C extra-filename=-f0fa6691126a81e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-56408fb41c8b66da.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3196 | 2023-12-08T23:00:45.123Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=87cb88e83b2b2ba7 -C extra-filename=-87cb88e83b2b2ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3197 | 2023-12-08T23:00:48.319Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 3198 | 2023-12-08T23:00:48.329Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=77f89d46f2dfdbf7 -C extra-filename=-77f89d46f2dfdbf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64` |
| 3199 | 2023-12-08T23:00:49.251Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4c034caccfcfcae3 -C extra-filename=-4c034caccfcfcae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9cdbb04ae963e3b5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3200 | 2023-12-08T23:00:49.389Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dd657fee14271087 -C extra-filename=-dd657fee14271087 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3201 | 2023-12-08T23:01:02.317Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3202 | 2023-12-08T23:01:02.329Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=91a012bb4150d0e2 -C extra-filename=-91a012bb4150d0e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3203 | 2023-12-08T23:01:05.481Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=94c33deb5a458017 -C extra-filename=-94c33deb5a458017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ea9e8cb8d8ec83be.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3204 | 2023-12-08T23:01:05.488Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=58d8afae5a021303 -C extra-filename=-58d8afae5a021303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c45a2e65d1ad4516.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-1b4ad01209984ea0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-bc2c501506aafa82.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d6cdc2cc60846d48.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6d3a23f55653afda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0dc95b82ae55639a.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c2110cf7b7fc166.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-37221c7372c347f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-060c9a4ff1566730.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3205 | 2023-12-08T23:01:13.048Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=d54cb72d9ef27fdd -C extra-filename=-d54cb72d9ef27fdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c131f2361b5c2b2d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52ce6d369e8499fc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-fe8950a9f7b3553a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-af3f9b2d6b50389f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3206 | 2023-12-08T23:01:18.469Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3207 | 2023-12-08T23:01:18.472Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f25e4e54f9a2240a -C extra-filename=-f25e4e54f9a2240a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3208 | 2023-12-08T23:01:20.564Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=d53bf5ac63533428 -C extra-filename=-d53bf5ac63533428 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9cdbb04ae963e3b5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3209 | 2023-12-08T23:01:20.904Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d2dac6a8593ebf2e -C extra-filename=-d2dac6a8593ebf2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c33ee704d422915a.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-eb280c5795426c7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-b97b694c637962a9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3210 | 2023-12-08T23:01:32.175Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=301e23e6dc019cf7 -C extra-filename=-301e23e6dc019cf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3211 | 2023-12-08T23:01:34.843Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8d09f41125884a70 -C extra-filename=-8d09f41125884a70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b69c4557237afc47.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-65adaff614060fb5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b60aa24d05f29b5f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d4ac8e2ff6ba4016.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3212 | 2023-12-08T23:01:35.619Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=20f41bb35d7c83b9 -C extra-filename=-20f41bb35d7c83b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3213 | 2023-12-08T23:01:41.366Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=36f794f18c0bd4d6 -C extra-filename=-36f794f18c0bd4d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3214 | 2023-12-08T23:01:45.998Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1e0d2fe9cc520c7a -C extra-filename=-1e0d2fe9cc520c7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2fd902db45c05185.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3215 | 2023-12-08T23:01:48.903Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=843e2835e431e229 -C extra-filename=-843e2835e431e229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3216 | 2023-12-08T23:01:49.662Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d0691a32dac906d -C extra-filename=-2d0691a32dac906d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3217 | 2023-12-08T23:01:50.696Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6d1120499d27615a -C extra-filename=-6d1120499d27615a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3218 | 2023-12-08T23:01:52.820Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7dd11f4acb09fa4 -C extra-filename=-a7dd11f4acb09fa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bbeb7eb58c6ead42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-bb596902a395f642.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d1f69ec0d72f47b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-b091db3871026a0f.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fe29747c59c32889.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-e73ac1e67a28e7cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3219 | 2023-12-08T23:01:54.231Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=80f30fd8c84d6a0c -C extra-filename=-80f30fd8c84d6a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9cdbb04ae963e3b5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5a238ae6b80ab6de.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-894db676841aa3cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-dfa91eaf5f5704dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f6b05fbf7e100ea2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3220 | 2023-12-08T23:01:55.585Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=99ee1b7e8aa884d0 -C extra-filename=-99ee1b7e8aa884d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3221 | 2023-12-08T23:01:57.882Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7f4a65ef49ca2418 -C extra-filename=-7f4a65ef49ca2418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3222 | 2023-12-08T23:02:05.390Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1286f7b432c05bb8 -C extra-filename=-1286f7b432c05bb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-54fc33f25bfb3a17.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-df34b867b7589e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3223 | 2023-12-08T23:02:05.511Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=364d390c1397b390 -C extra-filename=-364d390c1397b390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3224 | 2023-12-08T23:02:07.776Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0bbdec064f30ffc8 -C extra-filename=-0bbdec064f30ffc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e8726b1e312bd2e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-76b99ea68de61fe7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-69f3793e4993904d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3225 | 2023-12-08T23:02:10.268Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d8eb471718851e7e -C extra-filename=-d8eb471718851e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3226 | 2023-12-08T23:02:11.532Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=37ee8c06cb57ba98 -C extra-filename=-37ee8c06cb57ba98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-537e95fdbea99744.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b52270d439c9d728.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-085545494ccbad1b.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib` |
| 3227 | 2023-12-08T23:04:28.638Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9ff76904d65f489 -C extra-filename=-f9ff76904d65f489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c45a03829333bb86.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c5d60736a11839f1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbf33dd423b464e0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d8d223f3c1f3ee7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-161cf20620ba47e8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-766a6288bd5e0312.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f649a370edaf951a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3228 | 2023-12-08T23:04:28.645Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=44d9f5bdd6fd8d5e -C extra-filename=-44d9f5bdd6fd8d5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f4bfa01f82361273.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c5d60736a11839f1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbf33dd423b464e0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e0d8f2bf2400d45.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b5ffc0ecbe706ea0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f649a370edaf951a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3229 | 2023-12-08T23:04:28.647Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f21b14fb4e187588 -C extra-filename=-f21b14fb4e187588 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c45a03829333bb86.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c5d60736a11839f1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbf33dd423b464e0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d8d223f3c1f3ee7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-161cf20620ba47e8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-766a6288bd5e0312.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f649a370edaf951a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3230 | 2023-12-08T23:04:28.649Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5c52e3e6f8e38207 -C extra-filename=-5c52e3e6f8e38207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f4bfa01f82361273.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d4cd4e83da880007.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c45a03829333bb86.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-872bdf2780cb0b33.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-54e9bc6bd43b73e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c5d60736a11839f1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbf33dd423b464e0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d8d223f3c1f3ee7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-161cf20620ba47e8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-766a6288bd5e0312.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e0d8f2bf2400d45.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b5ffc0ecbe706ea0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f649a370edaf951a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b712a7ff76f4908d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a87eda853e4621de.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3231 | 2023-12-08T23:04:28.650Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=15a9ef94d9946984 -C extra-filename=-15a9ef94d9946984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f4bfa01f82361273.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-5ec1d71338dd5297.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-085b7dbbf38d59bb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c5d60736a11839f1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbf33dd423b464e0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e0d8f2bf2400d45.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b5ffc0ecbe706ea0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f649a370edaf951a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-534709829fd0a93c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-efbdc2c66f61b52d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d72b7a0cbab620b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3232 | 2023-12-08T23:04:32.167Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c020190f9bdcff07 -C extra-filename=-c020190f9bdcff07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f4bfa01f82361273.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d4cd4e83da880007.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c45a03829333bb86.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-872bdf2780cb0b33.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-54e9bc6bd43b73e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c5d60736a11839f1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbf33dd423b464e0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d8d223f3c1f3ee7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-161cf20620ba47e8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-766a6288bd5e0312.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e0d8f2bf2400d45.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b5ffc0ecbe706ea0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f649a370edaf951a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b712a7ff76f4908d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a87eda853e4621de.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3233 | 2023-12-08T23:04:39.708Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8fb64c65fb5b9d56 -C extra-filename=-8fb64c65fb5b9d56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-766a6288bd5e0312.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e0d8f2bf2400d45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f649a370edaf951a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3234 | 2023-12-08T23:05:07.040Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c97c267aa7416330 -C extra-filename=-c97c267aa7416330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-766a6288bd5e0312.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e0d8f2bf2400d45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f649a370edaf951a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b712a7ff76f4908d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3235 | 2023-12-08T23:05:13.368Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b056ee0e437e69a9 -C extra-filename=-b056ee0e437e69a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-7c6e8f28fa0558b4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-45ce8912dc32de8c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-766a6288bd5e0312.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e0d8f2bf2400d45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f649a370edaf951a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b712a7ff76f4908d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-f2eb63f7b73ee948.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6ac4b78c905ab268.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5e9108efc6e4e2b4.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3236 | 2023-12-08T23:05:30.640Z | Running `/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5a6ace675ba02179 -C extra-filename=-5a6ace675ba02179 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4df5b42792d76143.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-c31966c9f8a96595.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f4bfa01f82361273.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-084832dceff4d290.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-efdef217e0fabd4e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-5b6a3f2dbc51070b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2a7a8e4c96530537.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-71ec371fbde11ff1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-9ebc0d9ab6a565e5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef443fbbfa73a43.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d4cd4e83da880007.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5645d2348c4d7f36.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c45a03829333bb86.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-131baaa97c231bbc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-01ec615b71c53b49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ce5fce89fd047936.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-9aa68e242f6c3bb5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-409239fec55d0e1e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0a3fb3c08f13db7a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1b0f8a63927350db.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-60db96e8e3fbb005.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-377390159330bbbc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-35e5e75d00a35726.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e32b62696d369ac7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-61e2da29bd33c601.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6f7e7e787f938be2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a198b56a5f9eb1ad.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-872bdf2780cb0b33.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e196c97d3d4fcd97.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3deaa7c8903027a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-54e9bc6bd43b73e1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-19a648acafdb8570.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-847fb59b18b2aee3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-938138eb45012d55.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-9c9c3756e3f392b3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ce9557757fa651b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-169ce7bbbc49bfd5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-aa349d6acb1d14a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-c5d60736a11839f1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-cbf33dd423b464e0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d8d223f3c1f3ee7f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-161cf20620ba47e8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-766a6288bd5e0312.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e0d8f2bf2400d45.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b5ffc0ecbe706ea0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-e8015ed24515cbd0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-78c4e619da17149f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-99aa2c58f36c3495.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f649a370edaf951a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-65463c2bf7d0fa5c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-d6cba0e676c95edd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a88eb8c5b5faf53b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-cd4f643bb0fa4e57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-230e44e7360903b6.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-629959fb0c9ff071.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8bdc91c0611425a8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7b781b30fdd26f56.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b712a7ff76f4908d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-68b10b07427a99bb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-54bba938ae5ac020.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1de1a6faf8ca9fd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4fa871902701d255.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2a02cf5c820d4e45.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-60c31164f1211692.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3b5a8e4899b9500f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b0f2d03dc9773fed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cb3b038c24d25106.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7f4ec8f2135bf59e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d9e65c209facc62c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-39f2874ed13d2440.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-06c2a7cd2c8fa599.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8c4ac547107558e9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-81d27db59de22af7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-650cbfdbbdfe8fde.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-537384909654dd1b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4206037c2c1861f0.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-d1e51c6b8a6ecb88.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b4c439e5fbc8af3a.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b707e665892fa1ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-655abe61a0792043.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-54881a1782a3e1b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-fc3da6c1712bbba6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd2977d951e95a2e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-9bc61d3be642612c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f915ff3d992a233b.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-476a7049abc798e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-6a0ec9a7ae0a60e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9c8f30a579f036e3.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f514002cc560d52b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-702b87acea9cb846.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-55e2511ace2b4a1b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a87eda853e4621de.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6fc797d1a29f6577.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-b260bcdad7d801cc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7ba83478b0b28ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c421aae3f8abc685.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-c563df115e0bf367.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-72e52f26c0ec0c7e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-92ca6d6243f4e95c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5056384f30fcde04.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1710c127ec1a7eef.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-53f26abc12fc4bf4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-3397c14cb16db240.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
| 3237 | 2023-12-08T23:16:30.996Z | Finished test [unoptimized + debuginfo] target(s) in 31m 27s |
| 3238 | 2023-12-08T23:16:31.722Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-364d390c1397b390` |
| 3239 | 2023-12-08T23:16:31.722Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-a17c776c805c00cb` |
| 3240 | 2023-12-08T23:16:31.722Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-d63110c47582ac70` |
| 3241 | 2023-12-08T23:16:31.722Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-8e422b9df3ab7598` |
| 3242 | 2023-12-08T23:16:31.722Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-3f559a6d28f0f1c8` |
| 3243 | 2023-12-08T23:16:31.722Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-77f89d46f2dfdbf7` |
| 3244 | 2023-12-08T23:16:31.722Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-f25e4e54f9a2240a` |
| 3245 | 2023-12-08T23:16:31.722Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-0bbdec064f30ffc8` |
| 3246 | 2023-12-08T23:16:31.730Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-175302fed0392321` |
| 3247 | 2023-12-08T23:16:31.730Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-0d68e9ccba41e89a` |
| 3248 | 2023-12-08T23:16:31.731Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-b183244cb00f082a` |
| 3249 | 2023-12-08T23:16:31.731Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-425936a2ea84e208` |
| 3250 | 2023-12-08T23:16:31.731Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-7701a6ba66eef20f` |
| 3251 | 2023-12-08T23:16:31.731Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-e457fb4e1095f8ce` |
| 3252 | 2023-12-08T23:16:31.731Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-dbf29833cefe025c` |
| 3253 | 2023-12-08T23:16:31.731Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-623eda99c17e974a` |
| 3254 | 2023-12-08T23:16:31.731Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-d3a5988e6654ef23` |
| 3255 | 2023-12-08T23:16:31.732Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-99ee1b7e8aa884d0` |
| 3256 | 2023-12-08T23:16:31.732Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-dd657fee14271087` |
| 3257 | 2023-12-08T23:16:31.732Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-8e2729223207dabb` |
| 3258 | 2023-12-08T23:16:31.732Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-7f4a65ef49ca2418` |
| 3259 | 2023-12-08T23:16:31.732Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-41aad817213bf913` |
| 3260 | 2023-12-08T23:16:31.732Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-58d8afae5a021303` |
| 3261 | 2023-12-08T23:16:31.732Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-eee7709e2e2bd734` |
| 3262 | 2023-12-08T23:16:31.732Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-151576f01f8e3e85` |
| 3263 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-bb005ea941c552b9` |
| 3264 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-0e00a776ffa6a6c7` |
| 3265 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-0b50dd03ffaf22e6` |
| 3266 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-689593ace9f6f5a4` |
| 3267 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-f0fa6691126a81e0` |
| 3268 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-94cc4fe9674fa1f0` |
| 3269 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-91a012bb4150d0e2` |
| 3270 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-94c33deb5a458017` |
| 3271 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-8d09f41125884a70` |
| 3272 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-e4395fa8c2216090` |
| 3273 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-20f41bb35d7c83b9` |
| 3274 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-10df0b23fa7374c6` |
| 3275 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-9d11be1022cf61d0` |
| 3276 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-36f794f18c0bd4d6` |
| 3277 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-cf19435a68bd90a8` |
| 3278 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-4c034caccfcfcae3` |
| 3279 | 2023-12-08T23:16:31.733Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-d2dac6a8593ebf2e` |
| 3280 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-80f30fd8c84d6a0c` |
| 3281 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-633b9813e486f5db` |
| 3282 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-c97c267aa7416330` |
| 3283 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-b056ee0e437e69a9` |
| 3284 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-57bb1281ab89f666` |
| 3285 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-69ee14ffc62465a4` |
| 3286 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-e43573b98b8d1d13` |
| 3287 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-916e13bf4fcfa934` |
| 3288 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-5a6ace675ba02179` |
| 3289 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-5c52e3e6f8e38207` |
| 3290 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-c020190f9bdcff07` |
| 3291 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-44d9f5bdd6fd8d5e` |
| 3292 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-15a9ef94d9946984` |
| 3293 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-26f90bf2e12cbe4b` |
| 3294 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-4b92d35d85c0d9ef` |
| 3295 | 2023-12-08T23:16:31.734Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-656ed6d94822a1ee` |
| 3296 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-d8eb471718851e7e` |
| 3297 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-1255315ff6c1a36e` |
| 3298 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/services_ledger_check_migrate-6ac574e6db703525` |
| 3299 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-dcb395dc870a74f7` |
| 3300 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-b1f102a7211a5bc5` |
| 3301 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-ca6297cdba522f38` |
| 3302 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-59513d18922a2826` |
| 3303 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-d54cb72d9ef27fdd` |
| 3304 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-1286f7b432c05bb8` |
| 3305 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-382fac14f54329c3` |
| 3306 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-4c0b6b6bd7b5f5f5` |
| 3307 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-301e23e6dc019cf7` |
| 3308 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-73604831edd84bac` |
| 3309 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-fa6f763599f38e3b` |
| 3310 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-f6f0997c7ac92ba9` |
| 3311 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-67d7e17ebdccbd6f` |
| 3312 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-1b8fa90fc31af154` |
| 3313 | 2023-12-08T23:16:31.735Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-b8ddccfe213299d4` |
| 3314 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-59a55c2e167230e8` |
| 3315 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-37ee8c06cb57ba98` |
| 3316 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-87cb88e83b2b2ba7` |
| 3317 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-2be41db1a325a568` |
| 3318 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-6a7b1e08b0277a64` |
| 3319 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-0ad4a6aa536762d9` |
| 3320 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-c5979c541f7384ef` |
| 3321 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-56526268bb0b4f21` |
| 3322 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-c47656fc00d3dbe2` |
| 3323 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-08362474cf6db6c1` |
| 3324 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-458a2d0121094834` |
| 3325 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-23fcd7dcb55bf36b` |
| 3326 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-0af018b60e37b30f` |
| 3327 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-ec0604d7a991d742` |
| 3328 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-49423655b800e0cb` |
| 3329 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-3fc43bb4b1104ad6` |
| 3330 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-e59879ba75834f40` |
| 3331 | 2023-12-08T23:16:31.736Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-1e0d2fe9cc520c7a` |
| 3332 | 2023-12-08T23:16:31.737Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-34dad9adc14d855c` |
| 3333 | 2023-12-08T23:16:31.737Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-d9c1171809e2042f` |
| 3334 | 2023-12-08T23:16:31.737Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-8f808b07e5e3e9b5` |
| 3335 | 2023-12-08T23:16:31.738Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-3d82cec2b0240017` |
| 3336 | 2023-12-08T23:16:31.738Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-70e73e4cd4ed492b` |
| 3337 | 2023-12-08T23:16:31.738Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-f3d60d0e4d478e75` |
| 3338 | 2023-12-08T23:16:31.738Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-fb88b09a773e066f` |
| 3339 | 2023-12-08T23:16:32.001Z | |
| 3340 | 2023-12-08T23:16:32.005Z | real 31:29.456149608 |
| 3341 | 2023-12-08T23:16:32.005Z | user 2:57:32.420938345 |
| 3342 | 2023-12-08T23:16:32.005Z | sys 19:14.804341760 |
| 3343 | 2023-12-08T23:16:32.005Z | trap 7.648901579 |
| 3344 | 2023-12-08T23:16:32.005Z | tflt 5.465287639 |
| 3345 | 2023-12-08T23:16:32.005Z | dflt 44.985132679 |
| 3346 | 2023-12-08T23:16:32.005Z | kflt 0.021927610 |
| 3347 | 2023-12-08T23:16:32.005Z | lock 5:51:26.080153766 |
| 3348 | 2023-12-08T23:16:32.005Z | slp 11:08:43.346161135 |
| 3349 | 2023-12-08T23:16:32.005Z | lat 4:59.603523843 |
| 3350 | 2023-12-08T23:16:32.005Z | stop 6:04.637741208 |
| 3351 | 2023-12-08T23:16:33.997Z | |
| 3352 | 2023-12-08T23:16:33.997Z | ##### ###### #### ##### |
| 3353 | 2023-12-08T23:16:33.997Z | # # # # |
| 3354 | 2023-12-08T23:16:33.997Z | # ##### #### # |
| 3355 | 2023-12-08T23:16:33.997Z | # # # # |
| 3356 | 2023-12-08T23:16:33.997Z | # # # # # |
| 3357 | 2023-12-08T23:16:33.997Z | # ###### #### # |
| 3358 | 2023-12-08T23:16:33.997Z | |
| 3359 | 2023-12-08T23:16:34.624Z | Downloading crates ... |
| 3360 | 2023-12-08T23:16:35.506Z | Downloaded rfc6979 v0.4.0 |
| 3361 | 2023-12-08T23:16:35.510Z | Downloaded windows-targets v0.48.5 |
| 3362 | 2023-12-08T23:16:35.515Z | Downloaded windows-targets v0.42.2 |
| 3363 | 2023-12-08T23:16:35.519Z | Downloaded wasm-streams v0.3.0 |
| 3364 | 2023-12-08T23:16:35.522Z | Downloaded system-configuration-sys v0.5.0 |
| 3365 | 2023-12-08T23:16:35.525Z | Downloaded md5 v0.7.0 |
| 3366 | 2023-12-08T23:16:35.528Z | Downloaded security-framework v2.9.2 |
| 3367 | 2023-12-08T23:16:35.535Z | Downloaded redox_syscall v0.3.5 |
| 3368 | 2023-12-08T23:16:35.540Z | Downloaded wasm-bindgen-macro v0.2.87 |
| 3369 | 2023-12-08T23:16:35.548Z | Downloaded wasi v0.11.0+wasi-snapshot-preview1 |
| 3370 | 2023-12-08T23:16:35.553Z | Downloaded dirs v5.0.1 |
| 3371 | 2023-12-08T23:16:35.556Z | Downloaded errno-dragonfly v0.1.2 |
| 3372 | 2023-12-08T23:16:35.560Z | Downloaded fuchsia-cprng v0.1.1 |
| 3373 | 2023-12-08T23:16:35.560Z | Downloaded rand_hc v0.2.0 |
| 3374 | 2023-12-08T23:16:35.563Z | Downloaded android-tzdata v0.1.1 |
| 3375 | 2023-12-08T23:16:35.564Z | Downloaded wasm-bindgen-shared v0.2.87 |
| 3376 | 2023-12-08T23:16:35.567Z | Downloaded russh-cryptovec v0.7.0 |
| 3377 | 2023-12-08T23:16:35.567Z | Downloaded android_system_properties v0.1.5 |
| 3378 | 2023-12-08T23:16:35.567Z | Downloaded atomic-polyfill v0.1.11 |
| 3379 | 2023-12-08T23:16:35.570Z | Downloaded wasi v0.9.0+wasi-snapshot-preview1 |
| 3380 | 2023-12-08T23:16:35.579Z | Downloaded ed25519 v2.2.2 |
| 3381 | 2023-12-08T23:16:35.582Z | Downloaded pbkdf2 v0.12.2 |
| 3382 | 2023-12-08T23:16:35.582Z | Downloaded ctr v0.9.2 |
| 3383 | 2023-12-08T23:16:35.585Z | Downloaded cbc v0.1.2 |
| 3384 | 2023-12-08T23:16:35.588Z | Downloaded pbkdf2 v0.11.0 |
| 3385 | 2023-12-08T23:16:35.591Z | Downloaded windows-targets v0.52.0 |
| 3386 | 2023-12-08T23:16:35.594Z | Downloaded rdrand v0.4.0 |
| 3387 | 2023-12-08T23:16:35.594Z | Downloaded option-ext v0.2.0 |
| 3388 | 2023-12-08T23:16:35.597Z | Downloaded rand_core v0.4.2 |
| 3389 | 2023-12-08T23:16:35.600Z | Downloaded wasm-bindgen-macro-support v0.2.87 |
| 3390 | 2023-12-08T23:16:35.601Z | Downloaded russh-keys v0.40.0 |
| 3391 | 2023-12-08T23:16:35.605Z | Downloaded core-foundation-sys v0.8.4 |
| 3392 | 2023-12-08T23:16:35.608Z | Downloaded ghash v0.5.0 |
| 3393 | 2023-12-08T23:16:35.611Z | Downloaded wasm-bindgen-futures v0.4.37 |
| 3394 | 2023-12-08T23:16:35.614Z | Downloaded cargo-platform v0.1.3 |
| 3395 | 2023-12-08T23:16:35.615Z | Downloaded ipconfig v0.3.2 |
| 3396 | 2023-12-08T23:16:35.619Z | Downloaded rand_core v0.5.1 |
| 3397 | 2023-12-08T23:16:35.626Z | Downloaded polyval v0.6.1 |
| 3398 | 2023-12-08T23:16:35.629Z | Downloaded rand_chacha v0.2.2 |
| 3399 | 2023-12-08T23:16:35.629Z | Downloaded crossterm_winapi v0.9.1 |
| 3400 | 2023-12-08T23:16:35.632Z | Downloaded redox_syscall v0.4.1 |
| 3401 | 2023-12-08T23:16:35.635Z | Downloaded iana-time-zone-haiku v0.1.2 |
| 3402 | 2023-12-08T23:16:35.638Z | Downloaded fs2 v0.4.3 |
| 3403 | 2023-12-08T23:16:35.638Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 3404 | 2023-12-08T23:16:35.642Z | Downloaded blowfish v0.9.1 |
| 3405 | 2023-12-08T23:16:35.645Z | Downloaded primeorder v0.13.6 |
| 3406 | 2023-12-08T23:16:35.648Z | Downloaded wasm-bindgen-backend v0.2.87 |
| 3407 | 2023-12-08T23:16:35.648Z | Downloaded cargo_toml v0.17.0 |
| 3408 | 2023-12-08T23:16:35.652Z | Downloaded hermit-abi v0.1.19 |
| 3409 | 2023-12-08T23:16:35.655Z | Downloaded dirs-sys v0.4.1 |
| 3410 | 2023-12-08T23:16:35.658Z | Downloaded winreg v0.50.0 |
| 3411 | 2023-12-08T23:16:35.661Z | Downloaded cargo_metadata v0.18.0 |
| 3412 | 2023-12-08T23:16:35.664Z | Downloaded password-hash v0.4.2 |
| 3413 | 2023-12-08T23:16:35.667Z | Downloaded bumpalo v3.13.0 |
| 3414 | 2023-12-08T23:16:35.672Z | Downloaded js-sys v0.3.64 |
| 3415 | 2023-12-08T23:16:35.682Z | Downloaded redox_syscall v0.2.16 |
| 3416 | 2023-12-08T23:16:35.687Z | Downloaded ecdsa v0.16.9 |
| 3417 | 2023-12-08T23:16:35.690Z | Downloaded getrandom v0.1.16 |
| 3418 | 2023-12-08T23:16:35.695Z | Downloaded schannel v0.1.22 |
| 3419 | 2023-12-08T23:16:35.701Z | Downloaded encode_unicode v0.3.6 |
| 3420 | 2023-12-08T23:16:35.705Z | Downloaded core-foundation v0.9.3 |
| 3421 | 2023-12-08T23:16:35.709Z | Downloaded redox_users v0.4.3 |
| 3422 | 2023-12-08T23:16:35.713Z | Downloaded anstyle-wincon v2.1.0 |
| 3423 | 2023-12-08T23:16:35.727Z | Downloaded security-framework-sys v2.9.1 |
| 3424 | 2023-12-08T23:16:35.730Z | Downloaded rand_core v0.3.1 |
| 3425 | 2023-12-08T23:16:35.730Z | Downloaded critical-section v1.1.2 |
| 3426 | 2023-12-08T23:16:35.731Z | Downloaded system-configuration v0.5.1 |
| 3427 | 2023-12-08T23:16:35.731Z | Downloaded hermit-abi v0.3.2 |
| 3428 | 2023-12-08T23:16:35.731Z | Downloaded p256 v0.13.2 |
| 3429 | 2023-12-08T23:16:35.735Z | Downloaded winapi-util v0.1.5 |
| 3430 | 2023-12-08T23:16:35.752Z | Downloaded widestring v1.0.2 |
| 3431 | 2023-12-08T23:16:35.764Z | Downloaded russh v0.40.0 |
| 3432 | 2023-12-08T23:16:35.780Z | Downloaded windows_x86_64_gnu v0.48.5 |
| 3433 | 2023-12-08T23:16:35.818Z | Downloaded windows_x86_64_gnu v0.52.0 |
| 3434 | 2023-12-08T23:16:35.858Z | Downloaded windows_i686_gnu v0.48.5 |
| 3435 | 2023-12-08T23:16:35.897Z | Downloaded rand v0.7.3 |
| 3436 | 2023-12-08T23:16:35.907Z | Downloaded ed25519-dalek v2.0.0 |
| 3437 | 2023-12-08T23:16:35.934Z | Downloaded wasm-bindgen v0.2.87 |
| 3438 | 2023-12-08T23:16:35.965Z | Downloaded aes v0.8.3 |
| 3439 | 2023-12-08T23:16:35.972Z | Downloaded aes-gcm v0.10.3 |
| 3440 | 2023-12-08T23:16:36.033Z | Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 |
| 3441 | 2023-12-08T23:16:36.549Z | Downloaded windows_x86_64_gnullvm v0.42.2 |
| 3442 | 2023-12-08T23:16:36.609Z | Downloaded windows_aarch64_gnullvm v0.42.2 |
| 3443 | 2023-12-08T23:16:36.653Z | Downloaded windows_aarch64_gnullvm v0.52.0 |
| 3444 | 2023-12-08T23:16:36.670Z | Downloaded windows_x86_64_gnullvm v0.52.0 |
| 3445 | 2023-12-08T23:16:36.687Z | Downloaded windows_aarch64_gnullvm v0.48.5 |
| 3446 | 2023-12-08T23:16:36.703Z | Downloaded windows_x86_64_gnullvm v0.48.5 |
| 3447 | 2023-12-08T23:16:36.789Z | Downloaded fiat-crypto v0.2.1 |
| 3448 | 2023-12-08T23:16:36.993Z | Downloaded windows_aarch64_msvc v0.42.2 |
| 3449 | 2023-12-08T23:16:37.017Z | Downloaded windows_x86_64_msvc v0.42.2 |
| 3450 | 2023-12-08T23:16:37.071Z | Downloaded windows_x86_64_gnu v0.42.2 |
| 3451 | 2023-12-08T23:16:37.108Z | Downloaded web-sys v0.3.64 |
| 3452 | 2023-12-08T23:16:37.341Z | Downloaded windows_i686_msvc v0.42.2 |
| 3453 | 2023-12-08T23:16:37.373Z | Downloaded windows_aarch64_msvc v0.48.5 |
| 3454 | 2023-12-08T23:16:37.405Z | Downloaded windows_x86_64_msvc v0.52.0 |
| 3455 | 2023-12-08T23:16:37.455Z | Downloaded windows_aarch64_msvc v0.52.0 |
| 3456 | 2023-12-08T23:16:37.466Z | Downloaded windows_x86_64_msvc v0.48.5 |
| 3457 | 2023-12-08T23:16:37.495Z | Downloaded windows_i686_gnu v0.42.2 |
| 3458 | 2023-12-08T23:16:37.565Z | Downloaded windows_i686_msvc v0.48.5 |
| 3459 | 2023-12-08T23:16:37.586Z | Downloaded windows_i686_msvc v0.52.0 |
| 3460 | 2023-12-08T23:16:37.617Z | Downloaded windows_i686_gnu v0.52.0 |
| 3461 | 2023-12-08T23:16:37.676Z | Downloaded linux-raw-sys v0.3.8 |
| 3462 | 2023-12-08T23:16:37.800Z | Downloaded winapi v0.3.9 |
| 3463 | 2023-12-08T23:16:37.928Z | Downloaded linux-raw-sys v0.4.11 |
| 3464 | 2023-12-08T23:16:38.389Z | Downloaded windows-sys v0.45.0 |
| 3465 | 2023-12-08T23:16:38.563Z | Downloaded windows-sys v0.52.0 |
| 3466 | 2023-12-08T23:16:38.711Z | Downloaded windows-sys v0.48.0 |
| 3467 | 2023-12-08T23:16:38.911Z | Downloaded winapi-i686-pc-windows-gnu v0.4.0 |
| 3468 | 2023-12-08T23:16:39.904Z | Downloaded windows v0.48.0 |
| 3469 | 2023-12-08T23:16:40.890Z | info: experimental features enabled: setup-scripts |
| 3470 | 2023-12-08T23:16:42.226Z | Finished test [unoptimized + debuginfo] target(s) in 1.31s |
| 3471 | 2023-12-08T23:16:43.823Z | Starting 975 tests across 101 binaries (3 skipped) |
| 3472 | 2023-12-08T23:16:43.831Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
| 3473 | 2023-12-08T23:16:44.797Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3474 | 2023-12-08T23:16:56.983Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3475 | 2023-12-08T23:16:59.641Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3476 | 2023-12-08T23:17:11.445Z | Finished test [unoptimized + debuginfo] target(s) in 27.49s |
| 3477 | 2023-12-08T23:17:11.488Z | Running `target/debug/crdb-seed` |
| 3478 | 2023-12-08T23:17:11.526Z | Dec 08 23:17:11.529 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmppogU7e |
| 3479 | 2023-12-08T23:17:11.530Z | Dec 08 23:17:11.529 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpeJ1s1O,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmppogU7e/listen-url |
| 3480 | 2023-12-08T23:17:11.530Z | Dec 08 23:17:11.529 INFO cockroach environment: BUILDOMAT_JOB_ID=01HH5SEP6765CQ153PZ6BPXAX4 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=main GITHUB_REF=refs/heads/main GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=2a3db4154a73761b559f6e2d9bc2640de15d1c3d GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out:/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out:/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env1WdrgZ NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-2c62a5bd983b0a66/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-308cf79e08c91205/out:/work/oxidecomputer/omicron/target/debug/build/ring-cc15862b2ee04fd4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-e27f147807a8bc9f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=559dc8ee-4eb0-4bf4-913b-bc4f6e2d5cc6 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.74.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime |
| 3481 | 2023-12-08T23:17:12.920Z | Dec 08 23:17:12.922 INFO cockroach pid: 3896 |
| 3482 | 2023-12-08T23:17:12.920Z | Dec 08 23:17:12.923 INFO cockroach listen URL: postgresql://root@[::1]:34581/omicron?sslmode=disable |
| 3483 | 2023-12-08T23:17:12.920Z | Dec 08 23:17:12.923 INFO cockroach: populating |
| 3484 | 2023-12-08T23:17:15.176Z | Dec 08 23:17:15.179 INFO cockroach: populated |
| 3485 | 2023-12-08T23:17:17.864Z | Dec 08 23:17:17.868 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/7d96b0593b700e13d96dfffc4fd8b2832393445d26c410f88f8b1473939dd8ab.tar` |
| 3486 | 2023-12-08T23:17:17.871Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
| 3487 | 2023-12-08T23:17:17.962Z | PASS [ 0.046s] authz-macros test_authz_dump |
| 3488 | 2023-12-08T23:17:17.962Z | PASS [ 0.040s] bootstore schemes::tests::hello_roundtrip |
| 3489 | 2023-12-08T23:17:17.964Z | PASS [ 0.038s] bootstore schemes::v0::share_pkg::tests::create_packages |
| 3490 | 2023-12-08T23:17:17.964Z | PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
| 3491 | 2023-12-08T23:17:17.964Z | PASS [ 0.041s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
| 3492 | 2023-12-08T23:17:17.968Z | PASS [ 0.034s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
| 3493 | 2023-12-08T23:17:17.978Z | PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
| 3494 | 2023-12-08T23:17:17.978Z | PASS [ 0.034s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
| 3495 | 2023-12-08T23:17:17.985Z | PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
| 3496 | 2023-12-08T23:17:17.993Z | PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
| 3497 | 2023-12-08T23:17:18.008Z | PASS [ 0.112s] bootstore schemes::v0::peer::tests::network_config |
| 3498 | 2023-12-08T23:17:18.238Z | PASS [ 0.258s] dns-server storage::test::test_update_in_progress |
| 3499 | 2023-12-08T23:17:18.252Z | PASS [ 0.272s] dns-server storage::test::test_update_basic |
| 3500 | 2023-12-08T23:17:18.252Z | PASS [ 0.260s] dns-server storage::test::test_update_interrupted |
| 3501 | 2023-12-08T23:17:18.465Z | PASS [ 0.455s] dns-server::basic_test aaaa_crud |
| 3502 | 2023-12-08T23:17:18.499Z | PASS [ 0.506s] dns-server::basic_test a_crud |
| 3503 | 2023-12-08T23:17:18.632Z | PASS [ 0.387s] dns-server::basic_test empty_record |
| 3504 | 2023-12-08T23:17:18.633Z | PASS [ 0.380s] dns-server::basic_test multi_record_crud |
| 3505 | 2023-12-08T23:17:18.653Z | PASS [ 0.401s] dns-server::basic_test name_contains_zone |
| 3506 | 2023-12-08T23:17:18.892Z | PASS [ 0.207s] dns-server::openapi_test test_dns_server_openapi |
| 3507 | 2023-12-08T23:17:18.911Z | PASS [ 0.410s] dns-server::basic_test servfail |
| 3508 | 2023-12-08T23:17:18.948Z | PASS [ 0.036s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
| 3509 | 2023-12-08T23:17:18.960Z | PASS [ 0.094s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
| 3510 | 2023-12-08T23:17:18.961Z | PASS [ 0.493s] dns-server::basic_test nxdomain |
| 3511 | 2023-12-08T23:17:19.015Z | PASS [ 0.054s] illumos-utils destructor::test::test_destructor_bad_close |
| 3512 | 2023-12-08T23:17:19.021Z | PASS [ 0.077s] illumos-utils destructor::test::test_delayed_delete |
| 3513 | 2023-12-08T23:17:19.048Z | PASS [ 0.033s] illumos-utils link::test::test_allocate |
| 3514 | 2023-12-08T23:17:19.056Z | PASS [ 0.033s] illumos-utils link::test::test_allocate_within_scopes |
| 3515 | 2023-12-08T23:17:19.079Z | PASS [ 0.033s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file |
| 3516 | 2023-12-08T23:17:19.087Z | PASS [ 0.031s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
| 3517 | 2023-12-08T23:17:19.104Z | PASS [ 1.215s] bootstore schemes::v0::peer::tests::basic_3_nodes |
| 3518 | 2023-12-08T23:17:19.111Z | PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network |
| 3519 | 2023-12-08T23:17:19.119Z | PASS [ 0.032s] illumos-utils zpool::test::test_parse_bad_zpool_names |
| 3520 | 2023-12-08T23:17:19.133Z | PASS [ 0.029s] illumos-utils zpool::test::test_parse_external_zpool_name |
| 3521 | 2023-12-08T23:17:19.139Z | PASS [ 0.029s] illumos-utils zpool::test::test_parse_internal_zpool_name |
| 3522 | 2023-12-08T23:17:19.146Z | PASS [ 0.522s] dns-server::basic_test srv_crud |
| 3523 | 2023-12-08T23:17:19.153Z | PASS [ 0.034s] illumos-utils zpool::test::test_parse_zpool |
| 3524 | 2023-12-08T23:17:19.162Z | PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool_missing_column |
| 3525 | 2023-12-08T23:17:19.169Z | PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool_name_json |
| 3526 | 2023-12-08T23:17:19.182Z | PASS [ 0.035s] illumos-utils zpool::test::test_zpool_name_regex |
| 3527 | 2023-12-08T23:17:19.358Z | PASS [ 0.174s] installinator-common block_size_writer::tests::proptest_block_writer |
| 3528 | 2023-12-08T23:17:19.396Z | PASS [ 0.040s] internal-dns config::test::display_hosts |
| 3529 | 2023-12-08T23:17:19.420Z | PASS [ 0.025s] internal-dns config::test::display_srv_service |
| 3530 | 2023-12-08T23:17:19.466Z | PASS [ 0.042s] internal-dns config::test::test_builder_errors |
| 3531 | 2023-12-08T23:17:19.479Z | PASS [ 0.310s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi |
| 3532 | 2023-12-08T23:17:19.517Z | PASS [ 0.053s] internal-dns config::test::test_builder_output |
| 3533 | 2023-12-08T23:17:19.710Z | PASS [ 0.750s] illumos-utils destructor::test::test_delayed_delete_with_error |
| 3534 | 2023-12-08T23:17:20.036Z | PASS [ 0.508s] internal-dns resolver::test::insert_and_lookup_one_record |
| 3535 | 2023-12-08T23:17:20.110Z | PASS [ 0.402s] internal-dns resolver::test::lookup_nonexistent_record_fails |
| 3536 | 2023-12-08T23:17:20.177Z | PASS [ 0.678s] internal-dns resolver::test::insert_and_lookup_multiple_records |
| 3537 | 2023-12-08T23:17:20.714Z | PASS [ 0.605s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
| 3538 | 2023-12-08T23:17:20.840Z | PASS [ 0.671s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
| 3539 | 2023-12-08T23:17:20.866Z | PASS [ 0.037s] ipcc-key-value tests::deserialize_fixed_value |
| 3540 | 2023-12-08T23:17:20.910Z | PASS [ 0.867s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
| 3541 | 2023-12-08T23:17:20.949Z | PASS [ 0.049s] ipcc-key-value tests::serialized_size |
| 3542 | 2023-12-08T23:17:20.953Z | PASS [ 0.080s] ipcc-key-value tests::installinator_image_id_round_trip |
| 3543 | 2023-12-08T23:17:21.019Z | PASS [ 0.060s] key-manager tests::different_ikm_produces_different_keys |
| 3544 | 2023-12-08T23:17:21.020Z | PASS [ 0.068s] key-manager tests::different_disks_produce_different_keys |
| 3545 | 2023-12-08T23:17:21.073Z | PASS [ 0.039s] key-manager tests::disk_encryption_key_epoch_0 |
| 3546 | 2023-12-08T23:17:21.073Z | PASS [ 0.036s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
| 3547 | 2023-12-08T23:17:21.082Z | PASS [ 0.035s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
| 3548 | 2023-12-08T23:17:21.096Z | PASS [ 0.040s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
| 3549 | 2023-12-08T23:17:21.132Z | PASS [ 0.036s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
| 3550 | 2023-12-08T23:17:21.178Z | PASS [ 0.035s] nexus-db-model semver_version::test::test_to_from_sortable_string |
| 3551 | 2023-12-08T23:17:21.193Z | PASS [ 0.112s] nexus-db-model device_auth::test::test_generate_user_code |
| 3552 | 2023-12-08T23:17:21.210Z | PASS [ 0.034s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
| 3553 | 2023-12-08T23:17:21.222Z | PASS [ 0.031s] nexus-db-model tests::test_ipv6_net_random_subnet |
| 3554 | 2023-12-08T23:17:21.233Z | PASS [ 0.031s] nexus-db-model tests::test_roles_database_strings |
| 3555 | 2023-12-08T23:17:21.255Z | PASS [ 0.032s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
| 3556 | 2023-12-08T23:17:21.287Z | PASS [ 0.574s] internal-dns resolver::test::update_record |
| 3557 | 2023-12-08T23:17:21.292Z | PASS [ 0.063s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers |
| 3558 | 2023-12-08T23:17:21.314Z | PASS [ 0.056s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers |
| 3559 | 2023-12-08T23:17:21.327Z | PASS [ 0.042s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie |
| 3560 | 2023-12-08T23:17:21.335Z | PASS [ 0.041s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers |
| 3561 | 2023-12-08T23:17:21.360Z | PASS [ 0.041s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
| 3562 | 2023-12-08T23:17:21.389Z | PASS [ 0.058s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies |
| 3563 | 2023-12-08T23:17:21.440Z | PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie |
| 3564 | 2023-12-08T23:17:21.452Z | PASS [ 0.101s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle |
| 3565 | 2023-12-08T23:17:21.473Z | PASS [ 0.124s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute |
| 3566 | 2023-12-08T23:17:21.485Z | PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_get_token |
| 3567 | 2023-12-08T23:17:21.494Z | PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header |
| 3568 | 2023-12-08T23:17:21.514Z | PASS [ 0.042s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present |
| 3569 | 2023-12-08T23:17:21.531Z | PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie |
| 3570 | 2023-12-08T23:17:21.540Z | PASS [ 0.047s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie |
| 3571 | 2023-12-08T23:17:21.566Z | PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value |
| 3572 | 2023-12-08T23:17:21.575Z | PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error |
| 3573 | 2023-12-08T23:17:21.594Z | PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_make_header_value |
| 3574 | 2023-12-08T23:17:21.605Z | PASS [ 0.061s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie |
| 3575 | 2023-12-08T23:17:21.624Z | PASS [ 0.050s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw |
| 3576 | 2023-12-08T23:17:21.641Z | PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids |
| 3577 | 2023-12-08T23:17:21.648Z | PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing |
| 3578 | 2023-12-08T23:17:21.667Z | PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid |
| 3579 | 2023-12-08T23:17:21.693Z | PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values |
| 3580 | 2023-12-08T23:17:21.701Z | PASS [ 0.053s] nexus-db-queries authn::external::test::test_authn_sequence |
| 3581 | 2023-12-08T23:17:21.711Z | PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_make_header_value |
| 3582 | 2023-12-08T23:17:21.730Z | PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8 |
| 3583 | 2023-12-08T23:17:21.748Z | PASS [ 0.039s] nexus-db-queries authn::external::token::test::test_token_header_missing |
| 3584 | 2023-12-08T23:17:21.773Z | PASS [ 0.044s] nexus-db-queries authn::external::token::test::test_token_header_valid |
| 3585 | 2023-12-08T23:17:21.782Z | PASS [ 0.050s] nexus-db-queries authn::test::test_internal_users |
| 3586 | 2023-12-08T23:17:21.820Z | PASS [ 0.060s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes |
| 3587 | 2023-12-08T23:17:23.016Z | PASS [ 4.382s] dns-server::commands_test test_dnsadm |
| 3588 | 2023-12-08T23:17:30.193Z | PASS [ 8.450s] nexus-db-queries authz::context::test::test_unregistered_resource |
| 3589 | 2023-12-08T23:17:30.852Z | PASS [ 7.833s] nexus-db-queries context::test::test_background_context |
| 3590 | 2023-12-08T23:17:33.150Z | PASS [ 13.979s] installinator mock_peers::tests::proptest_fetch_artifact |
| 3591 | 2023-12-08T23:17:38.198Z | PASS [ 16.411s] nexus-db-queries authz::policy_test::test_conferred_roles |
| 3592 | 2023-12-08T23:17:38.246Z | PASS [ 19.083s] installinator write::tests::proptest_write_artifact |
| 3593 | 2023-12-08T23:17:41.167Z | PASS [ 10.311s] nexus-db-queries context::test::test_test_context |
| 3594 | 2023-12-08T23:17:41.436Z | PASS [ 11.222s] nexus-db-queries context::test::test_child_context |
| 3595 | 2023-12-08T23:17:42.257Z | PASS [ 9.120s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
| 3596 | 2023-12-08T23:17:46.773Z | PASS [ 8.525s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
| 3597 | 2023-12-08T23:17:46.885Z | PASS [ 8.688s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
| 3598 | 2023-12-08T23:17:49.703Z | PASS [ 8.544s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
| 3599 | 2023-12-08T23:17:49.953Z | PASS [ 8.539s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
| 3600 | 2023-12-08T23:17:51.077Z | PASS [ 8.823s] nexus-db-queries db::collection_attach::test::test_attach_once |
| 3601 | 2023-12-08T23:17:51.174Z | PASS [ 0.057s] nexus-db-queries db::collection_attach::test::test_verify_query |
| 3602 | 2023-12-08T23:17:54.791Z | PASS [ 8.021s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
| 3603 | 2023-12-08T23:17:55.126Z | PASS [ 8.210s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
| 3604 | 2023-12-08T23:17:57.791Z | PASS [ 8.081s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
| 3605 | 2023-12-08T23:17:58.030Z | PASS [ 8.077s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
| 3606 | 2023-12-08T23:17:59.740Z | PASS [ 8.601s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
| 3607 | 2023-12-08T23:18:02.705Z | PASS [ 7.913s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
| 3608 | 2023-12-08T23:18:02.761Z | PASS [ 0.057s] nexus-db-queries db::collection_detach::test::test_verify_query |
| 3609 | 2023-12-08T23:18:03.664Z | PASS [ 8.572s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
| 3610 | 2023-12-08T23:18:06.131Z | PASS [ 8.344s] nexus-db-queries db::collection_detach::test::test_detach_once |
| 3611 | 2023-12-08T23:18:06.646Z | PASS [ 8.619s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
| 3612 | 2023-12-08T23:18:07.476Z | PASS [ 7.740s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
| 3613 | 2023-12-08T23:18:09.225Z | PASS [ 47.412s] nexus-db-queries authz::policy_test::test_iam_roles_behavior |
| 3614 | 2023-12-08T23:18:09.580Z | PASS [ 6.818s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
| 3615 | 2023-12-08T23:18:10.397Z | PASS [ 6.734s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
| 3616 | 2023-12-08T23:18:12.171Z | PASS [ 6.043s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
| 3617 | 2023-12-08T23:18:12.236Z | PASS [ 0.063s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
| 3618 | 2023-12-08T23:18:12.352Z | PASS [ 5.705s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
| 3619 | 2023-12-08T23:18:13.218Z | PASS [ 5.743s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
| 3620 | 2023-12-08T23:18:13.274Z | PASS [ 0.052s] nexus-db-queries db::collection_insert::test::test_verify_query |
| 3621 | 2023-12-08T23:18:13.313Z | PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_walk_columns |
| 3622 | 2023-12-08T23:18:13.355Z | PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_walk_table |
| 3623 | 2023-12-08T23:18:13.413Z | PASS [ 0.057s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections |
| 3624 | 2023-12-08T23:18:13.458Z | PASS [ 0.046s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections |
| 3625 | 2023-12-08T23:18:13.507Z | PASS [ 0.049s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names |
| 3626 | 2023-12-08T23:18:13.552Z | PASS [ 0.045s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files |
| 3627 | 2023-12-08T23:18:15.115Z | PASS [ 5.891s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
| 3628 | 2023-12-08T23:18:15.295Z | PASS [ 5.717s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
| 3629 | 2023-12-08T23:18:16.178Z | PASS [ 5.776s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
| 3630 | 2023-12-08T23:18:16.226Z | PASS [ 0.050s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
| 3631 | 2023-12-08T23:18:17.613Z | PASS [ 5.263s] nexus-db-queries db::collection_insert::test::test_collection_present |
| 3632 | 2023-12-08T23:18:17.635Z | PASS [ 5.404s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
| 3633 | 2023-12-08T23:18:17.919Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run |
| 3634 | 2023-12-08T23:18:17.923Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run |
| 3635 | 2023-12-08T23:18:19.341Z | PASS [ 5.785s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
| 3636 | 2023-12-08T23:18:20.409Z | PASS [ 5.294s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
| 3637 | 2023-12-08T23:18:23.102Z | PASS [ 65.185s] bootstore::v0-fsm-proptest-learner run |
| 3638 | 2023-12-08T23:18:23.206Z | PASS [ 7.911s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
| 3639 | 2023-12-08T23:18:23.979Z | PASS [ 7.753s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
| 3640 | 2023-12-08T23:18:25.607Z | PASS [ 7.969s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
| 3641 | 2023-12-08T23:18:27.159Z | PASS [ 9.545s] nexus-db-queries db::datastore::dns::test::test_dns_update |
| 3642 | 2023-12-08T23:18:27.535Z | PASS [ 8.194s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
| 3643 | 2023-12-08T23:18:28.050Z | PASS [ 7.639s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
| 3644 | 2023-12-08T23:18:30.563Z | PASS [ 7.461s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
| 3645 | 2023-12-08T23:18:31.428Z | PASS [ 7.454s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
| 3646 | 2023-12-08T23:18:33.183Z | PASS [ 9.976s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
| 3647 | 2023-12-08T23:18:33.189Z | PASS [ 7.585s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
| 3648 | 2023-12-08T23:18:34.732Z | PASS [ 7.571s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
| 3649 | 2023-12-08T23:18:35.213Z | PASS [ 7.678s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
| 3650 | 2023-12-08T23:18:35.885Z | PASS [ 7.839s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled |
| 3651 | 2023-12-08T23:18:37.302Z | PASS [ 79.378s] bootstore::v0-fsm-proptest-rack-coordinator run |
| 3652 | 2023-12-08T23:18:38.262Z | PASS [ 7.698s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks |
| 3653 | 2023-12-08T23:18:39.146Z | PASS [ 7.719s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent |
| 3654 | 2023-12-08T23:18:41.076Z | PASS [ 7.887s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent |
| 3655 | 2023-12-08T23:18:41.095Z | PASS [ 7.915s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled |
| 3656 | 2023-12-08T23:18:41.143Z | PASS [ 0.047s] nexus-db-queries db::datastore::region::test::test_extent_count |
| 3657 | 2023-12-08T23:18:42.403Z | PASS [ 7.674s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
| 3658 | 2023-12-08T23:18:43.573Z | PASS [ 7.663s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
| 3659 | 2023-12-08T23:18:43.790Z | PASS [ 8.581s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
| 3660 | 2023-12-08T23:18:45.227Z | PASS [ 7.927s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
| 3661 | 2023-12-08T23:18:46.759Z | PASS [ 8.499s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
| 3662 | 2023-12-08T23:18:47.617Z | PASS [ 8.470s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
| 3663 | 2023-12-08T23:18:48.307Z | PASS [ 7.231s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
| 3664 | 2023-12-08T23:18:48.905Z | PASS [ 7.761s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
| 3665 | 2023-12-08T23:18:49.563Z | PASS [ 7.160s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
| 3666 | 2023-12-08T23:18:51.171Z | PASS [ 7.381s] nexus-db-queries db::datastore::test::test_component_update_conflict |
| 3667 | 2023-12-08T23:18:51.188Z | PASS [ 7.642s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
| 3668 | 2023-12-08T23:18:52.458Z | PASS [ 7.229s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
| 3669 | 2023-12-08T23:18:54.025Z | PASS [ 7.266s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
| 3670 | 2023-12-08T23:18:54.057Z | PASS [ 5.152s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
| 3671 | 2023-12-08T23:18:55.470Z | PASS [ 7.852s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
| 3672 | 2023-12-08T23:18:55.477Z | PASS [ 7.173s] nexus-db-queries db::datastore::test::test_project_creation |
| 3673 | 2023-12-08T23:18:57.173Z | PASS [ 7.605s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
| 3674 | 2023-12-08T23:18:59.024Z | PASS [ 7.834s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
| 3675 | 2023-12-08T23:19:01.094Z | PASS [ 9.923s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
| 3676 | 2023-12-08T23:19:02.529Z | PASS [ 10.072s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
| 3677 | 2023-12-08T23:19:03.307Z | PASS [ 7.828s] nexus-db-queries db::datastore::test::test_service_upsert_and_list |
| 3678 | 2023-12-08T23:19:04.461Z | PASS [ 5.437s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
| 3679 | 2023-12-08T23:19:04.996Z | PASS [ 10.973s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
| 3680 | 2023-12-08T23:19:05.160Z | PASS [ 7.992s] nexus-db-queries db::datastore::test::test_session_methods |
| 3681 | 2023-12-08T23:19:05.549Z | PASS [ 11.492s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
| 3682 | 2023-12-08T23:19:05.867Z | PASS [ 10.401s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
| 3683 | 2023-12-08T23:19:05.927Z | PASS [ 0.055s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data |
| 3684 | 2023-12-08T23:19:06.042Z | PASS [ 0.067s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid |
| 3685 | 2023-12-08T23:19:06.049Z | PASS [ 0.059s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid |
| 3686 | 2023-12-08T23:19:06.104Z | PASS [ 0.055s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid |
| 3687 | 2023-12-08T23:19:08.148Z | PASS [ 7.054s] nexus-db-queries db::datastore::test::test_ssh_keys |
| 3688 | 2023-12-08T23:19:09.549Z | PASS [ 7.022s] nexus-db-queries db::datastore::test::test_system_update_conflict |
| 3689 | 2023-12-08T23:19:10.382Z | PASS [ 7.076s] nexus-db-queries db::datastore::test::test_table_scan |
| 3690 | 2023-12-08T23:19:10.554Z | PASS [ 5.395s] nexus-db-queries db::explain::test::test_explain_async |
| 3691 | 2023-12-08T23:19:10.848Z | PASS [ 5.302s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
| 3692 | 2023-12-08T23:19:10.893Z | PASS [ 0.044s] nexus-db-queries db::pagination::test::test_paginator |
| 3693 | 2023-12-08T23:19:12.106Z | PASS [ 7.646s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
| 3694 | 2023-12-08T23:19:12.633Z | PASS [ 7.637s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
| 3695 | 2023-12-08T23:19:13.150Z | PASS [ 7.042s] nexus-db-queries db::lookup::test::test_lookup |
| 3696 | 2023-12-08T23:19:13.602Z | PASS [ 5.454s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
| 3697 | 2023-12-08T23:19:15.089Z | PASS [ 5.537s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
| 3698 | 2023-12-08T23:19:16.209Z | PASS [ 5.826s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
| 3699 | 2023-12-08T23:19:16.243Z | PASS [ 5.689s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
| 3700 | 2023-12-08T23:19:18.253Z | PASS [ 7.360s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
| 3701 | 2023-12-08T23:19:19.886Z | PASS [ 7.779s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
| 3702 | 2023-12-08T23:19:20.653Z | PASS [ 7.509s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range |
| 3703 | 2023-12-08T23:19:20.694Z | PASS [ 8.063s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent |
| 3704 | 2023-12-08T23:19:21.185Z | PASS [ 7.585s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent |
| 3705 | 2023-12-08T23:19:22.842Z | PASS [ 7.754s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full |
| 3706 | 2023-12-08T23:19:22.896Z | PASS [ 0.052s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
| 3707 | 2023-12-08T23:19:23.619Z | PASS [ 7.408s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
| 3708 | 2023-12-08T23:19:23.708Z | PASS [ 7.464s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
| 3709 | 2023-12-08T23:19:25.893Z | PASS [ 7.640s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service |
| 3710 | 2023-12-08T23:19:27.493Z | PASS [ 7.608s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
| 3711 | 2023-12-08T23:19:28.132Z | PASS [ 7.439s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
| 3712 | 2023-12-08T23:19:28.350Z | PASS [ 7.697s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
| 3713 | 2023-12-08T23:19:29.945Z | PASS [ 8.735s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
| 3714 | 2023-12-08T23:19:30.560Z | PASS [ 7.666s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
| 3715 | 2023-12-08T23:19:31.164Z | PASS [ 7.458s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
| 3716 | 2023-12-08T23:19:31.198Z | PASS [ 7.580s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
| 3717 | 2023-12-08T23:19:32.988Z | PASS [ 7.095s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
| 3718 | 2023-12-08T23:19:34.794Z | PASS [ 7.303s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
| 3719 | 2023-12-08T23:19:34.848Z | PASS [ 0.052s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset |
| 3720 | 2023-12-08T23:19:35.693Z | PASS [ 7.560s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
| 3721 | 2023-12-08T23:19:35.755Z | PASS [ 7.403s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
| 3722 | 2023-12-08T23:19:35.888Z | PASS [ 0.135s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
| 3723 | 2023-12-08T23:19:35.932Z | PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
| 3724 | 2023-12-08T23:19:35.972Z | PASS [ 0.039s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
| 3725 | 2023-12-08T23:19:36.016Z | PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
| 3726 | 2023-12-08T23:19:36.058Z | PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
| 3727 | 2023-12-08T23:19:37.484Z | PASS [ 7.561s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
| 3728 | 2023-12-08T23:19:38.204Z | PASS [ 7.621s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
| 3729 | 2023-12-08T23:19:38.854Z | PASS [ 7.692s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
| 3730 | 2023-12-08T23:19:39.021Z | PASS [ 7.824s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
| 3731 | 2023-12-08T23:19:40.387Z | PASS [ 7.397s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
| 3732 | 2023-12-08T23:19:40.430Z | PASS [ 0.042s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
| 3733 | 2023-12-08T23:19:40.496Z | PASS [ 0.066s] nexus-inventory builder::test::test_basic |
| 3734 | 2023-12-08T23:19:40.533Z | PASS [ 0.037s] nexus-inventory builder::test::test_empty |
| 3735 | 2023-12-08T23:19:40.569Z | PASS [ 0.036s] nexus-inventory builder::test::test_problems |
| 3736 | 2023-12-08T23:19:41.079Z | PASS [ 5.378s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
| 3737 | 2023-12-08T23:19:41.152Z | PASS [ 0.579s] nexus-inventory collector::test::test_basic |
| 3738 | 2023-12-08T23:19:41.280Z | PASS [ 5.217s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query |
| 3739 | 2023-12-08T23:19:41.361Z | PASS [ 0.041s] nexus-types external_api::shared::test::test_policy_parsing |
| 3740 | 2023-12-08T23:19:41.430Z | PASS [ 0.114s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
| 3741 | 2023-12-08T23:19:41.491Z | PASS [ 0.060s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
| 3742 | 2023-12-08T23:19:41.579Z | PASS [ 0.083s] omicron-certificates tests::test_cert_extended_key_usage |
| 3743 | 2023-12-08T23:19:41.670Z | PASS [ 0.089s] omicron-certificates tests::test_common_name_is_validated |
| 3744 | 2023-12-08T23:19:41.780Z | PASS [ 0.094s] omicron-certificates tests::test_subject_alternate_names_are_validated |
| 3745 | 2023-12-08T23:19:41.811Z | PASS [ 0.054s] omicron-common address::test::test_dns_subnets |
| 3746 | 2023-12-08T23:19:41.853Z | PASS [ 0.698s] nexus-inventory collector::test::test_multi_mgs_failure |
| 3747 | 2023-12-08T23:19:41.853Z | PASS [ 0.033s] omicron-common address::test::test_ip_range_checks_non_decreasing |
| 3748 | 2023-12-08T23:19:41.884Z | PASS [ 0.040s] omicron-common address::test::test_ip_range_enum_deserialization |
| 3749 | 2023-12-08T23:19:41.891Z | PASS [ 0.040s] omicron-common address::test::test_ip_range_iter |
| 3750 | 2023-12-08T23:19:41.919Z | PASS [ 0.035s] omicron-common address::test::test_ip_range_try_from |
| 3751 | 2023-12-08T23:19:41.926Z | PASS [ 0.035s] omicron-common address::test::test_ipv6_subnet_deserialize |
| 3752 | 2023-12-08T23:19:41.950Z | PASS [ 0.031s] omicron-common address::test::test_sled_address |
| 3753 | 2023-12-08T23:19:41.957Z | PASS [ 0.031s] omicron-common api::external::error::test::test_bail_unless |
| 3754 | 2023-12-08T23:19:41.980Z | PASS [ 0.031s] omicron-common api::external::error::test::test_context |
| 3755 | 2023-12-08T23:19:41.988Z | PASS [ 0.918s] nexus-inventory collector::test::test_multi_mgs |
| 3756 | 2023-12-08T23:19:41.994Z | PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_pagination_examples |
| 3757 | 2023-12-08T23:19:42.021Z | PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
| 3758 | 2023-12-08T23:19:42.037Z | PASS [ 0.042s] omicron-common api::external::http_pagination::test::test_scan_by_id |
| 3759 | 2023-12-08T23:19:42.067Z | PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
| 3760 | 2023-12-08T23:19:42.081Z | PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
| 3761 | 2023-12-08T23:19:42.085Z | PASS [ 0.078s] omicron-common api::external::http_pagination::test::test_scan_by_name |
| 3762 | 2023-12-08T23:19:42.113Z | PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
| 3763 | 2023-12-08T23:19:42.123Z | PASS [ 0.040s] omicron-common api::external::test::test_bytecount |
| 3764 | 2023-12-08T23:19:42.123Z | PASS [ 0.044s] omicron-common api::external::test::test_bytecount_display |
| 3765 | 2023-12-08T23:19:42.147Z | PASS [ 0.048s] omicron-common api::external::test::test_digest |
| 3766 | 2023-12-08T23:19:42.155Z | PASS [ 0.043s] omicron-common api::external::test::test_firewall_deserialization |
| 3767 | 2023-12-08T23:19:42.176Z | PASS [ 0.052s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
| 3768 | 2023-12-08T23:19:42.187Z | PASS [ 0.033s] omicron-common api::external::test::test_ip_port_range_from_str |
| 3769 | 2023-12-08T23:19:42.195Z | PASS [ 0.049s] omicron-common api::external::test::test_firewall_rule_target_parse |
| 3770 | 2023-12-08T23:19:42.218Z | PASS [ 0.033s] omicron-common api::external::test::test_ip_port_range_into_str |
| 3771 | 2023-12-08T23:19:42.225Z | PASS [ 0.037s] omicron-common api::external::test::test_ipnet_first_last_address |
| 3772 | 2023-12-08T23:19:42.233Z | PASS [ 0.038s] omicron-common api::external::test::test_ipnet_serde |
| 3773 | 2023-12-08T23:19:42.247Z | PASS [ 0.039s] omicron-common api::external::test::test_ipv4_net_operations |
| 3774 | 2023-12-08T23:19:42.255Z | PASS [ 0.030s] omicron-common api::external::test::test_ipv6_net_operations |
| 3775 | 2023-12-08T23:19:42.274Z | PASS [ 0.037s] omicron-common api::external::test::test_mac_system_iterator |
| 3776 | 2023-12-08T23:19:42.279Z | PASS [ 0.031s] omicron-common api::external::test::test_mac_to_int_conversions |
| 3777 | 2023-12-08T23:19:42.279Z | PASS [ 0.031s] omicron-common api::external::test::test_macaddr |
| 3778 | 2023-12-08T23:19:42.301Z | PASS [ 0.031s] omicron-common api::external::test::test_name_parse |
| 3779 | 2023-12-08T23:19:42.309Z | PASS [ 0.031s] omicron-common api::external::test::test_name_parse_from_param |
| 3780 | 2023-12-08T23:19:42.316Z | PASS [ 0.030s] omicron-common api::external::test::test_resource_name_parse |
| 3781 | 2023-12-08T23:19:42.334Z | PASS [ 0.034s] omicron-common api::external::test::test_role_name_parse |
| 3782 | 2023-12-08T23:19:42.350Z | PASS [ 0.039s] omicron-common api::external::test::test_route_destination_parse |
| 3783 | 2023-12-08T23:19:42.387Z | PASS [ 0.043s] omicron-common api::external::test::test_route_target_parse |
| 3784 | 2023-12-08T23:19:42.391Z | PASS [ 0.033s] omicron-common api::external::test::test_semver_serialize |
| 3785 | 2023-12-08T23:19:42.391Z | PASS [ 0.040s] omicron-common api::external::test::test_semver_validation |
| 3786 | 2023-12-08T23:19:42.405Z | PASS [ 0.036s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
| 3787 | 2023-12-08T23:19:42.428Z | PASS [ 0.058s] omicron-common ledger::test::test_commit_handles_write_failures |
| 3788 | 2023-12-08T23:19:42.437Z | PASS [ 0.047s] omicron-common ledger::test::test_create_default_ledger |
| 3789 | 2023-12-08T23:19:42.447Z | PASS [ 0.048s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
| 3790 | 2023-12-08T23:19:42.478Z | PASS [ 0.047s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
| 3791 | 2023-12-08T23:19:42.504Z | PASS [ 0.041s] omicron-common nexus_config::test::test_config_bad_toml |
| 3792 | 2023-12-08T23:19:42.504Z | PASS [ 0.051s] omicron-common nexus_config::test::test_bad_authn_schemes |
| 3793 | 2023-12-08T23:19:42.504Z | PASS [ 7.642s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
| 3794 | 2023-12-08T23:19:42.515Z | PASS [ 0.040s] omicron-common nexus_config::test::test_config_empty |
| 3795 | 2023-12-08T23:19:42.532Z | PASS [ 0.035s] omicron-common nexus_config::test::test_config_nonexistent |
| 3796 | 2023-12-08T23:19:42.962Z | PASS [ 0.038s] omicron-common nexus_config::test::test_deployment_config_schema |
| 3797 | 2023-12-08T23:19:42.962Z | PASS [ 0.047s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable |
| 3798 | 2023-12-08T23:19:42.962Z | PASS [ 0.037s] omicron-common postgres_config::test::test_bad_url |
| 3799 | 2023-12-08T23:19:42.963Z | PASS [ 0.064s] omicron-common nexus_config::test::test_repo_configs_are_valid |
| 3800 | 2023-12-08T23:19:42.963Z | PASS [ 0.056s] omicron-common nexus_config::test::test_valid |
| 3801 | 2023-12-08T23:19:42.963Z | PASS [ 0.042s] omicron-common postgres_config::test::test_example_url |
| 3802 | 2023-12-08T23:19:42.963Z | PASS [ 0.030s] omicron-common update::tests::serde_artifact_kind |
| 3803 | 2023-12-08T23:19:42.963Z | PASS [ 0.104s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd |
| 3804 | 2023-12-08T23:19:42.963Z | PASS [ 0.178s] omicron-dev::test_omicron_dev test_cert_create |
| 3805 | 2023-12-08T23:19:42.964Z | PASS [ 0.106s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args |
| 3806 | 2023-12-08T23:19:42.964Z | PASS [ 5.382s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered |
| 3807 | 2023-12-08T23:19:42.964Z | PASS [ 0.114s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args |
| 3808 | 2023-12-08T23:19:42.964Z | PASS [ 0.102s] omicron-dev::test_omicron_dev test_omicron_dev_no_args |
| 3809 | 2023-12-08T23:19:42.964Z | PASS [ 0.050s] omicron-gateway management_switch::location_map::tests::test_config_validation |
| 3810 | 2023-12-08T23:19:42.964Z | PASS [ 0.039s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
| 3811 | 2023-12-08T23:19:43.242Z | PASS [ 0.320s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled |
| 3812 | 2023-12-08T23:19:43.276Z | PASS [ 0.325s] omicron-gateway::test_all integration_tests::component_list::component_list |
| 3813 | 2023-12-08T23:19:43.284Z | PASS [ 5.106s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
| 3814 | 2023-12-08T23:19:43.568Z | PASS [ 0.291s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
| 3815 | 2023-12-08T23:19:43.581Z | PASS [ 0.294s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
| 3816 | 2023-12-08T23:19:43.757Z | PASS [ 0.515s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
| 3817 | 2023-12-08T23:19:45.951Z | PASS [ 6.931s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
| 3818 | 2023-12-08T23:19:46.238Z | PASS [ 7.381s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
| 3819 | 2023-12-08T23:19:56.918Z | PASS [ 14.319s] omicron-dev::test_omicron_dev test_db_killed |
| 3820 | 2023-12-08T23:20:03.711Z | PASS [ 21.118s] omicron-dev::test_omicron_dev test_db_run |
| 3821 | 2023-12-08T23:20:08.424Z | PASS [ 25.560s] omicron-dev::test_omicron_dev test_run_all |
| 3822 | 2023-12-08T23:20:10.673Z | PASS [ 27.093s] omicron-nexus app::background::common::test::test_driver_basic |
| 3823 | 2023-12-08T23:20:10.818Z | PASS [ 27.061s] omicron-nexus app::background::dns_config::test::test_basic |
| 3824 | 2023-12-08T23:20:10.978Z | PASS [ 0.147s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
| 3825 | 2023-12-08T23:20:11.073Z | PASS [ 25.100s] omicron-nexus app::background::dns_propagation::test::test_basic |
| 3826 | 2023-12-08T23:20:11.169Z | PASS [ 24.918s] omicron-nexus app::background::dns_servers::test::test_basic |
| 3827 | 2023-12-08T23:20:11.184Z | PASS [ 0.129s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
| 3828 | 2023-12-08T23:20:11.261Z | PASS [ 0.107s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
| 3829 | 2023-12-08T23:20:11.264Z | PASS [ 0.091s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
| 3830 | 2023-12-08T23:20:11.953Z | PASS [ 28.387s] omicron-nexus app::background::common::test::test_activation_in_progress |
| 3831 | 2023-12-08T23:20:12.191Z | PASS [ 1.513s] omicron-nexus app::external_endpoints::test::test_authority |
| 3832 | 2023-12-08T23:20:21.500Z | PASS [ 24.595s] omicron-nexus app::background::external_endpoints::test::test_basic |
| 3833 | 2023-12-08T23:20:22.921Z | PASS [ 11.956s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
| 3834 | 2023-12-08T23:20:28.571Z | PASS [ 24.860s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
| 3835 | 2023-12-08T23:20:40.055Z | PASS [ 27.871s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
| 3836 | 2023-12-08T23:20:41.235Z | PASS [ 32.812s] omicron-nexus app::background::inventory_collection::test::test_basic |
| 3837 | 2023-12-08T23:20:41.562Z | PASS [ 29.611s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
| 3838 | 2023-12-08T23:20:46.034Z | PASS [ 34.767s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
| 3839 | 2023-12-08T23:20:46.475Z | PASS [ 35.206s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
| 3840 | 2023-12-08T23:20:50.892Z | PASS [ 29.393s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
| 3841 | 2023-12-08T23:20:51.583Z | PASS [ 28.659s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
| 3842 | 2023-12-08T23:21:14.698Z | PASS [ 33.138s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
| 3843 | 2023-12-08T23:21:17.786Z | PASS [ 36.555s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
| 3844 | 2023-12-08T23:21:20.286Z | PASS [ 33.813s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
| 3845 | 2023-12-08T23:21:20.921Z | PASS [ 34.896s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
| 3846 | 2023-12-08T23:21:25.262Z | PASS [ 33.683s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
| 3847 | 2023-12-08T23:21:28.566Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 3848 | 2023-12-08T23:21:40.053Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 3849 | 2023-12-08T23:21:50.298Z | PASS [ 25.038s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
| 3850 | 2023-12-08T23:21:50.890Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
| 3851 | 2023-12-08T23:21:54.517Z | PASS [ 33.539s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
| 3852 | 2023-12-08T23:21:54.560Z | PASS [ 32.335s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
| 3853 | 2023-12-08T23:21:54.560Z | PASS [ 0.069s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
| 3854 | 2023-12-08T23:21:55.250Z | PASS [ 40.553s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
| 3855 | 2023-12-08T23:21:55.265Z | PASS [ 34.348s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
| 3856 | 2023-12-08T23:22:07.325Z | PASS [ 76.435s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
| 3857 | 2023-12-08T23:22:24.090Z | PASS [ 31.403s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
| 3858 | 2023-12-08T23:22:28.581Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 3859 | 2023-12-08T23:22:28.887Z | PASS [ 21.566s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
| 3860 | 2023-12-08T23:22:30.038Z | PASS [ 34.790s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
| 3861 | 2023-12-08T23:22:40.096Z | PASS [ 42.132s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
| 3862 | 2023-12-08T23:22:40.147Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 3863 | 2023-12-08T23:22:50.296Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 3864 | 2023-12-08T23:22:51.321Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
| 3865 | 2023-12-08T23:22:51.977Z | PASS [ 21.936s] omicron-nexus app::update::tests::test_populate_mock_system_updates |
| 3866 | 2023-12-08T23:22:54.310Z | PASS [ 25.425s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
| 3867 | 2023-12-08T23:22:54.979Z | PASS [ 30.891s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
| 3868 | 2023-12-08T23:23:00.196Z | PASS [ 22.802s] omicron-nexus app::update::tests::test_semver_max |
| 3869 | 2023-12-08T23:23:09.399Z | PASS [ 9.202s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
| 3870 | 2023-12-08T23:23:09.470Z | PASS [ 0.067s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
| 3871 | 2023-12-08T23:23:09.543Z | PASS [ 0.073s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
| 3872 | 2023-12-08T23:23:09.612Z | PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
| 3873 | 2023-12-08T23:23:09.689Z | PASS [ 0.081s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
| 3874 | 2023-12-08T23:23:09.779Z | PASS [ 0.082s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
| 3875 | 2023-12-08T23:23:09.871Z | PASS [ 0.095s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
| 3876 | 2023-12-08T23:23:09.942Z | PASS [ 0.076s] omicron-nexus external_api::console_api::test::test_relative_uri |
| 3877 | 2023-12-08T23:23:10.111Z | PASS [ 0.170s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy |
| 3878 | 2023-12-08T23:23:15.683Z | PASS [ 23.711s] omicron-nexus app::update::tests::test_system_updates |
| 3879 | 2023-12-08T23:23:17.501Z | PASS [ 23.193s] omicron-nexus app::update::tests::test_update_deployments |
| 3880 | 2023-12-08T23:23:18.082Z | PASS [ 23.100s] omicron-nexus app::update::tests::test_updateable_components |
| 3881 | 2023-12-08T23:23:28.562Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 3882 | 2023-12-08T23:23:28.976Z | PASS [ 10.898s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
| 3883 | 2023-12-08T23:23:36.386Z | PASS [ 20.704s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
| 3884 | 2023-12-08T23:23:36.511Z | PASS [ 0.125s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
| 3885 | 2023-12-08T23:23:37.133Z | PASS [ 19.633s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
| 3886 | 2023-12-08T23:23:40.049Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 3887 | 2023-12-08T23:23:40.067Z | PASS [ 11.093s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
| 3888 | 2023-12-08T23:23:50.293Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 3889 | 2023-12-08T23:23:51.319Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
| 3890 | 2023-12-08T23:23:55.802Z | PASS [ 124.486s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
| 3891 | 2023-12-08T23:23:59.217Z | PASS [ 22.702s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
| 3892 | 2023-12-08T23:23:59.527Z | PASS [ 22.395s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
| 3893 | 2023-12-08T23:24:03.998Z | PASS [ 23.930s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
| 3894 | 2023-12-08T23:24:10.109Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
| 3895 | 2023-12-08T23:24:19.133Z | PASS [ 23.331s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
| 3896 | 2023-12-08T23:24:22.091Z | PASS [ 71.983s] omicron-nexus populate::test::test_populators |
| 3897 | 2023-12-08T23:24:22.176Z | PASS [ 22.650s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
| 3898 | 2023-12-08T23:24:23.422Z | PASS [ 24.211s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
| 3899 | 2023-12-08T23:24:26.053Z | PASS [ 22.059s] omicron-nexus::test_all integration_tests::basic::test_ping |
| 3900 | 2023-12-08T23:24:28.560Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 3901 | 2023-12-08T23:24:40.047Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 3902 | 2023-12-08T23:24:45.365Z | PASS [ 23.187s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
| 3903 | 2023-12-08T23:24:46.830Z | PASS [ 23.410s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
| 3904 | 2023-12-08T23:24:48.796Z | PASS [ 22.743s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
| 3905 | 2023-12-08T23:24:50.291Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 3906 | 2023-12-08T23:24:50.642Z | PASS [ 31.510s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
| 3907 | 2023-12-08T23:24:59.863Z | PASS [ 37.774s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
| 3908 | 2023-12-08T23:25:09.520Z | PASS [ 24.159s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
| 3909 | 2023-12-08T23:25:10.739Z | PASS [ 23.897s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
| 3910 | 2023-12-08T23:25:13.783Z | PASS [ 23.142s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
| 3911 | 2023-12-08T23:25:13.865Z | PASS [ 25.070s] omicron-nexus::test_all integration_tests::certificates::test_crud |
| 3912 | 2023-12-08T23:25:13.926Z | PASS [ 0.143s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
| 3913 | 2023-12-08T23:25:14.417Z | PASS [ 0.492s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal |
| 3914 | 2023-12-08T23:25:14.773Z | PASS [ 0.904s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi |
| 3915 | 2023-12-08T23:25:15.662Z | PASS [ 6.140s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
| 3916 | 2023-12-08T23:25:16.337Z | PASS [ 5.610s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
| 3917 | 2023-12-08T23:25:28.559Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 3918 | 2023-12-08T23:25:31.618Z | PASS [ 31.758s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
| 3919 | 2023-12-08T23:25:37.403Z | PASS [ 22.987s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
| 3920 | 2023-12-08T23:25:37.819Z | PASS [ 23.051s] omicron-nexus::test_all integration_tests::console_api::test_assets |
| 3921 | 2023-12-08T23:25:39.007Z | PASS [ 23.348s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
| 3922 | 2023-12-08T23:25:40.073Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 3923 | 2023-12-08T23:25:44.580Z | PASS [ 28.239s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
| 3924 | 2023-12-08T23:25:50.290Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 3925 | 2023-12-08T23:26:00.544Z | PASS [ 23.125s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
| 3926 | 2023-12-08T23:26:00.895Z | PASS [ 23.069s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
| 3927 | 2023-12-08T23:26:00.943Z | PASS [ 29.325s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
| 3928 | 2023-12-08T23:26:02.410Z | PASS [ 23.405s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
| 3929 | 2023-12-08T23:26:13.546Z | PASS [ 28.972s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
| 3930 | 2023-12-08T23:26:23.872Z | PASS [ 23.348s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
| 3931 | 2023-12-08T23:26:24.307Z | PASS [ 23.414s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
| 3932 | 2023-12-08T23:26:28.558Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 3933 | 2023-12-08T23:26:28.631Z | PASS [ 27.682s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
| 3934 | 2023-12-08T23:26:40.050Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 3935 | 2023-12-08T23:26:46.408Z | PASS [ 29.709s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
| 3936 | 2023-12-08T23:26:46.432Z | PASS [ 42.280s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
| 3937 | 2023-12-08T23:26:50.291Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 3938 | 2023-12-08T23:26:52.947Z | PASS [ 29.065s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
| 3939 | 2023-12-08T23:26:52.951Z | PASS [ 28.638s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
| 3940 | 2023-12-08T23:26:55.750Z | PASS [ 27.128s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
| 3941 | 2023-12-08T23:27:19.109Z | PASS [ 26.162s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
| 3942 | 2023-12-08T23:27:25.145Z | PASS [ 29.396s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
| 3943 | 2023-12-08T23:27:25.273Z | PASS [ 42.012s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
| 3944 | 2023-12-08T23:27:28.553Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 3945 | 2023-12-08T23:27:40.050Z | PASS [ 349.770s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
| 3946 | 2023-12-08T23:27:40.051Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 3947 | 2023-12-08T23:27:41.827Z | PASS [ 57.142s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
| 3948 | 2023-12-08T23:27:46.796Z | PASS [ 27.690s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
| 3949 | 2023-12-08T23:27:47.945Z | PASS [ 55.014s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
| 3950 | 2023-12-08T23:27:52.109Z | PASS [ 26.966s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
| 3951 | 2023-12-08T23:27:53.063Z | PASS [ 27.801s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
| 3952 | 2023-12-08T23:28:04.772Z | PASS [ 24.722s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
| 3953 | 2023-12-08T23:28:13.644Z | PASS [ 31.820s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
| 3954 | 2023-12-08T23:28:14.254Z | PASS [ 26.308s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
| 3955 | 2023-12-08T23:28:22.359Z | PASS [ 29.295s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
| 3956 | 2023-12-08T23:28:23.748Z | PASS [ 31.632s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
| 3957 | 2023-12-08T23:28:28.551Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 3958 | 2023-12-08T23:28:31.480Z | PASS [ 44.688s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
| 3959 | 2023-12-08T23:28:33.922Z | PASS [ 29.148s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
| 3960 | 2023-12-08T23:28:38.481Z | PASS [ 24.230s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
| 3961 | 2023-12-08T23:28:40.049Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 3962 | 2023-12-08T23:28:40.223Z | PASS [ 26.581s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
| 3963 | 2023-12-08T23:28:43.899Z | PASS [ 3.677s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
| 3964 | 2023-12-08T23:28:44.744Z | PASS [ 0.844s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
| 3965 | 2023-12-08T23:28:45.442Z | PASS [ 0.699s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
| 3966 | 2023-12-08T23:28:46.179Z | PASS [ 0.737s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
| 3967 | 2023-12-08T23:28:48.798Z | PASS [ 25.058s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
| 3968 | 2023-12-08T23:28:55.052Z | PASS [ 23.574s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
| 3969 | 2023-12-08T23:28:57.789Z | PASS [ 35.433s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attachment |
| 3970 | 2023-12-08T23:28:58.513Z | PASS [ 24.591s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
| 3971 | 2023-12-08T23:29:02.583Z | PASS [ 24.096s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
| 3972 | 2023-12-08T23:29:12.080Z | PASS [ 25.894s] omicron-nexus::test_all integration_tests::images::test_image_create |
| 3973 | 2023-12-08T23:29:16.056Z | PASS [ 27.262s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
| 3974 | 2023-12-08T23:29:25.312Z | PASS [ 27.526s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
| 3975 | 2023-12-08T23:29:25.612Z | PASS [ 27.107s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
| 3976 | 2023-12-08T23:29:27.515Z | PASS [ 24.941s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
| 3977 | 2023-12-08T23:29:28.217Z | PASS [ 33.146s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
| 3978 | 2023-12-08T23:29:28.551Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 3979 | 2023-12-08T23:29:35.486Z | PASS [ 9.872s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
| 3980 | 2023-12-08T23:29:35.980Z | PASS [ 10.669s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
| 3981 | 2023-12-08T23:29:38.495Z | PASS [ 26.012s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
| 3982 | 2023-12-08T23:29:38.500Z | PASS [ 10.685s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
| 3983 | 2023-12-08T23:29:39.863Z | PASS [ 11.660s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
| 3984 | 2023-12-08T23:29:39.926Z | PASS [ 23.858s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
| 3985 | 2023-12-08T23:29:40.056Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 3986 | 2023-12-08T23:30:00.821Z | PASS [ 25.338s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
| 3987 | 2023-12-08T23:30:12.207Z | PASS [ 583.666s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
| 3988 | 2023-12-08T23:30:12.970Z | PASS [ 34.889s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
| 3989 | 2023-12-08T23:30:17.438Z | PASS [ 37.583s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
| 3990 | 2023-12-08T23:30:24.038Z | PASS [ 44.118s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
| 3991 | 2023-12-08T23:30:25.282Z | PASS [ 24.462s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
| 3992 | 2023-12-08T23:30:26.532Z | PASS [ 586.508s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
| 3993 | 2023-12-08T23:30:26.614Z | PASS [ 48.417s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
| 3994 | 2023-12-08T23:30:30.275Z | PASS [ 54.266s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
| 3995 | 2023-12-08T23:30:48.759Z | PASS [ 24.733s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
| 3996 | 2023-12-08T23:30:50.314Z | PASS [ 32.878s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
| 3997 | 2023-12-08T23:30:59.478Z | PASS [ 47.277s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
| 3998 | 2023-12-08T23:31:02.593Z | PASS [ 37.313s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
| 3999 | 2023-12-08T23:31:06.972Z | PASS [ 40.439s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
| 4000 | 2023-12-08T23:31:09.616Z | PASS [ 43.003s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
| 4001 | 2023-12-08T23:31:11.369Z | PASS [ 41.127s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
| 4002 | 2023-12-08T23:31:12.969Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
| 4003 | 2023-12-08T23:31:25.680Z | PASS [ 36.922s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
| 4004 | 2023-12-08T23:31:32.365Z | PASS [ 42.049s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
| 4005 | 2023-12-08T23:31:48.803Z | PASS [ 39.181s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
| 4006 | 2023-12-08T23:31:48.803Z | PASS [ 41.827s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
| 4007 | 2023-12-08T23:31:49.991Z | PASS [ 50.515s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
| 4008 | 2023-12-08T23:31:52.092Z | PASS [ 99.124s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
| 4009 | 2023-12-08T23:31:53.163Z | PASS [ 41.794s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p |
| 4010 | 2023-12-08T23:31:56.918Z | PASS [ 54.327s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
| 4011 | 2023-12-08T23:32:04.282Z | PASS [ 38.604s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
| 4012 | 2023-12-08T23:32:15.366Z | PASS [ 43.008s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
| 4013 | 2023-12-08T23:32:15.553Z | PASS [ 26.752s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
| 4014 | 2023-12-08T23:32:19.862Z | PASS [ 27.775s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
| 4015 | 2023-12-08T23:32:26.694Z | PASS [ 33.534s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
| 4016 | 2023-12-08T23:32:28.353Z | PASS [ 31.436s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
| 4017 | 2023-12-08T23:32:28.670Z | PASS [ 24.391s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
| 4018 | 2023-12-08T23:32:29.863Z | PASS [ 39.877s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
| 4019 | 2023-12-08T23:32:34.111Z | PASS [ 45.299s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
| 4020 | 2023-12-08T23:32:47.500Z | PASS [ 31.948s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
| 4021 | 2023-12-08T23:32:49.845Z | PASS [ 23.153s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
| 4022 | 2023-12-08T23:32:52.714Z | PASS [ 24.362s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
| 4023 | 2023-12-08T23:32:53.646Z | PASS [ 24.974s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
| 4024 | 2023-12-08T23:32:54.573Z | PASS [ 24.712s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
| 4025 | 2023-12-08T23:32:57.569Z | PASS [ 37.707s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
| 4026 | 2023-12-08T23:32:58.396Z | PASS [ 24.308s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
| 4027 | 2023-12-08T23:33:03.052Z | PASS [ 47.687s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
| 4028 | 2023-12-08T23:33:15.265Z | PASS [ 25.422s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
| 4029 | 2023-12-08T23:33:16.506Z | PASS [ 23.796s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
| 4030 | 2023-12-08T23:33:17.329Z | PASS [ 22.756s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo |
| 4031 | 2023-12-08T23:33:17.454Z | PASS [ 23.810s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
| 4032 | 2023-12-08T23:33:24.744Z | PASS [ 26.349s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud |
| 4033 | 2023-12-08T23:33:27.704Z | PASS [ 40.201s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project |
| 4034 | 2023-12-08T23:33:29.108Z | PASS [ 26.059s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud |
| 4035 | 2023-12-08T23:33:33.084Z | PASS [ 35.438s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
| 4036 | 2023-12-08T23:33:40.109Z | PASS [ 22.778s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
| 4037 | 2023-12-08T23:33:47.696Z | PASS [ 30.244s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
| 4038 | 2023-12-08T23:33:56.286Z | PASS [ 27.179s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
| 4039 | 2023-12-08T23:34:00.215Z | PASS [ 27.210s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
| 4040 | 2023-12-08T23:34:01.173Z | PASS [ 36.431s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
| 4041 | 2023-12-08T23:34:07.014Z | PASS [ 26.908s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
| 4042 | 2023-12-08T23:34:15.270Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
| 4043 | 2023-12-08T23:34:16.504Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
| 4044 | 2023-12-08T23:34:22.416Z | PASS [ 54.720s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
| 4045 | 2023-12-08T23:34:28.712Z | PASS [ 28.501s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
| 4046 | 2023-12-08T23:34:29.268Z | PASS [ 74.007s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
| 4047 | 2023-12-08T23:34:42.356Z | PASS [ 54.658s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
| 4048 | 2023-12-08T23:34:49.401Z | PASS [ 53.113s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
| 4049 | 2023-12-08T23:34:51.695Z | PASS [ 44.686s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
| 4050 | 2023-12-08T23:34:54.656Z | PASS [ 53.481s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
| 4051 | 2023-12-08T23:34:56.222Z | PASS [ 26.194s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
| 4052 | 2023-12-08T23:34:58.425Z | PASS [ 35.845s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
| 4053 | 2023-12-08T23:35:07.194Z | PASS [ 38.482s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
| 4054 | 2023-12-08T23:35:14.180Z | PASS [ 117.674s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
| 4055 | 2023-12-08T23:35:19.712Z | PASS [ 25.063s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
| 4056 | 2023-12-08T23:35:24.004Z | PASS [ 25.733s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
| 4057 | 2023-12-08T23:35:24.566Z | PASS [ 29.104s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
| 4058 | 2023-12-08T23:35:36.674Z | PASS [ 54.325s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
| 4059 | 2023-12-08T23:35:36.810Z | PASS [ 29.619s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
| 4060 | 2023-12-08T23:35:46.069Z | PASS [ 26.358s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
| 4061 | 2023-12-08T23:35:46.706Z | PASS [ 22.137s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
| 4062 | 2023-12-08T23:35:47.642Z | PASS [ 58.248s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
| 4063 | 2023-12-08T23:35:50.173Z | PASS [ 26.184s] omicron-nexus::test_all integration_tests::projects::test_projects |
| 4064 | 2023-12-08T23:35:50.899Z | PASS [ 36.726s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
| 4065 | 2023-12-08T23:35:51.695Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
| 4066 | 2023-12-08T23:35:59.845Z | PASS [ 23.170s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
| 4067 | 2023-12-08T23:36:02.379Z | PASS [ 25.560s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
| 4068 | 2023-12-08T23:36:06.007Z | PASS [ 3.635s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
| 4069 | 2023-12-08T23:36:07.229Z | PASS [ 75.538s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
| 4070 | 2023-12-08T23:36:07.864Z | PASS [ 0.635s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
| 4071 | 2023-12-08T23:36:09.799Z | PASS [ 23.731s] omicron-nexus::test_all integration_tests::rack::test_uninitialized_sled_list |
| 4072 | 2023-12-08T23:36:09.821Z | PASS [ 3.817s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
| 4073 | 2023-12-08T23:36:10.419Z | PASS [ 23.719s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
| 4074 | 2023-12-08T23:36:13.398Z | PASS [ 0.133s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
| 4075 | 2023-12-08T23:36:13.398Z | PASS [ 0.120s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
| 4076 | 2023-12-08T23:36:13.419Z | PASS [ 0.144s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
| 4077 | 2023-12-08T23:36:13.419Z | PASS [ 0.127s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
| 4078 | 2023-12-08T23:36:13.420Z | PASS [ 0.126s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
| 4079 | 2023-12-08T23:36:13.420Z | PASS [ 3.600s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
| 4080 | 2023-12-08T23:36:13.420Z | PASS [ 25.288s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
| 4081 | 2023-12-08T23:36:13.420Z | PASS [ 22.806s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
| 4082 | 2023-12-08T23:36:13.420Z | PASS [ 22.160s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
| 4083 | 2023-12-08T23:36:13.420Z | PASS [ 3.558s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
| 4084 | 2023-12-08T23:36:24.418Z | PASS [ 24.576s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
| 4085 | 2023-12-08T23:36:36.192Z | PASS [ 25.125s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
| 4086 | 2023-12-08T23:36:36.591Z | PASS [ 25.129s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
| 4087 | 2023-12-08T23:36:36.718Z | PASS [ 0.122s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
| 4088 | 2023-12-08T23:36:36.802Z | PASS [ 0.087s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment |
| 4089 | 2023-12-08T23:36:36.867Z | PASS [ 23.939s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
| 4090 | 2023-12-08T23:36:36.911Z | PASS [ 0.110s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
| 4091 | 2023-12-08T23:36:37.247Z | PASS [ 24.271s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
| 4092 | 2023-12-08T23:36:37.489Z | PASS [ 27.669s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes |
| 4093 | 2023-12-08T23:36:37.622Z | PASS [ 24.565s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
| 4094 | 2023-12-08T23:36:37.650Z | PASS [ 24.293s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
| 4095 | 2023-12-08T23:36:49.016Z | PASS [ 11.396s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
| 4096 | 2023-12-08T23:36:49.714Z | PASS [ 25.299s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
| 4097 | 2023-12-08T23:36:50.025Z | PASS [ 12.376s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
| 4098 | 2023-12-08T23:36:59.662Z | PASS [ 22.342s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
| 4099 | 2023-12-08T23:37:00.132Z | PASS [ 10.329s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
| 4100 | 2023-12-08T23:37:00.133Z | PASS [ 22.522s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
| 4101 | 2023-12-08T23:37:00.133Z | PASS [ 22.142s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
| 4102 | 2023-12-08T23:37:00.133Z | PASS [ 23.257s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
| 4103 | 2023-12-08T23:37:00.133Z | PASS [ 22.238s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
| 4104 | 2023-12-08T23:37:00.133Z | PASS [ 10.343s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
| 4105 | 2023-12-08T23:37:00.375Z | PASS [ 10.352s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
| 4106 | 2023-12-08T23:37:05.256Z | PASS [ 5.869s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
| 4107 | 2023-12-08T23:37:10.430Z | PASS [ 11.174s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
| 4108 | 2023-12-08T23:37:22.698Z | PASS [ 23.251s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
| 4109 | 2023-12-08T23:37:22.887Z | PASS [ 22.830s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
| 4110 | 2023-12-08T23:37:25.235Z | PASS [ 24.860s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
| 4111 | 2023-12-08T23:37:28.530Z | PASS [ 23.274s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
| 4112 | 2023-12-08T23:37:32.548Z | PASS [ 32.823s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
| 4113 | 2023-12-08T23:37:35.752Z | PASS [ 25.327s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
| 4114 | 2023-12-08T23:37:36.177Z | PASS [ 36.782s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
| 4115 | 2023-12-08T23:37:47.642Z | PASS [ 24.946s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
| 4116 | 2023-12-08T23:37:48.106Z | PASS [ 25.213s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
| 4117 | 2023-12-08T23:37:51.652Z | PASS [ 26.419s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
| 4118 | 2023-12-08T23:37:52.856Z | PASS [ 24.327s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
| 4119 | 2023-12-08T23:37:59.344Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
| 4120 | 2023-12-08T23:37:59.505Z | PASS [ 23.734s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
| 4121 | 2023-12-08T23:37:59.747Z | PASS [ 27.202s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
| 4122 | 2023-12-08T23:38:00.298Z | PASS [ 24.123s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
| 4123 | 2023-12-08T23:38:03.078Z | PASS [ 63.735s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
| 4124 | 2023-12-08T23:38:12.426Z | PASS [ 24.786s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
| 4125 | 2023-12-08T23:38:14.647Z | PASS [ 26.551s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
| 4126 | 2023-12-08T23:38:18.771Z | PASS [ 25.917s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
| 4127 | 2023-12-08T23:38:23.518Z | PASS [ 24.034s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
| 4128 | 2023-12-08T23:38:23.741Z | PASS [ 23.995s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
| 4129 | 2023-12-08T23:38:25.184Z | PASS [ 24.884s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
| 4130 | 2023-12-08T23:38:26.089Z | PASS [ 34.439s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
| 4131 | 2023-12-08T23:38:28.324Z | PASS [ 25.249s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
| 4132 | 2023-12-08T23:38:38.140Z | PASS [ 25.712s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
| 4133 | 2023-12-08T23:38:43.911Z | PASS [ 29.263s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
| 4134 | 2023-12-08T23:38:49.025Z | PASS [ 23.844s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
| 4135 | 2023-12-08T23:38:49.507Z | PASS [ 25.990s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
| 4136 | 2023-12-08T23:38:51.279Z | PASS [ 32.509s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
| 4137 | 2023-12-08T23:38:53.397Z | PASS [ 25.073s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
| 4138 | 2023-12-08T23:38:56.299Z | PASS [ 32.559s] omicron-nexus::test_all integration_tests::silos::test_silos |
| 4139 | 2023-12-08T23:38:58.286Z | PASS [ 32.199s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
| 4140 | 2023-12-08T23:39:07.806Z | PASS [ 29.670s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
| 4141 | 2023-12-08T23:39:09.698Z | PASS [ 25.790s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
| 4142 | 2023-12-08T23:39:14.270Z | PASS [ 22.994s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
| 4143 | 2023-12-08T23:39:18.882Z | PASS [ 25.461s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
| 4144 | 2023-12-08T23:39:22.855Z | PASS [ 26.559s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
| 4145 | 2023-12-08T23:39:23.241Z | PASS [ 24.956s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
| 4146 | 2023-12-08T23:39:23.653Z | PASS [ 4.798s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
| 4147 | 2023-12-08T23:39:24.805Z | PASS [ 1.564s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
| 4148 | 2023-12-08T23:39:26.018Z | PASS [ 36.994s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
| 4149 | 2023-12-08T23:39:39.604Z | PASS [ 4.699s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
| 4150 | 2023-12-08T23:39:39.955Z | PASS [ 38.189s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
| 4151 | 2023-12-08T23:39:39.955Z | PASS [ 4.579s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
| 4152 | 2023-12-08T23:39:39.956Z | PASS [ 4.583s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
| 4153 | 2023-12-08T23:39:43.339Z | PASS [ 29.066s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
| 4154 | 2023-12-08T23:39:45.457Z | PASS [ 37.654s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
| 4155 | 2023-12-08T23:39:49.300Z | PASS [ 23.285s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
| 4156 | 2023-12-08T23:39:50.120Z | PASS [ 22.116s] omicron-nexus::test_all integration_tests::system_updates::test_get_update |
| 4157 | 2023-12-08T23:39:50.212Z | PASS [ 21.981s] omicron-nexus::test_all integration_tests::system_updates::test_list_components |
| 4158 | 2023-12-08T23:39:51.183Z | PASS [ 0.964s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
| 4159 | 2023-12-08T23:39:52.241Z | PASS [ 22.818s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components |
| 4160 | 2023-12-08T23:39:54.280Z | PASS [ 44.585s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
| 4161 | 2023-12-08T23:40:07.449Z | PASS [ 24.113s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates |
| 4162 | 2023-12-08T23:40:08.879Z | PASS [ 23.423s] omicron-nexus::test_all integration_tests::system_updates::test_system_version |
| 4163 | 2023-12-08T23:40:09.112Z | PASS [ 41.558s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
| 4164 | 2023-12-08T23:40:13.112Z | PASS [ 23.814s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments |
| 4165 | 2023-12-08T23:40:14.027Z | PASS [ 22.853s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
| 4166 | 2023-12-08T23:40:17.834Z | PASS [ 23.556s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
| 4167 | 2023-12-08T23:40:18.120Z | PASS [ 25.916s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
| 4168 | 2023-12-08T23:40:40.038Z | PASS [ 32.592s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
| 4169 | 2023-12-08T23:40:44.667Z | PASS [ 35.558s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
| 4170 | 2023-12-08T23:40:45.178Z | PASS [ 36.301s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
| 4171 | 2023-12-08T23:40:48.903Z | PASS [ 34.870s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
| 4172 | 2023-12-08T23:40:49.805Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
| 4173 | 2023-12-08T23:40:50.137Z | PASS [ 37.026s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
| 4174 | 2023-12-08T23:40:58.685Z | PASS [ 34.932s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
| 4175 | 2023-12-08T23:40:58.720Z | PASS [ 35.386s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
| 4176 | 2023-12-08T23:41:14.190Z | PASS [ 25.297s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
| 4177 | 2023-12-08T23:41:18.370Z | PASS [ 38.335s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
| 4178 | 2023-12-08T23:41:21.601Z | PASS [ 36.527s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
| 4179 | 2023-12-08T23:41:25.634Z | PASS [ 40.458s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
| 4180 | 2023-12-08T23:41:35.210Z | PASS [ 45.072s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
| 4181 | 2023-12-08T23:41:37.046Z | PASS [ 43.996s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
| 4182 | 2023-12-08T23:41:41.362Z | PASS [ 111.557s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
| 4183 | 2023-12-08T23:41:47.424Z | PASS [ 54.201s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
| 4184 | 2023-12-08T23:42:02.868Z | PASS [ 21.506s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
| 4185 | 2023-12-08T23:42:07.448Z | PASS [ 41.813s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
| 4186 | 2023-12-08T23:42:07.523Z | PASS [ 53.335s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
| 4187 | 2023-12-08T23:42:07.747Z | PASS [ 20.322s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
| 4188 | 2023-12-08T23:42:11.052Z | PASS [ 34.010s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
| 4189 | 2023-12-08T23:42:11.950Z | PASS [ 53.582s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
| 4190 | 2023-12-08T23:42:13.044Z | PASS [ 37.838s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
| 4191 | 2023-12-08T23:42:13.160Z | PASS [ 51.961s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
| 4192 | 2023-12-08T23:42:26.391Z | PASS [ 23.528s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
| 4193 | 2023-12-08T23:42:30.763Z | PASS [ 23.237s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
| 4194 | 2023-12-08T23:42:31.233Z | PASS [ 23.790s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
| 4195 | 2023-12-08T23:42:31.687Z | PASS [ 23.949s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
| 4196 | 2023-12-08T23:42:33.989Z | PASS [ 22.936s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
| 4197 | 2023-12-08T23:42:34.486Z | PASS [ 22.538s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
| 4198 | 2023-12-08T23:42:36.596Z | PASS [ 23.448s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
| 4199 | 2023-12-08T23:42:36.781Z | PASS [ 23.731s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
| 4200 | 2023-12-08T23:42:50.200Z | PASS [ 23.809s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
| 4201 | 2023-12-08T23:42:53.843Z | PASS [ 23.085s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
| 4202 | 2023-12-08T23:42:55.081Z | PASS [ 23.383s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
| 4203 | 2023-12-08T23:42:55.942Z | PASS [ 24.710s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
| 4204 | 2023-12-08T23:42:57.697Z | PASS [ 23.712s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
| 4205 | 2023-12-08T23:42:59.436Z | PASS [ 24.922s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
| 4206 | 2023-12-08T23:43:01.432Z | PASS [ 24.835s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
| 4207 | 2023-12-08T23:43:06.286Z | PASS [ 29.514s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
| 4208 | 2023-12-08T23:43:20.450Z | PASS [ 22.755s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found |
| 4209 | 2023-12-08T23:43:20.912Z | PASS [ 30.704s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers |
| 4210 | 2023-12-08T23:43:22.573Z | PASS [ 23.165s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found |
| 4211 | 2023-12-08T23:43:22.697Z | PASS [ 0.113s] omicron-package dot::test::test_bad_dependency |
| 4212 | 2023-12-08T23:43:22.731Z | PASS [ 0.047s] omicron-package dot::test::test_dot_output |
| 4213 | 2023-12-08T23:43:23.858Z | PASS [ 22.426s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success |
| 4214 | 2023-12-08T23:43:23.898Z | PASS [ 0.031s] omicron-passwords test::test_password_constraints |
| 4215 | 2023-12-08T23:43:24.553Z | PASS [ 29.484s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
| 4216 | 2023-12-08T23:43:25.593Z | PASS [ 4.690s] omicron-omdb::test_all_output test_omdb_usage_errors |
| 4217 | 2023-12-08T23:43:25.669Z | PASS [ 0.076s] omicron-passwords test::test_stable |
| 4218 | 2023-12-08T23:43:25.703Z | PASS [ 0.033s] omicron-passwords test::test_weak_hashes |
| 4219 | 2023-12-08T23:43:25.752Z | PASS [ 0.045s] omicron-rpaths internal::tests::test_configure_from_path |
| 4220 | 2023-12-08T23:43:25.849Z | PASS [ 0.074s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
| 4221 | 2023-12-08T23:43:25.861Z | PASS [ 0.036s] omicron-rpaths internal::tests::test_emit_rpath |
| 4222 | 2023-12-08T23:43:26.026Z | PASS [ 0.169s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
| 4223 | 2023-12-08T23:43:26.646Z | PASS [ 0.621s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
| 4224 | 2023-12-08T23:43:26.752Z | PASS [ 0.104s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
| 4225 | 2023-12-08T23:43:26.928Z | PASS [ 0.168s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
| 4226 | 2023-12-08T23:43:27.034Z | PASS [ 0.115s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
| 4227 | 2023-12-08T23:43:27.083Z | PASS [ 31.141s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
| 4228 | 2023-12-08T23:43:27.160Z | PASS [ 0.070s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion |
| 4229 | 2023-12-08T23:43:27.215Z | PASS [ 0.055s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
| 4230 | 2023-12-08T23:43:27.280Z | PASS [ 0.067s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization |
| 4231 | 2023-12-08T23:43:27.330Z | PASS [ 0.055s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash |
| 4232 | 2023-12-08T23:43:27.380Z | PASS [ 0.047s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1 |
| 4233 | 2023-12-08T23:43:27.438Z | PASS [ 0.056s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
| 4234 | 2023-12-08T23:43:27.506Z | PASS [ 0.064s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
| 4235 | 2023-12-08T23:43:27.555Z | PASS [ 0.058s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
| 4236 | 2023-12-08T23:43:27.600Z | PASS [ 0.041s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
| 4237 | 2023-12-08T23:43:27.625Z | PASS [ 3.731s] omicron-passwords test::test_reproducible |
| 4238 | 2023-12-08T23:43:27.632Z | PASS [ 0.596s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
| 4239 | 2023-12-08T23:43:27.643Z | PASS [ 0.044s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
| 4240 | 2023-12-08T23:43:27.662Z | PASS [ 0.041s] omicron-sled-agent common::instance::test::migration_out_after_migration_in |
| 4241 | 2023-12-08T23:43:27.680Z | PASS [ 0.051s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
| 4242 | 2023-12-08T23:43:27.683Z | PASS [ 0.050s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
| 4243 | 2023-12-08T23:43:27.731Z | PASS [ 0.067s] omicron-sled-agent common::instance::test::test_migration_ids_already_set |
| 4244 | 2023-12-08T23:43:27.758Z | PASS [ 0.049s] omicron-sled-agent profile::tests::empty_profile |
| 4245 | 2023-12-08T23:43:27.774Z | PASS [ 0.086s] omicron-sled-agent config::test::test_smf_configs |
| 4246 | 2023-12-08T23:43:27.792Z | PASS [ 0.042s] omicron-sled-agent profile::tests::test_multiple |
| 4247 | 2023-12-08T23:43:27.792Z | PASS [ 0.056s] omicron-sled-agent profile::tests::test_instance |
| 4248 | 2023-12-08T23:43:27.817Z | PASS [ 0.048s] omicron-sled-agent profile::tests::test_property |
| 4249 | 2023-12-08T23:43:27.827Z | PASS [ 0.045s] omicron-sled-agent profile::tests::test_property_group |
| 4250 | 2023-12-08T23:43:27.837Z | PASS [ 0.046s] omicron-sled-agent profile::tests::test_service |
| 4251 | 2023-12-08T23:43:27.858Z | PASS [ 0.041s] omicron-sled-agent profile::tests::test_service_property_group |
| 4252 | 2023-12-08T23:43:27.913Z | PASS [ 0.043s] omicron-sled-agent rack_setup::config::test::test_subnets |
| 4253 | 2023-12-08T23:43:27.916Z | PASS [ 0.063s] omicron-sled-agent rack_setup::config::test::test_extra_certs |
| 4254 | 2023-12-08T23:43:27.917Z | PASS [ 0.044s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
| 4255 | 2023-12-08T23:43:27.924Z | PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
| 4256 | 2023-12-08T23:43:27.960Z | PASS [ 0.057s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema |
| 4257 | 2023-12-08T23:43:27.982Z | PASS [ 0.060s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
| 4258 | 2023-12-08T23:43:27.994Z | PASS [ 0.102s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
| 4259 | 2023-12-08T23:43:28.017Z | PASS [ 0.058s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
| 4260 | 2023-12-08T23:43:28.043Z | PASS [ 0.053s] omicron-sled-agent services::test::test_all_zones_requests_schema |
| 4261 | 2023-12-08T23:43:28.064Z | PASS [ 0.041s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
| 4262 | 2023-12-08T23:43:28.348Z | PASS [ 0.277s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
| 4263 | 2023-12-08T23:43:28.348Z | PASS [ 0.299s] omicron-sled-agent services::test::test_ensure_service |
| 4264 | 2023-12-08T23:43:28.358Z | PASS [ 0.360s] omicron-sled-agent services::test::test_bad_generations |
| 4265 | 2023-12-08T23:43:28.564Z | PASS [ 0.214s] omicron-sled-agent services::test::test_old_ledger_migration_bad |
| 4266 | 2023-12-08T23:43:28.648Z | PASS [ 0.290s] omicron-sled-agent services::test::test_old_ledger_migration_continue |
| 4267 | 2023-12-08T23:43:28.664Z | PASS [ 0.320s] omicron-sled-agent services::test::test_old_ledger_migration |
| 4268 | 2023-12-08T23:43:28.716Z | PASS [ 0.053s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
| 4269 | 2023-12-08T23:43:28.777Z | PASS [ 0.057s] omicron-sled-agent services_migration::test::test_all_services_requests_schema |
| 4270 | 2023-12-08T23:43:28.880Z | PASS [ 0.230s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
| 4271 | 2023-12-08T23:43:28.981Z | PASS [ 0.071s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
| 4272 | 2023-12-08T23:43:29.048Z | PASS [ 0.060s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
| 4273 | 2023-12-08T23:43:29.059Z | PASS [ 0.254s] omicron-sled-agent services_migration::test::test_convert_known_ledgers |
| 4274 | 2023-12-08T23:43:29.067Z | PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
| 4275 | 2023-12-08T23:43:29.073Z | PASS [ 0.054s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
| 4276 | 2023-12-08T23:43:29.120Z | PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
| 4277 | 2023-12-08T23:43:29.129Z | PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
| 4278 | 2023-12-08T23:43:29.171Z | PASS [ 0.050s] omicron-sled-agent updates::test::test_query_no_components |
| 4279 | 2023-12-08T23:43:29.182Z | PASS [ 0.050s] omicron-sled-agent updates::test::test_query_sled_agent_version |
| 4280 | 2023-12-08T23:43:29.233Z | PASS [ 0.057s] omicron-sled-agent updates::test::test_query_zone_version |
| 4281 | 2023-12-08T23:43:29.278Z | PASS [ 0.045s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
| 4282 | 2023-12-08T23:43:29.418Z | PASS [ 0.856s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
| 4283 | 2023-12-08T23:43:29.837Z | PASS [ 0.244s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
| 4284 | 2023-12-08T23:43:29.846Z | PASS [ 0.052s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
| 4285 | 2023-12-08T23:43:30.042Z | PASS [ 36.200s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
| 4286 | 2023-12-08T23:43:30.115Z | PASS [ 0.700s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
| 4287 | 2023-12-08T23:43:30.589Z | PASS [ 1.313s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
| 4288 | 2023-12-08T23:43:30.653Z | PASS [ 0.613s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
| 4289 | 2023-12-08T23:43:30.671Z | PASS [ 0.085s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
| 4290 | 2023-12-08T23:43:30.699Z | PASS [ 0.043s] omicron-sled-agent zone_bundle::tests::test_compare_bundles |
| 4291 | 2023-12-08T23:43:30.737Z | PASS [ 0.063s] omicron-sled-agent zone_bundle::tests::test_disk_usage |
| 4292 | 2023-12-08T23:43:30.746Z | PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_priority_dimension |
| 4293 | 2023-12-08T23:43:30.778Z | PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause |
| 4294 | 2023-12-08T23:43:30.795Z | PASS [ 0.051s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available |
| 4295 | 2023-12-08T23:43:31.060Z | PASS [ 1.584s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
| 4296 | 2023-12-08T23:43:31.095Z | PASS [ 0.979s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
| 4297 | 2023-12-08T23:43:31.168Z | PASS [ 0.368s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
| 4298 | 2023-12-08T23:43:31.215Z | PASS [ 0.434s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled |
| 4299 | 2023-12-08T23:43:31.254Z | PASS [ 0.086s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
| 4300 | 2023-12-08T23:43:31.287Z | PASS [ 0.191s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
| 4301 | 2023-12-08T23:43:31.343Z | PASS [ 0.046s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
| 4302 | 2023-12-08T23:43:31.343Z | PASS [ 0.119s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
| 4303 | 2023-12-08T23:43:31.391Z | PASS [ 0.050s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port |
| 4304 | 2023-12-08T23:43:31.436Z | PASS [ 0.054s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout |
| 4305 | 2023-12-08T23:43:31.456Z | PASS [ 0.104s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write |
| 4306 | 2023-12-08T23:43:31.456Z | PASS [ 0.383s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled |
| 4307 | 2023-12-08T23:43:31.821Z | PASS [ 0.380s] omicron-test-utils dev::db::test::test_bad_cmd |
| 4308 | 2023-12-08T23:43:31.900Z | PASS [ 9.158s] omicron-passwords test::test_compatible |
| 4309 | 2023-12-08T23:43:31.947Z | PASS [ 0.053s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
| 4310 | 2023-12-08T23:43:31.989Z | PASS [ 0.040s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
| 4311 | 2023-12-08T23:43:32.094Z | PASS [ 0.055s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
| 4312 | 2023-12-08T23:43:32.113Z | PASS [ 0.065s] omicron-test-utils dev::db::test::test_process_exit_normal |
| 4313 | 2023-12-08T23:43:32.580Z | PASS [ 0.713s] omicron-test-utils dev::db::test::test_cmd_fails |
| 4314 | 2023-12-08T23:43:32.586Z | PASS [ 0.444s] omicron-test-utils dev::db::test::test_database_start_hang |
| 4315 | 2023-12-08T23:43:32.586Z | PASS [ 26.031s] omicron-omdb::test_all_output test_omdb_env_settings |
| 4316 | 2023-12-08T23:43:32.586Z | PASS [ 1.077s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
| 4317 | 2023-12-08T23:43:32.586Z | PASS [ 0.054s] omicron-test-utils dev::db::test::test_starter_tmpdir |
| 4318 | 2023-12-08T23:43:32.587Z | PASS [ 0.081s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
| 4319 | 2023-12-08T23:43:32.587Z | PASS [ 0.043s] oximeter histogram::tests::test_bin_range |
| 4320 | 2023-12-08T23:43:32.587Z | PASS [ 0.093s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
| 4321 | 2023-12-08T23:43:32.587Z | PASS [ 0.036s] oximeter histogram::tests::test_bin_range_from |
| 4322 | 2023-12-08T23:43:32.587Z | PASS [ 0.040s] oximeter histogram::tests::test_bin_range_to |
| 4323 | 2023-12-08T23:43:32.587Z | PASS [ 0.044s] oximeter histogram::tests::test_empty_bins_not_supported |
| 4324 | 2023-12-08T23:43:32.587Z | PASS [ 0.058s] oximeter histogram::tests::test_ensure_finite |
| 4325 | 2023-12-08T23:43:32.621Z | PASS [ 0.079s] oximeter histogram::tests::test_histogram |
| 4326 | 2023-12-08T23:43:32.652Z | PASS [ 0.084s] oximeter histogram::tests::test_histogram_extreme_bins |
| 4327 | 2023-12-08T23:43:33.081Z | PASS [ 0.049s] oximeter histogram::tests::test_histogram_extreme_samples |
| 4328 | 2023-12-08T23:43:33.082Z | PASS [ 0.051s] oximeter histogram::tests::test_histogram_float_bins |
| 4329 | 2023-12-08T23:43:33.082Z | PASS [ 0.036s] oximeter histogram::tests::test_histogram_unbounded_samples |
| 4330 | 2023-12-08T23:43:33.082Z | PASS [ 0.083s] oximeter histogram::tests::test_histogram_to_arrays |
| 4331 | 2023-12-08T23:43:33.082Z | PASS [ 0.043s] oximeter histogram::tests::test_histogram_with_bins |
| 4332 | 2023-12-08T23:43:33.082Z | PASS [ 0.070s] oximeter histogram::tests::test_histogram_unsorted_bins |
| 4333 | 2023-12-08T23:43:33.083Z | PASS [ 0.057s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins |
| 4334 | 2023-12-08T23:43:33.083Z | PASS [ 0.062s] oximeter histogram::tests::test_histogram_with_overlapping_bins |
| 4335 | 2023-12-08T23:43:33.083Z | PASS [ 0.044s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
| 4336 | 2023-12-08T23:43:33.083Z | PASS [ 0.096s] oximeter histogram::tests::test_log_linear_bins_all_representable |
| 4337 | 2023-12-08T23:43:33.083Z | PASS [ 0.052s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
| 4338 | 2023-12-08T23:43:33.084Z | PASS [ 0.045s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
| 4339 | 2023-12-08T23:43:33.084Z | PASS [ 0.064s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
| 4340 | 2023-12-08T23:43:33.084Z | PASS [ 0.055s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks |
| 4341 | 2023-12-08T23:43:33.143Z | PASS [ 0.060s] oximeter histogram::tests::test_log_linear_bins_small_bin_count |
| 4342 | 2023-12-08T23:43:33.561Z | PASS [ 0.078s] oximeter histogram::tests::test_span_decades |
| 4343 | 2023-12-08T23:43:33.563Z | PASS [ 0.045s] oximeter histogram::tests::test_span_decades_other_counts_f64 |
| 4344 | 2023-12-08T23:43:33.572Z | PASS [ 0.035s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
| 4345 | 2023-12-08T23:43:33.572Z | PASS [ 0.035s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
| 4346 | 2023-12-08T23:43:33.572Z | PASS [ 0.044s] oximeter test_util::tests::test_gen_test_samples |
| 4347 | 2023-12-08T23:43:33.573Z | PASS [ 0.043s] oximeter traits::tests::test_metric_trait |
| 4348 | 2023-12-08T23:43:33.573Z | PASS [ 0.037s] oximeter traits::tests::test_producer_trait |
| 4349 | 2023-12-08T23:43:33.573Z | PASS [ 0.040s] oximeter traits::tests::test_target_trait |
| 4350 | 2023-12-08T23:43:33.573Z | PASS [ 0.038s] oximeter types::tests::test_cumulative_f64 |
| 4351 | 2023-12-08T23:43:33.573Z | PASS [ 0.048s] oximeter types::tests::test_cumulative_i64 |
| 4352 | 2023-12-08T23:43:33.573Z | PASS [ 0.053s] oximeter types::tests::test_datum |
| 4353 | 2023-12-08T23:43:33.573Z | PASS [ 0.056s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string |
| 4354 | 2023-12-08T23:43:33.574Z | PASS [ 0.053s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8 |
| 4355 | 2023-12-08T23:43:33.574Z | PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8 |
| 4356 | 2023-12-08T23:43:33.574Z | PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16 |
| 4357 | 2023-12-08T23:43:33.574Z | PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16 |
| 4358 | 2023-12-08T23:43:33.574Z | PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32 |
| 4359 | 2023-12-08T23:43:33.574Z | PASS [ 0.053s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32 |
| 4360 | 2023-12-08T23:43:33.575Z | PASS [ 0.046s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64 |
| 4361 | 2023-12-08T23:43:33.575Z | PASS [ 0.052s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64 |
| 4362 | 2023-12-08T23:43:33.575Z | PASS [ 0.057s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid |
| 4363 | 2023-12-08T23:43:33.628Z | PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
| 4364 | 2023-12-08T23:43:33.635Z | PASS [ 0.091s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
| 4365 | 2023-12-08T23:43:33.661Z | PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
| 4366 | 2023-12-08T23:43:33.670Z | PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
| 4367 | 2023-12-08T23:43:33.703Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
| 4368 | 2023-12-08T23:43:33.716Z | PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
| 4369 | 2023-12-08T23:43:33.751Z | PASS [ 0.039s] oximeter types::tests::test_measurement |
| 4370 | 2023-12-08T23:43:33.767Z | PASS [ 0.060s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
| 4371 | 2023-12-08T23:43:33.791Z | PASS [ 0.037s] oximeter types::tests::test_sample_struct |
| 4372 | 2023-12-08T23:43:33.824Z | PASS [ 0.038s] oximeter types::tests::test_verify_field_names |
| 4373 | 2023-12-08T23:43:34.169Z | PASS [ 0.373s] oximeter-collector agent::tests::test_self_stat_error_counter |
| 4374 | 2023-12-08T23:43:34.457Z | PASS [ 0.289s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
| 4375 | 2023-12-08T23:43:34.505Z | PASS [ 0.040s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
| 4376 | 2023-12-08T23:43:34.520Z | LEAK [ 2.417s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
| 4377 | 2023-12-08T23:43:34.706Z | PASS [ 0.201s] oximeter-collector::test_commands test_oximeter_no_args |
| 4378 | 2023-12-08T23:43:34.715Z | FAIL [ 0.926s] oximeter-collector agent::tests::test_self_stat_collection_count |
| 4379 | 2023-12-08T23:43:34.715Z | |
| 4380 | 2023-12-08T23:43:34.715Z | --- STDOUT: oximeter-collector agent::tests::test_self_stat_collection_count --- |
| 4381 | 2023-12-08T23:43:34.716Z | |
| 4382 | 2023-12-08T23:43:34.717Z | running 1 test |
| 4383 | 2023-12-08T23:43:34.717Z | test agent::tests::test_self_stat_collection_count ... FAILED |
| 4384 | 2023-12-08T23:43:34.717Z | |
| 4385 | 2023-12-08T23:43:34.717Z | failures: |
| 4386 | 2023-12-08T23:43:34.717Z | |
| 4387 | 2023-12-08T23:43:34.717Z | failures: |
| 4388 | 2023-12-08T23:43:34.717Z | agent::tests::test_self_stat_collection_count |
| 4389 | 2023-12-08T23:43:34.717Z | |
| 4390 | 2023-12-08T23:43:34.717Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.84s |
| 4391 | 2023-12-08T23:43:34.717Z | |
| 4392 | 2023-12-08T23:43:34.717Z | |
| 4393 | 2023-12-08T23:43:34.717Z | --- STDERR: oximeter-collector agent::tests::test_self_stat_collection_count --- |
| 4394 | 2023-12-08T23:43:34.717Z | log file: /var/tmp/omicron_tmp/oximeter_collector-73604831edd84bac-test_self_stat_collection_count.13794.0.log |
| 4395 | 2023-12-08T23:43:34.717Z | note: configured to log to "/var/tmp/omicron_tmp/oximeter_collector-73604831edd84bac-test_self_stat_collection_count.13794.0.log" |
| 4396 | 2023-12-08T23:43:34.717Z | thread 'agent::tests::test_self_stat_collection_count' panicked at oximeter/collector/src/agent.rs:747:9: |
| 4397 | 2023-12-08T23:43:34.718Z | assertion `left == right` failed |
| 4398 | 2023-12-08T23:43:34.718Z | left: 2 |
| 4399 | 2023-12-08T23:43:34.718Z | right: 5 |
| 4400 | 2023-12-08T23:43:34.718Z | stack backtrace: |
| 4401 | 2023-12-08T23:43:34.718Z | 0: rust_begin_unwind |
| 4402 | 2023-12-08T23:43:34.718Z | at /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/std/src/panicking.rs:597:5 |
| 4403 | 2023-12-08T23:43:34.718Z | 1: core::panicking::panic_fmt |
| 4404 | 2023-12-08T23:43:34.718Z | at /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/panicking.rs:72:14 |
| 4405 | 2023-12-08T23:43:34.719Z | 2: core::panicking::assert_failed_inner |
| 4406 | 2023-12-08T23:43:34.719Z | 3: core::panicking::assert_failed |
| 4407 | 2023-12-08T23:43:34.720Z | at /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/panicking.rs:270:5 |
| 4408 | 2023-12-08T23:43:34.720Z | 4: {async_block#0} |
| 4409 | 2023-12-08T23:43:34.720Z | at ./src/agent.rs:747:9 |
| 4410 | 2023-12-08T23:43:34.720Z | 5: poll<&mut dyn core::future::future::Future<Output=()>> |
| 4411 | 2023-12-08T23:43:34.720Z | at /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/future/future.rs:125:9 |
| 4412 | 2023-12-08T23:43:34.720Z | 6: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
| 4413 | 2023-12-08T23:43:34.721Z | at /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/future/future.rs:125:9 |
| 4414 | 2023-12-08T23:43:34.721Z | 7: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
| 4415 | 2023-12-08T23:43:34.721Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:665:57 |
| 4416 | 2023-12-08T23:43:34.721Z | 8: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
| 4417 | 2023-12-08T23:43:34.721Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/coop.rs:107:5 |
| 4418 | 2023-12-08T23:43:34.721Z | 9: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
| 4419 | 2023-12-08T23:43:34.721Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/coop.rs:73:5 |
| 4420 | 2023-12-08T23:43:34.721Z | 10: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
| 4421 | 2023-12-08T23:43:34.721Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:665:25 |
| 4422 | 2023-12-08T23:43:34.721Z | 11: tokio::runtime::scheduler::current_thread::Context::enter |
| 4423 | 2023-12-08T23:43:34.721Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:410:19 |
| 4424 | 2023-12-08T23:43:34.721Z | 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
| 4425 | 2023-12-08T23:43:34.722Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:664:36 |
| 4426 | 2023-12-08T23:43:34.723Z | 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
| 4427 | 2023-12-08T23:43:34.723Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:743:68 |
| 4428 | 2023-12-08T23:43:34.723Z | 14: tokio::runtime::context::scoped::Scoped<T>::set |
| 4429 | 2023-12-08T23:43:34.723Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/context/scoped.rs:40:9 |
| 4430 | 2023-12-08T23:43:34.723Z | 15: tokio::runtime::context::set_scheduler::{{closure}} |
| 4431 | 2023-12-08T23:43:34.723Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/context.rs:176:26 |
| 4432 | 2023-12-08T23:43:34.723Z | 16: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
| 4433 | 2023-12-08T23:43:34.723Z | at /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/std/src/thread/local.rs:270:16 |
| 4434 | 2023-12-08T23:43:34.723Z | 17: std::thread::local::LocalKey<T>::with |
| 4435 | 2023-12-08T23:43:34.723Z | at /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/std/src/thread/local.rs:246:9 |
| 4436 | 2023-12-08T23:43:34.723Z | 18: tokio::runtime::context::set_scheduler |
| 4437 | 2023-12-08T23:43:34.723Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/context.rs:176:9 |
| 4438 | 2023-12-08T23:43:34.723Z | 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
| 4439 | 2023-12-08T23:43:34.724Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:743:27 |
| 4440 | 2023-12-08T23:43:34.724Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
| 4441 | 2023-12-08T23:43:34.724Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:652:19 |
| 4442 | 2023-12-08T23:43:34.724Z | 21: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
| 4443 | 2023-12-08T23:43:34.725Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:175:28 |
| 4444 | 2023-12-08T23:43:34.725Z | 22: tokio::runtime::context::runtime::enter_runtime |
| 4445 | 2023-12-08T23:43:34.725Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/context/runtime.rs:65:16 |
| 4446 | 2023-12-08T23:43:34.725Z | 23: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
| 4447 | 2023-12-08T23:43:34.725Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:167:9 |
| 4448 | 2023-12-08T23:43:34.725Z | 24: tokio::runtime::runtime::Runtime::block_on |
| 4449 | 2023-12-08T23:43:34.725Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/runtime.rs:348:47 |
| 4450 | 2023-12-08T23:43:34.725Z | 25: test_self_stat_collection_count |
| 4451 | 2023-12-08T23:43:34.725Z | at ./src/agent.rs:749:9 |
| 4452 | 2023-12-08T23:43:34.725Z | 26: oximeter_collector::agent::tests::test_self_stat_collection_count::{{closure}} |
| 4453 | 2023-12-08T23:43:34.725Z | at ./src/agent.rs:682:48 |
| 4454 | 2023-12-08T23:43:34.725Z | 27: core::ops::function::FnOnce::call_once |
| 4455 | 2023-12-08T23:43:34.725Z | at /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/ops/function.rs:250:5 |
| 4456 | 2023-12-08T23:43:34.725Z | 28: core::ops::function::FnOnce::call_once |
| 4457 | 2023-12-08T23:43:34.726Z | at /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/ops/function.rs:250:5 |
| 4458 | 2023-12-08T23:43:34.726Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
| 4459 | 2023-12-08T23:43:34.726Z | |
| 4460 | 2023-12-08T23:43:34.753Z | PASS [ 0.224s] oximeter-collector::test_commands test_oximeter_openapi |
| 4461 | 2023-12-08T23:43:36.495Z | PASS [ 1.372s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
| 4462 | 2023-12-08T23:43:36.557Z | PASS [ 1.814s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
| 4463 | 2023-12-08T23:43:37.725Z | PASS [ 5.468s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
| 4464 | 2023-12-08T23:43:37.776Z | PASS [ 0.051s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
| 4465 | 2023-12-08T23:43:37.826Z | PASS [ 6.375s] omicron-test-utils dev::db::test::test_database_concurrent |
| 4466 | 2023-12-08T23:43:38.078Z | PASS [ 1.500s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
| 4467 | 2023-12-08T23:43:38.101Z | PASS [ 0.037s] oximeter-db client::tests::test_unravel_index |
| 4468 | 2023-12-08T23:43:38.157Z | PASS [ 0.060s] oximeter-db client::tests::test_verify_schema_upgrades |
| 4469 | 2023-12-08T23:43:38.164Z | PASS [ 2.082s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
| 4470 | 2023-12-08T23:43:38.192Z | PASS [ 0.038s] oximeter-db model::tests::test_db_bool |
| 4471 | 2023-12-08T23:43:38.227Z | PASS [ 3.528s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
| 4472 | 2023-12-08T23:43:38.250Z | PASS [ 0.044s] oximeter-db model::tests::test_db_datum_type_conversion |
| 4473 | 2023-12-08T23:43:38.278Z | PASS [ 0.041s] oximeter-db model::tests::test_db_field_list_conversion |
| 4474 | 2023-12-08T23:43:38.338Z | PASS [ 0.038s] oximeter-db model::tests::test_db_field_type_conversion |
| 4475 | 2023-12-08T23:43:38.365Z | PASS [ 0.043s] oximeter-db model::tests::test_db_histogram |
| 4476 | 2023-12-08T23:43:38.402Z | PASS [ 0.043s] oximeter-db model::tests::test_histogram_to_arrays |
| 4477 | 2023-12-08T23:43:38.554Z | PASS [ 0.381s] oximeter-db model::tests::test_db_bool_bad |
| 4478 | 2023-12-08T23:43:38.601Z | PASS [ 0.048s] oximeter-db model::tests::test_parse_bytes_measurement |
| 4479 | 2023-12-08T23:43:38.635Z | PASS [ 0.039s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
| 4480 | 2023-12-08T23:43:38.691Z | PASS [ 0.042s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
| 4481 | 2023-12-08T23:43:38.700Z | PASS [ 0.298s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
| 4482 | 2023-12-08T23:43:38.742Z | PASS [ 0.041s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
| 4483 | 2023-12-08T23:43:38.750Z | PASS [ 0.074s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
| 4484 | 2023-12-08T23:43:38.784Z | PASS [ 0.041s] oximeter-db model::tests::test_unroll_from_source |
| 4485 | 2023-12-08T23:43:38.796Z | PASS [ 0.046s] oximeter-db model::tests::test_unroll_measurement_row |
| 4486 | 2023-12-08T23:43:38.831Z | PASS [ 0.043s] oximeter-db model::tests::test_unroll_missing_measurement_row |
| 4487 | 2023-12-08T23:43:38.840Z | PASS [ 0.043s] oximeter-db query::tests::test_field_cmp |
| 4488 | 2023-12-08T23:43:38.901Z | PASS [ 0.052s] oximeter-db query::tests::test_field_selector_as_query |
| 4489 | 2023-12-08T23:43:38.921Z | PASS [ 0.065s] oximeter-db query::tests::test_field_value_as_db_str |
| 4490 | 2023-12-08T23:43:38.988Z | PASS [ 0.071s] oximeter-db query::tests::test_select_query_builder_field_selectors |
| 4491 | 2023-12-08T23:43:39.004Z | PASS [ 0.093s] oximeter-db query::tests::test_select_query_builder_filter_raw |
| 4492 | 2023-12-08T23:43:39.011Z | PASS [ 0.060s] oximeter-db query::tests::test_select_query_builder_from_parts |
| 4493 | 2023-12-08T23:43:39.067Z | PASS [ 0.055s] oximeter-db query::tests::test_select_query_builder_limit_offset |
| 4494 | 2023-12-08T23:43:39.103Z | PASS [ 0.084s] oximeter-db query::tests::test_select_query_builder_full |
| 4495 | 2023-12-08T23:43:39.125Z | PASS [ 0.048s] oximeter-db query::tests::test_select_query_builder_no_fields |
| 4496 | 2023-12-08T23:43:39.226Z | PASS [ 0.111s] oximeter-db query::tests::test_select_query_builder_no_selectors |
| 4497 | 2023-12-08T23:43:39.252Z | PASS [ 0.133s] oximeter-db query::tests::test_string_field_selector |
| 4498 | 2023-12-08T23:43:39.270Z | PASS [ 0.061s] oximeter-db query::tests::test_time_range |
| 4499 | 2023-12-08T23:43:39.289Z | PASS [ 0.039s] oximeter-db tests::test_field_schema_ordering |
| 4500 | 2023-12-08T23:43:39.325Z | PASS [ 0.064s] oximeter-db tests::test_schema_field_ordering_across_target_metric |
| 4501 | 2023-12-08T23:43:39.410Z | PASS [ 0.039s] oximeter-db tests::test_timeseries_key_sample_stability |
| 4502 | 2023-12-08T23:43:39.428Z | PASS [ 0.100s] oximeter-db tests::test_timeseries_key_field_stability |
| 4503 | 2023-12-08T23:43:39.428Z | PASS [ 0.056s] oximeter-db tests::test_timeseries_name |
| 4504 | 2023-12-08T23:43:39.477Z | PASS [ 0.049s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
| 4505 | 2023-12-08T23:43:39.905Z | PASS [ 0.094s] oximeter-db tests::test_timeseries_name_from_str |
| 4506 | 2023-12-08T23:43:39.926Z | PASS [ 0.080s] oximeter-instruments http::tests::test_latency_tracker |
| 4507 | 2023-12-08T23:43:39.926Z | PASS [ 0.083s] oximeter-instruments http::tests::test_normalize_uri_path |
| 4508 | 2023-12-08T23:43:39.926Z | PASS [ 0.198s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
| 4509 | 2023-12-08T23:43:39.927Z | PASS [ 0.181s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
| 4510 | 2023-12-08T23:43:39.927Z | PASS [ 0.086s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
| 4511 | 2023-12-08T23:43:39.927Z | PASS [ 0.089s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
| 4512 | 2023-12-08T23:43:39.928Z | PASS [ 0.069s] oximeter-instruments kstat::link::tests::test_physical_datalink |
| 4513 | 2023-12-08T23:43:39.941Z | PASS [ 0.084s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
| 4514 | 2023-12-08T23:43:39.967Z | PASS [ 0.037s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
| 4515 | 2023-12-08T23:43:39.988Z | PASS [ 0.078s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
| 4516 | 2023-12-08T23:43:39.997Z | PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
| 4517 | 2023-12-08T23:43:40.013Z | PASS [ 0.035s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
| 4518 | 2023-12-08T23:43:40.030Z | PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
| 4519 | 2023-12-08T23:43:40.042Z | PASS [ 0.032s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
| 4520 | 2023-12-08T23:43:40.067Z | PASS [ 0.038s] oximeter-macro-impl tests::test_metric_annotated_field |
| 4521 | 2023-12-08T23:43:40.089Z | PASS [ 0.039s] oximeter-macro-impl tests::test_metric_datum_field |
| 4522 | 2023-12-08T23:43:40.098Z | PASS [ 0.031s] oximeter-macro-impl tests::test_metric_enum |
| 4523 | 2023-12-08T23:43:40.112Z | PASS [ 0.031s] oximeter-macro-impl tests::test_metric_without_datum_field |
| 4524 | 2023-12-08T23:43:40.130Z | PASS [ 0.033s] oximeter-macro-impl tests::test_target |
| 4525 | 2023-12-08T23:43:40.141Z | PASS [ 0.030s] oximeter-macro-impl tests::test_target_empty_struct |
| 4526 | 2023-12-08T23:43:40.163Z | PASS [ 0.031s] oximeter-macro-impl tests::test_target_enum |
| 4527 | 2023-12-08T23:43:40.173Z | PASS [ 0.032s] oximeter-macro-impl tests::test_target_unit_struct |
| 4528 | 2023-12-08T23:43:40.195Z | PASS [ 0.033s] oximeter-macro-impl tests::test_target_with_datum_field |
| 4529 | 2023-12-08T23:43:40.227Z | PASS [ 0.045s] sled-hardware disk::test::test_disk_paths |
| 4530 | 2023-12-08T23:43:40.249Z | PASS [ 0.041s] sled-hardware disk::test::test_partition_device_paths |
| 4531 | 2023-12-08T23:43:40.249Z | PASS [ 2.461s] oximeter-db client::tests::test_select_all_field_types |
| 4532 | 2023-12-08T23:43:40.276Z | PASS [ 0.058s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
| 4533 | 2023-12-08T23:43:40.290Z | PASS [ 0.050s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
| 4534 | 2023-12-08T23:43:40.706Z | PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
| 4535 | 2023-12-08T23:43:40.710Z | PASS [ 0.040s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
| 4536 | 2023-12-08T23:43:40.711Z | PASS [ 0.048s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
| 4537 | 2023-12-08T23:43:40.711Z | PASS [ 0.047s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
| 4538 | 2023-12-08T23:43:40.711Z | PASS [ 0.041s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
| 4539 | 2023-12-08T23:43:40.711Z | PASS [ 0.038s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip |
| 4540 | 2023-12-08T23:43:40.711Z | PASS [ 0.049s] sled-storage dataset::test::serialize_dataset_name |
| 4541 | 2023-12-08T23:43:40.711Z | PASS [ 0.071s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued |
| 4542 | 2023-12-08T23:43:41.920Z | PASS [ 1.546s] sled-storage manager::tests::delete_disk_triggers_notification |
| 4543 | 2023-12-08T23:43:42.073Z | PASS [ 1.676s] sled-storage manager::tests::ensure_u2_gets_added_to_resources |
| 4544 | 2023-12-08T23:43:43.450Z | PASS [ 1.527s] sled-storage manager::tests::queued_disks_get_added_as_resources |
| 4545 | 2023-12-08T23:43:44.111Z | PASS [ 2.038s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
| 4546 | 2023-12-08T23:43:45.096Z | PASS [ 1.647s] sled-storage manager::tests::upsert_filesystem |
| 4547 | 2023-12-08T23:43:45.469Z | PASS [ 1.362s] sled-storage manager::tests::wait_for_bootdisk |
| 4548 | 2023-12-08T23:43:46.203Z | PASS [ 0.733s] tufaceous::integration-tests command_tests::test_init_and_add |
| 4549 | 2023-12-08T23:43:47.345Z | PASS [ 1.842s] tufaceous::integration-tests command_tests::test_assemble_fake |
| 4550 | 2023-12-08T23:43:47.348Z | PASS [ 0.043s] tufaceous-lib archive::tests::test_validate_path |
| 4551 | 2023-12-08T23:43:47.348Z | PASS [ 22.441s] omicron-passwords test::test_smoke |
| 4552 | 2023-12-08T23:43:47.349Z | PASS [ 0.049s] tufaceous-lib key::tests::test_from_str |
| 4553 | 2023-12-08T23:43:47.349Z | PASS [ 0.149s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
| 4554 | 2023-12-08T23:43:47.349Z | PASS [ 0.113s] update-engine display::group_display::tests::test_stats |
| 4555 | 2023-12-08T23:43:47.349Z | PASS [ 0.036s] update-engine display::line_display_shared::tests::test_format_progress_counter |
| 4556 | 2023-12-08T23:43:47.349Z | PASS [ 0.042s] update-engine engine::tests::error_exits_early |
| 4557 | 2023-12-08T23:43:47.352Z | PASS [ 0.325s] update-engine buffer::tests::test_buffer |
| 4558 | 2023-12-08T23:43:47.381Z | PASS [ 0.040s] update-engine events::tests::progress_event_parse_unknown |
| 4559 | 2023-12-08T23:43:47.390Z | PASS [ 0.039s] update-engine events::tests::step_event_parse_unknown |
| 4560 | 2023-12-08T23:43:47.430Z | PASS [ 0.039s] wicket state::inventory::tests::component_id_display |
| 4561 | 2023-12-08T23:43:47.440Z | PASS [ 0.069s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
| 4562 | 2023-12-08T23:43:47.670Z | PASS [ 0.240s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
| 4563 | 2023-12-08T23:43:47.719Z | PASS [ 1.516s] tufaceous::manifest-tests check_manifest::fake.toml |
| 4564 | 2023-12-08T23:43:47.803Z | PASS [ 0.084s] wicketd installinator_progress::tests::test_states |
| 4565 | 2023-12-08T23:43:47.914Z | PASS [ 0.241s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts |
| 4566 | 2023-12-08T23:43:48.097Z | PASS [ 27.648s] omicron-omdb::test_all_output test_omdb_success_cases |
| 4567 | 2023-12-08T23:43:48.329Z | PASS [ 0.522s] wicketd::mod integration_tests::commands::test_wicketd_openapi |
| 4568 | 2023-12-08T23:43:48.443Z | PASS [ 16.288s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
| 4569 | 2023-12-08T23:43:49.373Z | PASS [ 1.933s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake |
| 4570 | 2023-12-08T23:43:49.666Z | PASS [ 1.762s] wicketd::mod integration_tests::inventory::test_inventory |
| 4571 | 2023-12-08T23:43:51.546Z | PASS [ 2.815s] wicketd::mod integration_tests::updates::test_update_races |
| 4572 | 2023-12-08T23:43:52.372Z | PASS [ 3.938s] wicketd::mod integration_tests::updates::test_updates |
| 4573 | 2023-12-08T23:43:52.845Z | PASS [ 4.755s] wicketd::mod integration_tests::updates::test_installinator_fetch |
| 4574 | 2023-12-08T23:43:53.012Z | PASS [ 12.591s] sled-storage manager::tests::ensure_using_exactly_these_disks |
| 4575 | 2023-12-08T23:43:56.030Z | PASS [ 18.214s] oximeter-db client::tests::test_single_node |
| 4576 | 2023-12-08T23:43:56.718Z | PASS [ 18.496s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
| 4577 | 2023-12-08T23:44:56.717Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
| 4578 | 2023-12-08T23:45:56.713Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
| 4579 | 2023-12-08T23:46:56.711Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
| 4580 | 2023-12-08T23:47:56.709Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
| 4581 | 2023-12-08T23:48:56.707Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
| 4582 | 2023-12-08T23:49:56.705Z | SLOW [>360.000s] oximeter-db client::tests::test_replicated |
| 4583 | 2023-12-08T23:50:56.706Z | SLOW [>420.000s] oximeter-db client::tests::test_replicated |
| 4584 | 2023-12-08T23:51:19.502Z | PASS [ 442.815s] oximeter-db client::tests::test_replicated |
| 4585 | 2023-12-08T23:51:19.506Z | ------------ |
| 4586 | 2023-12-08T23:51:19.506Z | Summary [2075.794s] 975 tests run: 974 passed (15 slow, 1 leaky), 1 failed, 3 skipped |
| 4587 | 2023-12-08T23:51:19.506Z | FAIL [ 0.926s] oximeter-collector agent::tests::test_self_stat_collection_count |
| 4588 | 2023-12-08T23:51:19.529Z | error: test run failed |
| 4589 | 2023-12-08T23:51:19.540Z | |
| 4590 | 2023-12-08T23:51:19.549Z | real 34:46.618035141 |
| 4591 | 2023-12-08T23:51:19.549Z | user 2:43:33.774092594 |
| 4592 | 2023-12-08T23:51:19.549Z | sys 40:24.249763630 |
| 4593 | 2023-12-08T23:51:19.549Z | trap 3:15.460521327 |
| 4594 | 2023-12-08T23:51:19.549Z | tflt 4.421215534 |
| 4595 | 2023-12-08T23:51:19.549Z | dflt 18.434641979 |
| 4596 | 2023-12-08T23:51:19.549Z | kflt 0.247848679 |
| 4597 | 2023-12-08T23:51:19.549Z | lock 745:02:02.548716680 |
| 4598 | 2023-12-08T23:51:19.549Z | slp 42:20:31.547318276 |
| 4599 | 2023-12-08T23:51:19.549Z | lat 2:56:14.629760963 |
| 4600 | 2023-12-08T23:51:19.550Z | stop 25:14.404325665 |
| 4601 | 2023-12-08T23:51:19.999Z | process exited: duration 4122278 ms, exit code 100 |
| |
| 4602 | 2023-12-08T23:51:20.018Z | found 1 output files |
| 4603 | 2023-12-08T23:51:20.018Z | uploading: /var/tmp/omicron_tmp/oximeter_collector-73604831edd84bac-test_self_stat_collection_count.13794.0.log (6254 bytes) |
| 4604 | 2023-12-08T23:51:21.045Z | uploaded: /var/tmp/omicron_tmp/oximeter_collector-73604831edd84bac-test_self_stat_collection_count.13794.0.log |